Comment #9 on issue 1403 by [email protected]: OpenMeeting hardcoded in
source and language files as Application name.
http://code.google.com/p/openmeetings/issues/detail?id=1403
To handle Strings I thought of the following solution:
1) strings are stored in DB with placeholders ($APPLICATION_NAME etc.)
2) placeholders are replaced
1. in flash: in functions.lzx : getLabelTag (on demand, internal cache
might be updated as optimization) with <currentappname> config.xml
2. in java: same config.xml might be parsed to avoid multiple
application names
3) application name is stored in the same config.xml:
<webAppRootKey>openmeetings</webAppRootKey>
something like this
user should modify 1 config file + rename webapps/openmeetings to
webapps/_custom_name_
something like this
--
You received this message because you are subscribed to the Google Groups
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/openmeetings-dev?hl=en.