Revision: 4570
Author: [email protected]
Date: Wed Nov 16 06:28:09 2011
Log: Instruction is corrected and updated with additional steps.
http://code.google.com/p/openmeetings/source/detail?r=4570
Modified:
/wiki/CustomizingWebappName.wiki
=======================================
--- /wiki/CustomizingWebappName.wiki Mon Nov 14 03:09:27 2011
+++ /wiki/CustomizingWebappName.wiki Wed Nov 16 06:28:09 2011
@@ -10,7 +10,7 @@
# rename `/opt/red5/webapps/openmeetings` to
`/opt/red5/webapps/yourmeetings` (for ex. `mv
/opt/red5/webapps/openmeetings /opt/red5/webapps/yourmeetings`)
# open `/opt/red5/webapps/yourmeetings/config.xml` using your favorite
text editor (for ex. `vim /opt/red5/webapps/yourmeetings/config.xml`)
# find and modify `<webAppRootKey>openmeetings</webAppRootKey>` to be
`<webAppRootKey>`*yourmeetings*`</webAppRootKey>`
- # find and modify `<httpRootKey>openmeetings</httpRootKey>` to be
`<httpRootKey>`*yourmeetings*`</httpRootKey>`
+ # find and modify `<httpRootKey>/openmeetings/</httpRootKey>` to be
`<httpRootKey>`*/yourmeetings/*`</httpRootKey>`
That's it
=== *Changing hard-coded application name in string labels* ===
@@ -23,3 +23,11 @@
# `Save`
# reload page or relogin
All string will display _`Your Application Name`_ in place of
_`Openmeetings`_
+
+Please _NOTE_ there are 3 additional properties in the config.xml file
which should be modified for *TOTAL* Openmeetings clean up:
+{{{
+<currentappname>OpenMeetings</currentappname>
+<currentappnameurl>http://openmeetings.googlecode.com</currentappnameurl>
+<currentappnamebugurl>http://code.google.com/p/openmeetings/issues/list</currentappnamebugurl>
+}}}
+please modify them according to your needs.
--
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.