You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by se...@apache.org on 2012/04/12 12:42:49 UTC

svn commit: r1325198 [3/5] - in /incubator/openmeetings/trunk/singlewebapp: docs/ xdocs/ xdocs/stylesheets/

Modified: incubator/openmeetings/trunk/singlewebapp/docs/TimeZoneHandling.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/TimeZoneHandling.html?rev=1325198&r1=1325197&r2=1325198&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/TimeZoneHandling.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/TimeZoneHandling.html Thu Apr 12 10:42:47 2012
@@ -34,11 +34,8 @@ limitations under the License.
             <meta name="email" value="sebawagner@apache.org">
             
            
-            
-            
-            
-            
-            
+                                    
+                        
             <title>Apache OpenMeetings - Timezones</title>
             <link rel="stylesheet" type="text/css" href="css/openmeetings.css">
             <link rel="stylesheet" type="text/css" href="css/jquery-ui.css">
@@ -270,7 +267,11 @@ limitations under the License.
 				            				currentLocation = "Configuration";
 					            			currentLink = "/JVMPerformanceTuning.html".substr(1, "/JVMPerformanceTuning.html".length);
 						            	} 
-				            							        				        							            				            						            			else if (document.location.href.indexOf("/BrandingAndColors.html") > 0) {
+				            							        				        							            				            						            			else if (document.location.href.indexOf("/themes-and-branding.html") > 0) {
+				            				currentLocation = "Configuration";
+					            			currentLink = "/themes-and-branding.html".substr(1, "/themes-and-branding.html".length);
+						            	} 
+				            						            			else if (document.location.href.indexOf("/BrandingAndColors.html") > 0) {
 				            				currentLocation = "Configuration";
 					            			currentLink = "/BrandingAndColors.html".substr(1, "/BrandingAndColors.html".length);
 						            	} 
@@ -511,6 +512,8 @@ limitations under the License.
 	            			            			    <a href="./JVMPerformanceTuning.html">JVM performance tuning</a>
 <br/>
 	            			        		        	            	            	<b>User Interface</b><br/>
+	            			            			    <a href="./themes-and-branding.html">Themes</a>
+<br/>
 	            			            			    <a href="./BrandingAndColors.html">Branding and Colors</a>
 <br/>
 	            			            			    <a href="./Dashboard.html">Dashboard</a>
@@ -793,6 +796,8 @@ limitations under the License.
 		            	</li>
 		        			        		            		            	<li><font color="#000000" face="arial,helvetica,sanserif" size="2pt">User Interface</font>
 		            		<ul>
+		            				            			<li>    <a href="./themes-and-branding.html">Themes</a>
+</li>
 		            				            			<li>    <a href="./BrandingAndColors.html">Branding and Colors</a>
 </li>
 		            				            			<li>    <a href="./Dashboard.html">Dashboard</a>
@@ -862,36 +867,36 @@ limitations under the License.
       </td></tr>
       <tr><td>
         <blockquote>
-                                    <p>
-				List of default Timezones:
-				<a href="http://openmeetings.googlecode.com/svn/trunk/singlewebapp/WebContent/languages/timezones.xml" rel="nofollow">http://openmeetings.googlecode.com/svn/trunk/singlewebapp/WebContent/languages/timezones.xml
-				</a>
+                                    <p>
+				List of default Timezones:
+				<a href="http://openmeetings.googlecode.com/svn/trunk/singlewebapp/WebContent/languages/timezones.xml" rel="nofollow">http://openmeetings.googlecode.com/svn/trunk/singlewebapp/WebContent/languages/timezones.xml
+				</a>
 			</p>
-                                                <p>
-				To add a new Time Zone you have to lookup its represant in Java's
-				Timezone registry. You can then add freely new time zones to the XML
-				file. The XML entries are imported into the database into the table
-				<strong>om_timezone</strong>
-				during the installation of OpenMeetings. (Don't forget to stop the
-				server before you change anything in the database).
+                                                <p>
+				To add a new Time Zone you have to lookup its represant in Java's
+				Timezone registry. You can then add freely new time zones to the XML
+				file. The XML entries are imported into the database into the table
+				<strong>om_timezone</strong>
+				during the installation of OpenMeetings. (Don't forget to stop the
+				server before you change anything in the database).
 			</p>
-                                                <p>
-				The Servers default timezone is stored in the configuration table in
-				the attribute
-				<strong>default.timezone</strong>
-				. The name in this value links to an attribute in the table
-				om_timezone in the column
-				<strong>jname</strong>
-				.
+                                                <p>
+				The Servers default timezone is stored in the configuration table in
+				the attribute
+				<strong>default.timezone</strong>
+				. The name in this value links to an attribute in the table
+				om_timezone in the column
+				<strong>jname</strong>
+				.
 			</p>
-                                                <p>
-				You can set a Flag
-				<strong>forceTimeZoneCheck</strong>
-				for each user that gives him a Pop-Up notification to change his
-				time zone. The Flag can be changed in the user administration of
-				OpenMeetings. This can be handy if you update from a previous
-				version of OpenMeetings to make sure users see the new feature and
-				update their settings.
+                                                <p>
+				You can set a Flag
+				<strong>forceTimeZoneCheck</strong>
+				for each user that gives him a Pop-Up notification to change his
+				time zone. The Flag can be changed in the user administration of
+				OpenMeetings. This can be handy if you update from a previous
+				version of OpenMeetings to make sure users see the new feature and
+				update their settings.
 			</p>
                             </blockquote>
         </p>
@@ -907,28 +912,28 @@ limitations under the License.
       </td></tr>
       <tr><td>
         <blockquote>
-                                    <div class="xmlcode">
-		  
-                    String[] ids = TimeZone.getAvailableIDs();<br />
-                    for (String id : ids) {<br />
-                        
-                        <div style="margin-left:20px">
-                        TimeZone timeZone = TimeZone.getTimeZone(id);<br />
-                        //TimeZone timeZone = timeRegistry.getTimeZone(id);<br />
-                        <br />
-                        Calendar cal = Calendar.getInstance();<br />
-                                <div style="margin-left:20px">
-                                cal.setTimeZone(timeZone);<br />
-                                // + cal.get(Calendar.DST_OFFSET)<br />
-                                int offset = cal.get(Calendar.ZONE_OFFSET);<br />
-                        <br />
-                                int offsetInMinutes = offset/1000/60;<br />
-                                <br />
-                                System.out.println("name" + id + "name offset "+offsetInMinutes+"offset ");
-                                </div>
-                        </div>
-                    }
-		  
+                                    <div class="xmlcode">
+		  
+                    String[] ids = TimeZone.getAvailableIDs();<br />
+                    for (String id : ids) {<br />
+                        
+                        <div style="margin-left:20px">
+                        TimeZone timeZone = TimeZone.getTimeZone(id);<br />
+                        //TimeZone timeZone = timeRegistry.getTimeZone(id);<br />
+                        <br />
+                        Calendar cal = Calendar.getInstance();<br />
+                                <div style="margin-left:20px">
+                                cal.setTimeZone(timeZone);<br />
+                                // + cal.get(Calendar.DST_OFFSET)<br />
+                                int offset = cal.get(Calendar.ZONE_OFFSET);<br />
+                        <br />
+                                int offsetInMinutes = offset/1000/60;<br />
+                                <br />
+                                System.out.println("name" + id + "name offset "+offsetInMinutes+"offset ");
+                                </div>
+                        </div>
+                    }
+		  
 		  </div>
                             </blockquote>
         </p>

Modified: incubator/openmeetings/trunk/singlewebapp/docs/Upgrade.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/Upgrade.html?rev=1325198&r1=1325197&r2=1325198&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/Upgrade.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/Upgrade.html Thu Apr 12 10:42:47 2012
@@ -34,11 +34,8 @@ limitations under the License.
             <meta name="email" value="sebawagner@apache.org">
             
            
-            
-            
-            
-            
-            
+                                    
+                        
             <title>Apache OpenMeetings - Upgrade</title>
             <link rel="stylesheet" type="text/css" href="css/openmeetings.css">
             <link rel="stylesheet" type="text/css" href="css/jquery-ui.css">
@@ -270,7 +267,11 @@ limitations under the License.
 				            				currentLocation = "Configuration";
 					            			currentLink = "/JVMPerformanceTuning.html".substr(1, "/JVMPerformanceTuning.html".length);
 						            	} 
-				            							        				        							            				            						            			else if (document.location.href.indexOf("/BrandingAndColors.html") > 0) {
+				            							        				        							            				            						            			else if (document.location.href.indexOf("/themes-and-branding.html") > 0) {
+				            				currentLocation = "Configuration";
+					            			currentLink = "/themes-and-branding.html".substr(1, "/themes-and-branding.html".length);
+						            	} 
+				            						            			else if (document.location.href.indexOf("/BrandingAndColors.html") > 0) {
 				            				currentLocation = "Configuration";
 					            			currentLink = "/BrandingAndColors.html".substr(1, "/BrandingAndColors.html".length);
 						            	} 
@@ -511,6 +512,8 @@ limitations under the License.
 	            			            			    <a href="./JVMPerformanceTuning.html">JVM performance tuning</a>
 <br/>
 	            			        		        	            	            	<b>User Interface</b><br/>
+	            			            			    <a href="./themes-and-branding.html">Themes</a>
+<br/>
 	            			            			    <a href="./BrandingAndColors.html">Branding and Colors</a>
 <br/>
 	            			            			    <a href="./Dashboard.html">Dashboard</a>
@@ -793,6 +796,8 @@ limitations under the License.
 		            	</li>
 		        			        		            		            	<li><font color="#000000" face="arial,helvetica,sanserif" size="2pt">User Interface</font>
 		            		<ul>
+		            				            			<li>    <a href="./themes-and-branding.html">Themes</a>
+</li>
 		            				            			<li>    <a href="./BrandingAndColors.html">Branding and Colors</a>
 </li>
 		            				            			<li>    <a href="./Dashboard.html">Dashboard</a>
@@ -862,21 +867,21 @@ limitations under the License.
       </td></tr>
       <tr><td>
         <blockquote>
-                                    <p>There is a System Backup and Import tool. Login as Administrator
-				and Goto &gt; Backup
+                                    <p>There is a System Backup and Import tool. Login as Administrator
+				and Goto &gt; Backup
 			</p>
-                                                <a class="fancybox-buttons" data-fancybox-group="button" href="images/system_backup.png">
-				<img src="images/system_backup.png" alt="" width="512" height="170" />
+                                                <a class="fancybox-buttons" data-fancybox-group="button" href="images/system_backup.png">
+				<img src="images/system_backup.png" alt="" width="512" height="170" />
 			</a>
-                                                <p>
-				The Text in the Administration&gt;Backup section actually just says
-				it
-				all. The backup contains users, rooms, organizations and
-				appointements (Invitations and Reminders are NOT included in the
-				Backup and Reminders will not be send again!). The Backup contains
-				also all uploaded Files and Documents and will re-import them again.
-
-				Max Upload Size is 1000 MB.
+                                                <p>
+				The Text in the Administration&gt;Backup section actually just says
+				it
+				all. The backup contains users, rooms, organizations and
+				appointements (Invitations and Reminders are NOT included in the
+				Backup and Reminders will not be send again!). The Backup contains
+				also all uploaded Files and Documents and will re-import them again.
+
+				Max Upload Size is 1000 MB.
 			</p>
                             </blockquote>
         </p>

Modified: incubator/openmeetings/trunk/singlewebapp/docs/WebappNamePath.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/WebappNamePath.html?rev=1325198&r1=1325197&r2=1325198&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/WebappNamePath.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/WebappNamePath.html Thu Apr 12 10:42:47 2012
@@ -267,7 +267,11 @@ limitations under the License.
 				            				currentLocation = "Configuration";
 					            			currentLink = "/JVMPerformanceTuning.html".substr(1, "/JVMPerformanceTuning.html".length);
 						            	} 
-				            							        				        							            				            						            			else if (document.location.href.indexOf("/BrandingAndColors.html") > 0) {
+				            							        				        							            				            						            			else if (document.location.href.indexOf("/themes-and-branding.html") > 0) {
+				            				currentLocation = "Configuration";
+					            			currentLink = "/themes-and-branding.html".substr(1, "/themes-and-branding.html".length);
+						            	} 
+				            						            			else if (document.location.href.indexOf("/BrandingAndColors.html") > 0) {
 				            				currentLocation = "Configuration";
 					            			currentLink = "/BrandingAndColors.html".substr(1, "/BrandingAndColors.html".length);
 						            	} 
@@ -508,6 +512,8 @@ limitations under the License.
 	            			            			    <a href="./JVMPerformanceTuning.html">JVM performance tuning</a>
 <br/>
 	            			        		        	            	            	<b>User Interface</b><br/>
+	            			            			    <a href="./themes-and-branding.html">Themes</a>
+<br/>
 	            			            			    <a href="./BrandingAndColors.html">Branding and Colors</a>
 <br/>
 	            			            			    <a href="./Dashboard.html">Dashboard</a>
@@ -790,6 +796,8 @@ limitations under the License.
 		            	</li>
 		        			        		            		            	<li><font color="#000000" face="arial,helvetica,sanserif" size="2pt">User Interface</font>
 		            		<ul>
+		            				            			<li>    <a href="./themes-and-branding.html">Themes</a>
+</li>
 		            				            			<li>    <a href="./BrandingAndColors.html">Branding and Colors</a>
 </li>
 		            				            			<li>    <a href="./Dashboard.html">Dashboard</a>

Modified: incubator/openmeetings/trunk/singlewebapp/docs/WebcamResolutions.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/WebcamResolutions.html?rev=1325198&r1=1325197&r2=1325198&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/WebcamResolutions.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/WebcamResolutions.html Thu Apr 12 10:42:47 2012
@@ -34,11 +34,8 @@ limitations under the License.
             <meta name="email" value="sebawagner@apache.org">
             
            
-            
-            
-            
-            
-            
+                                    
+                        
             <title>Apache OpenMeetings - How to configure Camera default resolutions </title>
             <link rel="stylesheet" type="text/css" href="css/openmeetings.css">
             <link rel="stylesheet" type="text/css" href="css/jquery-ui.css">
@@ -270,7 +267,11 @@ limitations under the License.
 				            				currentLocation = "Configuration";
 					            			currentLink = "/JVMPerformanceTuning.html".substr(1, "/JVMPerformanceTuning.html".length);
 						            	} 
-				            							        				        							            				            						            			else if (document.location.href.indexOf("/BrandingAndColors.html") > 0) {
+				            							        				        							            				            						            			else if (document.location.href.indexOf("/themes-and-branding.html") > 0) {
+				            				currentLocation = "Configuration";
+					            			currentLink = "/themes-and-branding.html".substr(1, "/themes-and-branding.html".length);
+						            	} 
+				            						            			else if (document.location.href.indexOf("/BrandingAndColors.html") > 0) {
 				            				currentLocation = "Configuration";
 					            			currentLink = "/BrandingAndColors.html".substr(1, "/BrandingAndColors.html".length);
 						            	} 
@@ -511,6 +512,8 @@ limitations under the License.
 	            			            			    <a href="./JVMPerformanceTuning.html">JVM performance tuning</a>
 <br/>
 	            			        		        	            	            	<b>User Interface</b><br/>
+	            			            			    <a href="./themes-and-branding.html">Themes</a>
+<br/>
 	            			            			    <a href="./BrandingAndColors.html">Branding and Colors</a>
 <br/>
 	            			            			    <a href="./Dashboard.html">Dashboard</a>
@@ -793,6 +796,8 @@ limitations under the License.
 		            	</li>
 		        			        		            		            	<li><font color="#000000" face="arial,helvetica,sanserif" size="2pt">User Interface</font>
 		            		<ul>
+		            				            			<li>    <a href="./themes-and-branding.html">Themes</a>
+</li>
 		            				            			<li>    <a href="./BrandingAndColors.html">Branding and Colors</a>
 </li>
 		            				            			<li>    <a href="./Dashboard.html">Dashboard</a>
@@ -862,33 +867,33 @@ limitations under the License.
       </td></tr>
       <tr><td>
         <blockquote>
-                                    <p>When you choose the webcam you have different resolutions
+                                    <p>When you choose the webcam you have different resolutions
 				available the user can choose from. </p>
-                                                <p>You can add/remove resolutions and also change the default
+                                                <p>You can add/remove resolutions and also change the default
 				selection. In the config.xml there is a section: </p>
-                                                <div class="xmlcode">
-				&lt;availableCameraResolutions&gt;<br />
-				<div style="margin-left:20px">
-				    &lt;resolution type="4:3 (~6 KByte/sec)" width="40" height="30" isDefault="false" /&gt;<br />
-				    &lt;resolution type="4:3 (~12 KByte/sec)" width="80" height="60" isDefault="false" /&gt;<br />
-				    &lt;resolution type="4:3 (~20 KByte/sec)" width="120" height="90" isDefault="true" /&gt;<br />
-				    &lt;resolution type="QQVGA 4:3 (~36 KByte/sec)" width="160" height="120" isDefault="false" /&gt;<br />
-				    &lt;resolution type="4:3 (~40 KByte/sec)" width="240" height="180" isDefault="false" /&gt;<br />
-				    &lt;resolution type="HVGA 4:3 (~56 KByte/sec)" width="320" height="240" isDefault="false" /&gt;<br />
-				    &lt;resolution type="4:3  (~60 KByte/sec)" width="480" height="360" isDefault="false" /&gt;<br />
-				    &lt;resolution type="4:3 (~68 KByte/sec)" width="640" height="480" isDefault="false" /&gt;<br />
-				    &lt;resolution type="XGA 4:3" width="1024" height="768" isDefault="false" /&gt;<br />
-				    &lt;resolution type="16:9" width="256" height="150" isDefault="false" /&gt;<br />
-				    &lt;resolution type="WQVGA 9:5" width="432" height="240" isDefault="false" /&gt;<br />
-				    &lt;resolution type="pseudo 16:9" width="480" height="234" isDefault="false" /&gt;<br />
-				    &lt;resolution type="16:9" width="512" height="300" isDefault="false" /&gt;<br />
-				    &lt;resolution type="nHD 16:9" width="640" height="360" isDefault="false" /&gt;<br />
-				    &lt;resolution type="16:9" width="1024" height="600" isDefault="false" /&gt;<br />
-				    </div>
-				&lt;/availableCameraResolutions&gt;			 
+                                                <div class="xmlcode">
+				&lt;availableCameraResolutions&gt;<br />
+				<div style="margin-left:20px">
+				    &lt;resolution type="4:3 (~6 KByte/sec)" width="40" height="30" isDefault="false" /&gt;<br />
+				    &lt;resolution type="4:3 (~12 KByte/sec)" width="80" height="60" isDefault="false" /&gt;<br />
+				    &lt;resolution type="4:3 (~20 KByte/sec)" width="120" height="90" isDefault="true" /&gt;<br />
+				    &lt;resolution type="QQVGA 4:3 (~36 KByte/sec)" width="160" height="120" isDefault="false" /&gt;<br />
+				    &lt;resolution type="4:3 (~40 KByte/sec)" width="240" height="180" isDefault="false" /&gt;<br />
+				    &lt;resolution type="HVGA 4:3 (~56 KByte/sec)" width="320" height="240" isDefault="false" /&gt;<br />
+				    &lt;resolution type="4:3  (~60 KByte/sec)" width="480" height="360" isDefault="false" /&gt;<br />
+				    &lt;resolution type="4:3 (~68 KByte/sec)" width="640" height="480" isDefault="false" /&gt;<br />
+				    &lt;resolution type="XGA 4:3" width="1024" height="768" isDefault="false" /&gt;<br />
+				    &lt;resolution type="16:9" width="256" height="150" isDefault="false" /&gt;<br />
+				    &lt;resolution type="WQVGA 9:5" width="432" height="240" isDefault="false" /&gt;<br />
+				    &lt;resolution type="pseudo 16:9" width="480" height="234" isDefault="false" /&gt;<br />
+				    &lt;resolution type="16:9" width="512" height="300" isDefault="false" /&gt;<br />
+				    &lt;resolution type="nHD 16:9" width="640" height="360" isDefault="false" /&gt;<br />
+				    &lt;resolution type="16:9" width="1024" height="600" isDefault="false" /&gt;<br />
+				    </div>
+				&lt;/availableCameraResolutions&gt;			 
 			</div>
-                                                <p>Tip: You might edit the config.xml with an XML aware editor that correctly 
-		    handles the XSD defintion to avoid misconfiguration. The openmeetings-config.xsd 
+                                                <p>Tip: You might edit the config.xml with an XML aware editor that correctly 
+		    handles the XSD defintion to avoid misconfiguration. The openmeetings-config.xsd 
 		    is in the same folder like the config.xml. </p>
                             </blockquote>
         </p>

Modified: incubator/openmeetings/trunk/singlewebapp/docs/commercial-support.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/commercial-support.html?rev=1325198&r1=1325197&r2=1325198&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/commercial-support.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/commercial-support.html Thu Apr 12 10:42:47 2012
@@ -34,11 +34,8 @@ limitations under the License.
             <meta name="email" value="sebawagner@apache.org">
             
            
-            
-            
-            
-            
-            
+                                    
+                        
             <title>Apache OpenMeetings - Commercial Support</title>
             <link rel="stylesheet" type="text/css" href="css/openmeetings.css">
             <link rel="stylesheet" type="text/css" href="css/jquery-ui.css">
@@ -270,7 +267,11 @@ limitations under the License.
 				            				currentLocation = "Configuration";
 					            			currentLink = "/JVMPerformanceTuning.html".substr(1, "/JVMPerformanceTuning.html".length);
 						            	} 
-				            							        				        							            				            						            			else if (document.location.href.indexOf("/BrandingAndColors.html") > 0) {
+				            							        				        							            				            						            			else if (document.location.href.indexOf("/themes-and-branding.html") > 0) {
+				            				currentLocation = "Configuration";
+					            			currentLink = "/themes-and-branding.html".substr(1, "/themes-and-branding.html".length);
+						            	} 
+				            						            			else if (document.location.href.indexOf("/BrandingAndColors.html") > 0) {
 				            				currentLocation = "Configuration";
 					            			currentLink = "/BrandingAndColors.html".substr(1, "/BrandingAndColors.html".length);
 						            	} 
@@ -511,6 +512,8 @@ limitations under the License.
 	            			            			    <a href="./JVMPerformanceTuning.html">JVM performance tuning</a>
 <br/>
 	            			        		        	            	            	<b>User Interface</b><br/>
+	            			            			    <a href="./themes-and-branding.html">Themes</a>
+<br/>
 	            			            			    <a href="./BrandingAndColors.html">Branding and Colors</a>
 <br/>
 	            			            			    <a href="./Dashboard.html">Dashboard</a>
@@ -793,6 +796,8 @@ limitations under the License.
 		            	</li>
 		        			        		            		            	<li><font color="#000000" face="arial,helvetica,sanserif" size="2pt">User Interface</font>
 		            		<ul>
+		            				            			<li>    <a href="./themes-and-branding.html">Themes</a>
+</li>
 		            				            			<li>    <a href="./BrandingAndColors.html">Branding and Colors</a>
 </li>
 		            				            			<li>    <a href="./Dashboard.html">Dashboard</a>
@@ -862,39 +867,39 @@ limitations under the License.
       </td></tr>
       <tr><td>
         <blockquote>
-                                    <p>There are a number of companies offering services for OpenMeetings
+                                    <p>There are a number of companies offering services for OpenMeetings
 			</p>
-                                                <ul>
-				<li>
-					<a href="http://www.openmeetings.de" target="_BLANK" rel="nofollow">openmeetings.de
-					</a>
-					owned by Sebastian Wagner offers services for OpenMeetings,
-					Installation, Integration, Customization, Hosting
-				</li>
-				<li>
-					<a href="http://www.dataved.ru" target="_BLANK" rel="nofollow">dataved.ru
-					</a>
-					run by (Alexei Fedotov, German, Maxim, Timur, Rodion) offers
-					services for OpenMeetingss, Installation, Integration,
-					Customization, Hosting
-				</li>
-				<i>
-					<a href="http://www.openmeetings.de" target="_BLANK" rel="nofollow">openmeetings.de
-					</a>
-					and
-					<a href="http://www.dataved.ru" target="_BLANK" rel="nofollow">dataved.ru
-					</a>
-					have a long term partnership and
-					price agreement
-				</i>
-				<li>
-                    <a href="http://www.samoo.es" target="_BLANK" rel="nofollow">samoo.es</a>
-                    provides support for the Sakai Plugin.
-                </li>
+                                                <ul>
+				<li>
+					<a href="http://www.openmeetings.de" target="_BLANK" rel="nofollow">openmeetings.de
+					</a>
+					owned by Sebastian Wagner offers services for OpenMeetings,
+					Installation, Integration, Customization, Hosting
+				</li>
+				<li>
+					<a href="http://www.dataved.ru" target="_BLANK" rel="nofollow">dataved.ru
+					</a>
+					run by (Alexei Fedotov, German, Maxim, Timur, Rodion) offers
+					services for OpenMeetingss, Installation, Integration,
+					Customization, Hosting
+				</li>
+				<i>
+					<a href="http://www.openmeetings.de" target="_BLANK" rel="nofollow">openmeetings.de
+					</a>
+					and
+					<a href="http://www.dataved.ru" target="_BLANK" rel="nofollow">dataved.ru
+					</a>
+					have a long term partnership and
+					price agreement
+				</i>
+				<li>
+                    <a href="http://www.samoo.es" target="_BLANK" rel="nofollow">samoo.es</a>
+                    provides support for the Sakai Plugin.
+                </li>
 			</ul>
-                                                <p>
-				Want to get listed here? Please contact the
-				<a href="mail-lists.html">Mailing List</a>
+                                                <p>
+				Want to get listed here? Please contact the
+				<a href="mail-lists.html">Mailing List</a>
 			</p>
                             </blockquote>
         </p>

Modified: incubator/openmeetings/trunk/singlewebapp/docs/dependencies.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/dependencies.html?rev=1325198&r1=1325197&r2=1325198&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/dependencies.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/dependencies.html Thu Apr 12 10:42:47 2012
@@ -33,11 +33,8 @@ limitations under the License.
             <meta name="email" value="Podling-dev@incubator.apache.org">
             
            
-            
-            
-            
-            
-            
+                                    
+                        
             <title>Apache OpenMeetings - Project Dependencies</title>
             <link rel="stylesheet" type="text/css" href="css/openmeetings.css">
             <link rel="stylesheet" type="text/css" href="css/jquery-ui.css">
@@ -269,7 +266,11 @@ limitations under the License.
 				            				currentLocation = "Configuration";
 					            			currentLink = "/JVMPerformanceTuning.html".substr(1, "/JVMPerformanceTuning.html".length);
 						            	} 
-				            							        				        							            				            						            			else if (document.location.href.indexOf("/BrandingAndColors.html") > 0) {
+				            							        				        							            				            						            			else if (document.location.href.indexOf("/themes-and-branding.html") > 0) {
+				            				currentLocation = "Configuration";
+					            			currentLink = "/themes-and-branding.html".substr(1, "/themes-and-branding.html".length);
+						            	} 
+				            						            			else if (document.location.href.indexOf("/BrandingAndColors.html") > 0) {
 				            				currentLocation = "Configuration";
 					            			currentLink = "/BrandingAndColors.html".substr(1, "/BrandingAndColors.html".length);
 						            	} 
@@ -510,6 +511,8 @@ limitations under the License.
 	            			            			    <a href="./JVMPerformanceTuning.html">JVM performance tuning</a>
 <br/>
 	            			        		        	            	            	<b>User Interface</b><br/>
+	            			            			    <a href="./themes-and-branding.html">Themes</a>
+<br/>
 	            			            			    <a href="./BrandingAndColors.html">Branding and Colors</a>
 <br/>
 	            			            			    <a href="./Dashboard.html">Dashboard</a>
@@ -792,6 +795,8 @@ limitations under the License.
 		            	</li>
 		        			        		            		            	<li><font color="#000000" face="arial,helvetica,sanserif" size="2pt">User Interface</font>
 		            		<ul>
+		            				            			<li>    <a href="./themes-and-branding.html">Themes</a>
+</li>
 		            				            			<li>    <a href="./BrandingAndColors.html">Branding and Colors</a>
 </li>
 		            				            			<li>    <a href="./Dashboard.html">Dashboard</a>
@@ -861,19 +866,19 @@ limitations under the License.
       </td></tr>
       <tr><td>
         <blockquote>
-                                    <p>
-Apache Podling is a project currently incubating in Apache.
-<p> 
-The common external dependencies of Podling include the tools used to build 
-and test it:
-</p>
-
-<ul>
-<li>Subversion</li>
-<li>Ant</li>
-<li>JUnit</li>
-</ul>
-
+                                    <p>
+Apache Podling is a project currently incubating in Apache.
+<p> 
+The common external dependencies of Podling include the tools used to build 
+and test it:
+</p>
+
+<ul>
+<li>Subversion</li>
+<li>Ant</li>
+<li>JUnit</li>
+</ul>
+
 </p>
                             </blockquote>
         </p>

Modified: incubator/openmeetings/trunk/singlewebapp/docs/documentation.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/documentation.html?rev=1325198&r1=1325197&r2=1325198&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/documentation.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/documentation.html Thu Apr 12 10:42:47 2012
@@ -33,11 +33,8 @@ limitations under the License.
             <meta name="email" value="Podling-dev@incubator.apache.org">
             
            
-            
-            
-            
-            
-            
+                                    
+                        
             <title>Apache OpenMeetings - Documentation</title>
             <link rel="stylesheet" type="text/css" href="css/openmeetings.css">
             <link rel="stylesheet" type="text/css" href="css/jquery-ui.css">
@@ -269,7 +266,11 @@ limitations under the License.
 				            				currentLocation = "Configuration";
 					            			currentLink = "/JVMPerformanceTuning.html".substr(1, "/JVMPerformanceTuning.html".length);
 						            	} 
-				            							        				        							            				            						            			else if (document.location.href.indexOf("/BrandingAndColors.html") > 0) {
+				            							        				        							            				            						            			else if (document.location.href.indexOf("/themes-and-branding.html") > 0) {
+				            				currentLocation = "Configuration";
+					            			currentLink = "/themes-and-branding.html".substr(1, "/themes-and-branding.html".length);
+						            	} 
+				            						            			else if (document.location.href.indexOf("/BrandingAndColors.html") > 0) {
 				            				currentLocation = "Configuration";
 					            			currentLink = "/BrandingAndColors.html".substr(1, "/BrandingAndColors.html".length);
 						            	} 
@@ -510,6 +511,8 @@ limitations under the License.
 	            			            			    <a href="./JVMPerformanceTuning.html">JVM performance tuning</a>
 <br/>
 	            			        		        	            	            	<b>User Interface</b><br/>
+	            			            			    <a href="./themes-and-branding.html">Themes</a>
+<br/>
 	            			            			    <a href="./BrandingAndColors.html">Branding and Colors</a>
 <br/>
 	            			            			    <a href="./Dashboard.html">Dashboard</a>
@@ -792,6 +795,8 @@ limitations under the License.
 		            	</li>
 		        			        		            		            	<li><font color="#000000" face="arial,helvetica,sanserif" size="2pt">User Interface</font>
 		            		<ul>
+		            				            			<li>    <a href="./themes-and-branding.html">Themes</a>
+</li>
 		            				            			<li>    <a href="./BrandingAndColors.html">Branding and Colors</a>
 </li>
 		            				            			<li>    <a href="./Dashboard.html">Dashboard</a>
@@ -861,13 +866,13 @@ limitations under the License.
       </td></tr>
       <tr><td>
         <blockquote>
-                                    <p>
-Wiki is to be linked here, coming soon ...
-
-<!-- ***************** TBD **************************  -->
-<!-- ***************** TBD **************************  -->
-<!-- ***************** TBD **************************  -->
-
+                                    <p>
+Wiki is to be linked here, coming soon ...
+
+<!-- ***************** TBD **************************  -->
+<!-- ***************** TBD **************************  -->
+<!-- ***************** TBD **************************  -->
+
 </p>
                             </blockquote>
         </p>

Modified: incubator/openmeetings/trunk/singlewebapp/docs/downloads.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/downloads.html?rev=1325198&r1=1325197&r2=1325198&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/downloads.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/downloads.html Thu Apr 12 10:42:47 2012
@@ -34,11 +34,8 @@ limitations under the License.
             <meta name="email" value="Podling-dev@incubator.apache.org">
             
            
-            
-            
-            
-            
-            
+                                    
+                        
             <title>Apache OpenMeetings - Downloads</title>
             <link rel="stylesheet" type="text/css" href="css/openmeetings.css">
             <link rel="stylesheet" type="text/css" href="css/jquery-ui.css">
@@ -270,7 +267,11 @@ limitations under the License.
 				            				currentLocation = "Configuration";
 					            			currentLink = "/JVMPerformanceTuning.html".substr(1, "/JVMPerformanceTuning.html".length);
 						            	} 
-				            							        				        							            				            						            			else if (document.location.href.indexOf("/BrandingAndColors.html") > 0) {
+				            							        				        							            				            						            			else if (document.location.href.indexOf("/themes-and-branding.html") > 0) {
+				            				currentLocation = "Configuration";
+					            			currentLink = "/themes-and-branding.html".substr(1, "/themes-and-branding.html".length);
+						            	} 
+				            						            			else if (document.location.href.indexOf("/BrandingAndColors.html") > 0) {
 				            				currentLocation = "Configuration";
 					            			currentLink = "/BrandingAndColors.html".substr(1, "/BrandingAndColors.html".length);
 						            	} 
@@ -511,6 +512,8 @@ limitations under the License.
 	            			            			    <a href="./JVMPerformanceTuning.html">JVM performance tuning</a>
 <br/>
 	            			        		        	            	            	<b>User Interface</b><br/>
+	            			            			    <a href="./themes-and-branding.html">Themes</a>
+<br/>
 	            			            			    <a href="./BrandingAndColors.html">Branding and Colors</a>
 <br/>
 	            			            			    <a href="./Dashboard.html">Dashboard</a>
@@ -793,6 +796,8 @@ limitations under the License.
 		            	</li>
 		        			        		            		            	<li><font color="#000000" face="arial,helvetica,sanserif" size="2pt">User Interface</font>
 		            		<ul>
+		            				            			<li>    <a href="./themes-and-branding.html">Themes</a>
+</li>
 		            				            			<li>    <a href="./BrandingAndColors.html">Branding and Colors</a>
 </li>
 		            				            			<li>    <a href="./Dashboard.html">Dashboard</a>
@@ -862,27 +867,27 @@ limitations under the License.
       </td></tr>
       <tr><td>
         <blockquote>
-                                    <p>
-				A release of Podling includes the First artifact
-				and the Second artifact. The release is distributed as
-				source code and as jar files that can be accessed
-				via maven repository search.
-				<ul>
-					<li>
-						First artifact.
-					</li>
-					<li>
-						Second artifact.
-					</li>
-				</ul>
+                                    <p>
+				A release of Podling includes the First artifact
+				and the Second artifact. The release is distributed as
+				source code and as jar files that can be accessed
+				via maven repository search.
+				<ul>
+					<li>
+						First artifact.
+					</li>
+					<li>
+						Second artifact.
+					</li>
+				</ul>
 			</p>
-                                                <p>
-				All are available for download as source and binary.
+                                                <p>
+				All are available for download as source and binary.
 			</p>
-                                                <p>
-				If downloading multiple source packages, extract them all
-				into the same directory. This will preserve the source
-				dependencies among the projects.
+                                                <p>
+				If downloading multiple source packages, extract them all
+				into the same directory. This will preserve the source
+				dependencies among the projects.
 			</p>
                                                     <table border="0" cellspacing="0" cellpadding="0" width="100%">
       <tr><td bgcolor="#EFEFEF">
@@ -892,8 +897,8 @@ limitations under the License.
       </td></tr>
       <tr><td>
         <blockquote>
-                                    <p>
-					No official releases are available.
+                                    <p>
+					No official releases are available.
 				</p>
                             </blockquote>
       </td></tr>
@@ -907,8 +912,8 @@ limitations under the License.
       </td></tr>
       <tr><td>
         <blockquote>
-                                    <p>
-					No previous official releases are available.
+                                    <p>
+					No previous official releases are available.
 				</p>
                             </blockquote>
       </td></tr>
@@ -922,10 +927,10 @@ limitations under the License.
       </td></tr>
       <tr><td>
         <blockquote>
-                                    <p>
-					Releases that are not part of the ASF can be downloaded from the
-					old
-					<a href="http://code.google.com/p/openmeetings/downloads/list" target="_BLANK">GoogleCode website</a>
+                                    <p>
+					Releases that are not part of the ASF can be downloaded from the
+					old
+					<a href="http://code.google.com/p/openmeetings/downloads/list" target="_BLANK">GoogleCode website</a>
 				</p>
                             </blockquote>
       </td></tr>

Modified: incubator/openmeetings/trunk/singlewebapp/docs/get-involved.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/get-involved.html?rev=1325198&r1=1325197&r2=1325198&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/get-involved.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/get-involved.html Thu Apr 12 10:42:47 2012
@@ -33,11 +33,8 @@ limitations under the License.
             <meta name="email" value="OpenMeetings-dev@incubator.apache.org">
             
            
-            
-            
-            
-            
-            
+                                    
+                        
             <title>Apache OpenMeetings - Get Involved</title>
             <link rel="stylesheet" type="text/css" href="css/openmeetings.css">
             <link rel="stylesheet" type="text/css" href="css/jquery-ui.css">
@@ -269,7 +266,11 @@ limitations under the License.
 				            				currentLocation = "Configuration";
 					            			currentLink = "/JVMPerformanceTuning.html".substr(1, "/JVMPerformanceTuning.html".length);
 						            	} 
-				            							        				        							            				            						            			else if (document.location.href.indexOf("/BrandingAndColors.html") > 0) {
+				            							        				        							            				            						            			else if (document.location.href.indexOf("/themes-and-branding.html") > 0) {
+				            				currentLocation = "Configuration";
+					            			currentLink = "/themes-and-branding.html".substr(1, "/themes-and-branding.html".length);
+						            	} 
+				            						            			else if (document.location.href.indexOf("/BrandingAndColors.html") > 0) {
 				            				currentLocation = "Configuration";
 					            			currentLink = "/BrandingAndColors.html".substr(1, "/BrandingAndColors.html".length);
 						            	} 
@@ -510,6 +511,8 @@ limitations under the License.
 	            			            			    <a href="./JVMPerformanceTuning.html">JVM performance tuning</a>
 <br/>
 	            			        		        	            	            	<b>User Interface</b><br/>
+	            			            			    <a href="./themes-and-branding.html">Themes</a>
+<br/>
 	            			            			    <a href="./BrandingAndColors.html">Branding and Colors</a>
 <br/>
 	            			            			    <a href="./Dashboard.html">Dashboard</a>
@@ -792,6 +795,8 @@ limitations under the License.
 		            	</li>
 		        			        		            		            	<li><font color="#000000" face="arial,helvetica,sanserif" size="2pt">User Interface</font>
 		            		<ul>
+		            				            			<li>    <a href="./themes-and-branding.html">Themes</a>
+</li>
 		            				            			<li>    <a href="./BrandingAndColors.html">Branding and Colors</a>
 </li>
 		            				            			<li>    <a href="./Dashboard.html">Dashboard</a>
@@ -861,28 +866,28 @@ limitations under the License.
       </td></tr>
       <tr><td>
         <blockquote>
-                                    <p>
-The Apache OpenMeetings project really needs and appreciates any contributions,
-including documentation help, source code and feedback. Suggested
-changes should come in the form of source code and/or very detailed
-and constructive feedback.
+                                    <p>
+The Apache OpenMeetings project really needs and appreciates any contributions,
+including documentation help, source code and feedback. Suggested
+changes should come in the form of source code and/or very detailed
+and constructive feedback.
 </p>
-                                                <ul>
-<li>
-Discussion occurs on the <a href="mail-lists.html">OpenMeetings mailing lists</a>
-</li>
-<li>
-Information on access to the project source code is 
-available <a href="svn.html">here</a>.
-</li>
-<li>
-Bugs and other issues can be posted on the project 
-<a href="https://issues.apache.org/jira/browse/OPENMEETINGS">JIRA</a> (<a href="https://issues.apache.org/jira/secure/Signup!default.jspa">sign up</a>).
-</li>
-<li>
-Additional documentation and discussion can be contributed to the project
-<a href="https://cwiki.apache.org/OPENMEETINGS">Wiki</a> (<a href="https://cwiki.apache.org/confluence/signup.action">sign up</a>).
-</li>
+                                                <ul>
+<li>
+Discussion occurs on the <a href="mail-lists.html">OpenMeetings mailing lists</a>
+</li>
+<li>
+Information on access to the project source code is 
+available <a href="svn.html">here</a>.
+</li>
+<li>
+Bugs and other issues can be posted on the project 
+<a href="https://issues.apache.org/jira/browse/OPENMEETINGS">JIRA</a> (<a href="https://issues.apache.org/jira/secure/Signup!default.jspa">sign up</a>).
+</li>
+<li>
+Additional documentation and discussion can be contributed to the project
+<a href="https://cwiki.apache.org/OPENMEETINGS">Wiki</a> (<a href="https://cwiki.apache.org/confluence/signup.action">sign up</a>).
+</li>
 </ul>
                             </blockquote>
         </p>
@@ -899,33 +904,33 @@ Additional documentation and discussion 
       <tr><td>
         <blockquote>
                                     <p>If you're interested in committing to the project: </p>
-                                                <ul>
-<li><p> You'll need to fill out some legal paperwork and go through 
-a process to get an apache committer account: See 
-<a class="external" rel="nofollow" href="http://apache.org/dev/new-committers-guide.html">
-New Committers Guide</a>, 
-<a class="external" rel="nofollow" href="http://apache.org/dev/contributors.html"> Contributors</a>, and 
-<a class="external" rel="nofollow" href="http://apache.org/dev/committers.html"> Committers</a> 
-for more details. </p>
-
-</li>
-<li><p> After you've received an email from 
-<a href="mailto:root@apache.org">root@apache.org</a> 
-with your committer account information, change your initial password: 
-Login by 'ssh -l &lt;username&gt; people.apache.org'; 
-run 'passwd'; 
-run 'svnpasswd'.  See 
-<a class="external" rel="nofollow" href="http://apache.org/dev/version-control.html">Committer Subversion Access
-</a>. 
-</p>
-</li>
-<li><p> Check out the OpenMeetings sources and test your svn account: 
-<a href="http://svn.apache.org/viewcvs.cgi/incubator/OpenMeetings/">
-SubversionRepository</a>. 
-</p>
-
-</li>
-
+                                                <ul>
+<li><p> You'll need to fill out some legal paperwork and go through 
+a process to get an apache committer account: See 
+<a class="external" rel="nofollow" href="http://apache.org/dev/new-committers-guide.html">
+New Committers Guide</a>, 
+<a class="external" rel="nofollow" href="http://apache.org/dev/contributors.html"> Contributors</a>, and 
+<a class="external" rel="nofollow" href="http://apache.org/dev/committers.html"> Committers</a> 
+for more details. </p>
+
+</li>
+<li><p> After you've received an email from 
+<a href="mailto:root@apache.org">root@apache.org</a> 
+with your committer account information, change your initial password: 
+Login by 'ssh -l &lt;username&gt; people.apache.org'; 
+run 'passwd'; 
+run 'svnpasswd'.  See 
+<a class="external" rel="nofollow" href="http://apache.org/dev/version-control.html">Committer Subversion Access
+</a>. 
+</p>
+</li>
+<li><p> Check out the OpenMeetings sources and test your svn account: 
+<a href="http://svn.apache.org/viewcvs.cgi/incubator/OpenMeetings/">
+SubversionRepository</a>. 
+</p>
+
+</li>
+
 </ul>
                             </blockquote>
         </p>

Modified: incubator/openmeetings/trunk/singlewebapp/docs/index.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/index.html?rev=1325198&r1=1325197&r2=1325198&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/index.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/index.html Thu Apr 12 10:42:47 2012
@@ -267,7 +267,11 @@ limitations under the License.
 				            				currentLocation = "Configuration";
 					            			currentLink = "/JVMPerformanceTuning.html".substr(1, "/JVMPerformanceTuning.html".length);
 						            	} 
-				            							        				        							            				            						            			else if (document.location.href.indexOf("/BrandingAndColors.html") > 0) {
+				            							        				        							            				            						            			else if (document.location.href.indexOf("/themes-and-branding.html") > 0) {
+				            				currentLocation = "Configuration";
+					            			currentLink = "/themes-and-branding.html".substr(1, "/themes-and-branding.html".length);
+						            	} 
+				            						            			else if (document.location.href.indexOf("/BrandingAndColors.html") > 0) {
 				            				currentLocation = "Configuration";
 					            			currentLink = "/BrandingAndColors.html".substr(1, "/BrandingAndColors.html".length);
 						            	} 
@@ -508,6 +512,8 @@ limitations under the License.
 	            			            			    <a href="./JVMPerformanceTuning.html">JVM performance tuning</a>
 <br/>
 	            			        		        	            	            	<b>User Interface</b><br/>
+	            			            			    <a href="./themes-and-branding.html">Themes</a>
+<br/>
 	            			            			    <a href="./BrandingAndColors.html">Branding and Colors</a>
 <br/>
 	            			            			    <a href="./Dashboard.html">Dashboard</a>
@@ -790,6 +796,8 @@ limitations under the License.
 		            	</li>
 		        			        		            		            	<li><font color="#000000" face="arial,helvetica,sanserif" size="2pt">User Interface</font>
 		            		<ul>
+		            				            			<li>    <a href="./themes-and-branding.html">Themes</a>
+</li>
 		            				            			<li>    <a href="./BrandingAndColors.html">Branding and Colors</a>
 </li>
 		            				            			<li>    <a href="./Dashboard.html">Dashboard</a>

Modified: incubator/openmeetings/trunk/singlewebapp/docs/installation.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/installation.html?rev=1325198&r1=1325197&r2=1325198&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/installation.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/installation.html Thu Apr 12 10:42:47 2012
@@ -34,11 +34,8 @@ limitations under the License.
             <meta name="email" value="sebawagner@apache.org">
             
            
-            
-            
-            
-            
-            
+                                    
+                        
             <title>Apache OpenMeetings - Home</title>
             <link rel="stylesheet" type="text/css" href="css/openmeetings.css">
             <link rel="stylesheet" type="text/css" href="css/jquery-ui.css">
@@ -270,7 +267,11 @@ limitations under the License.
 				            				currentLocation = "Configuration";
 					            			currentLink = "/JVMPerformanceTuning.html".substr(1, "/JVMPerformanceTuning.html".length);
 						            	} 
-				            							        				        							            				            						            			else if (document.location.href.indexOf("/BrandingAndColors.html") > 0) {
+				            							        				        							            				            						            			else if (document.location.href.indexOf("/themes-and-branding.html") > 0) {
+				            				currentLocation = "Configuration";
+					            			currentLink = "/themes-and-branding.html".substr(1, "/themes-and-branding.html".length);
+						            	} 
+				            						            			else if (document.location.href.indexOf("/BrandingAndColors.html") > 0) {
 				            				currentLocation = "Configuration";
 					            			currentLink = "/BrandingAndColors.html".substr(1, "/BrandingAndColors.html".length);
 						            	} 
@@ -511,6 +512,8 @@ limitations under the License.
 	            			            			    <a href="./JVMPerformanceTuning.html">JVM performance tuning</a>
 <br/>
 	            			        		        	            	            	<b>User Interface</b><br/>
+	            			            			    <a href="./themes-and-branding.html">Themes</a>
+<br/>
 	            			            			    <a href="./BrandingAndColors.html">Branding and Colors</a>
 <br/>
 	            			            			    <a href="./Dashboard.html">Dashboard</a>
@@ -793,6 +796,8 @@ limitations under the License.
 		            	</li>
 		        			        		            		            	<li><font color="#000000" face="arial,helvetica,sanserif" size="2pt">User Interface</font>
 		            		<ul>
+		            				            			<li>    <a href="./themes-and-branding.html">Themes</a>
+</li>
 		            				            			<li>    <a href="./BrandingAndColors.html">Branding and Colors</a>
 </li>
 		            				            			<li>    <a href="./Dashboard.html">Dashboard</a>
@@ -862,138 +867,138 @@ limitations under the License.
       </td></tr>
       <tr><td>
         <blockquote>
-                                    <p>
-				To update from past versions or migrate see
-				<a href="Upgrade.html">Upgrade</a>
-				.
-				If you are looking for commercial help have a look at
-				<a href="commercial-support.html" target="_BLANK" rel="nofollow">commercial support
-				</a>.
+                                    <p>
+				To update from past versions or migrate see
+				<a href="Upgrade.html">Upgrade</a>
+				.
+				If you are looking for commercial help have a look at
+				<a href="commercial-support.html" target="_BLANK" rel="nofollow">commercial support
+				</a>.
 			</p>
-                                                <p>
-				<a href="downloads.html" rel="nofollow">
-					<img src="images/installation_instructions.png" alt="Grafik" />
-				</a>
-				<p><i>Note: OpenMeetings requires SUN JRE, not openJDK!</i></p>
+                                                <p>
+				<a href="downloads.html" rel="nofollow">
+					<img src="images/installation_instructions.png" alt="Grafik" />
+				</a>
+				<p><i>Note: OpenMeetings requires SUN JRE, not openJDK!</i></p>
 			</p>
-                                                <ol>
-				<li>
-					<b>Recommendation for production environment</b>
-					<div style="margin-top: 10px; margin-bottom:10px">
-						By default OpenMeetings uses the integrated Apache Derby database.
-						For production environment you should consider using
-						<a href="MySQLConfig.html">MySQL</a>
-						,
-						<a href="/PostgresConfig.html">Postgres</a>
-						, or for example
-						<a href="IBMDB2Config.html">IBM DB2</a>
-						, or
-						<a href="OracleConfig.html">Oracle</a>
-					</div>
-				</li>
-				<li>
-					<b>Enabling Image Upload and import to whiteboard</b>
-					<div style="margin-top: 10px; margin-bottom:10px">
-						Install
-						<b>ImageMagick</b>
-						on the server, you can get more information on
-						<a href="http://www.imagemagick.org" rel="nofollow" target="_BLANK">http://www.imagemagick.org
-						</a>
-						regarding installation. The instructions
-						for installation can be
-						found there
-						<a href="http://www.imagemagick.org/script/binary-releases.php" target="_BLANK" rel="nofollow">http://www.imagemagick.org/script/binary-releases.php
-						</a>
-						,
-						however on
-						most Linux systems you can get it via your favorite
-						package
-						managers (apt-get it)
-					</div>
-				</li>
-				<li>
-					<b>Enabling import of PDFs into whiteboard</b>
-					<div style="margin-top: 10px; margin-bottom:10px">
-						<ul>
-							<li>
-								Install
-								<b>GhostScript</b>
-								on the server, you can get more
-								information on
-								<a href="http://pages.cs.wisc.edu/~ghost/" target="_BLANK" rel="nofollow">
-									http://pages.cs.wisc.edu/~ghost/
-								</a>
-								regarding
-								installation. The instructions for installation can be
-								found
-								there, however on most Linux systems you can get it via
-								your
-								favorite package managers (apt-get it).
-							</li>
-							<li>
-								Install
-								<b>SWFTools</b>
-								on the server, you can get more information
-								on
-								<a href="http://www.swftools.org/" target="_BLANK" rel="nofollow">http://www.swftools.org/
-								</a>
-								regarding installation. Some of the
-								Linux distributions already
-								have it in there package manager (see
-								<a href="http://packages.debian.org/unstable/utils/swftools" target="_BLANK" rel="nofollow">http://packages.debian.org/unstable/utils/swftools
-								</a>
-								), the
-								recommended version of SWFTools is 0.9 as prior version
-								have a
-								bug that does lead to wrong object dimensions at
-								whiteboard
-							</li>
-						</ul>
-					</div>
-				</li>
-				<li>
-					<b>Enabling import of .doc, .docx, .ppt, .pptx, ... all Office
-						Documents into whitebaord
-					</b>
-					<div style="margin-top: 10px; margin-bottom:10px">
-						<b>OpenOffice-Service</b>
-						started and listening on port 8100, see
-						OpenOfficeConverter for
-						details
-					</div>
-				</li>
-				<li>
-					<b>Enabling Recording and import of .avi, .flv, .mov and .mp4 into
-						whiteboard
-					</b>
-					<div style="margin-top: 10px; margin-bottom:10px">
-						<ul>
-							<li>
-								Install
-								<b>FFMpeg</b>
-								. You should get FFMPEG in an up to date copy!
-								For
-								Windows you can
-								download a Build for example from
-								<a href="http://ffmpeg.zeranoe.com/builds/" target="_BLANK" rel="nofollow">http://ffmpeg.zeranoe.com/builds/ </a>
-								Linux or OSx Users should be
-								able to use one of the various
-								Installation Instructions on the
-								Web. You need to enable
-								libmp3lame!
-							</li>
-							<li>
-								Install
-								<b>SoX</b>
-								<a href="http://sox.sourceforge.net/" target="_BLANK" rel="nofollow">http://sox.sourceforge.net/
-								</a>
-								. You should install SoX in a up
-								to date copy! SoX 12.xx will NOT
-								work!
-							</li>
-						</ul>
-					</div>
-				</li>
+                                                <ol>
+				<li>
+					<b>Recommendation for production environment</b>
+					<div style="margin-top: 10px; margin-bottom:10px">
+						By default OpenMeetings uses the integrated Apache Derby database.
+						For production environment you should consider using
+						<a href="MySQLConfig.html">MySQL</a>
+						,
+						<a href="/PostgresConfig.html">Postgres</a>
+						, or for example
+						<a href="IBMDB2Config.html">IBM DB2</a>
+						, or
+						<a href="OracleConfig.html">Oracle</a>
+					</div>
+				</li>
+				<li>
+					<b>Enabling Image Upload and import to whiteboard</b>
+					<div style="margin-top: 10px; margin-bottom:10px">
+						Install
+						<b>ImageMagick</b>
+						on the server, you can get more information on
+						<a href="http://www.imagemagick.org" rel="nofollow" target="_BLANK">http://www.imagemagick.org
+						</a>
+						regarding installation. The instructions
+						for installation can be
+						found there
+						<a href="http://www.imagemagick.org/script/binary-releases.php" target="_BLANK" rel="nofollow">http://www.imagemagick.org/script/binary-releases.php
+						</a>
+						,
+						however on
+						most Linux systems you can get it via your favorite
+						package
+						managers (apt-get it)
+					</div>
+				</li>
+				<li>
+					<b>Enabling import of PDFs into whiteboard</b>
+					<div style="margin-top: 10px; margin-bottom:10px">
+						<ul>
+							<li>
+								Install
+								<b>GhostScript</b>
+								on the server, you can get more
+								information on
+								<a href="http://pages.cs.wisc.edu/~ghost/" target="_BLANK" rel="nofollow">
+									http://pages.cs.wisc.edu/~ghost/
+								</a>
+								regarding
+								installation. The instructions for installation can be
+								found
+								there, however on most Linux systems you can get it via
+								your
+								favorite package managers (apt-get it).
+							</li>
+							<li>
+								Install
+								<b>SWFTools</b>
+								on the server, you can get more information
+								on
+								<a href="http://www.swftools.org/" target="_BLANK" rel="nofollow">http://www.swftools.org/
+								</a>
+								regarding installation. Some of the
+								Linux distributions already
+								have it in there package manager (see
+								<a href="http://packages.debian.org/unstable/utils/swftools" target="_BLANK" rel="nofollow">http://packages.debian.org/unstable/utils/swftools
+								</a>
+								), the
+								recommended version of SWFTools is 0.9 as prior version
+								have a
+								bug that does lead to wrong object dimensions at
+								whiteboard
+							</li>
+						</ul>
+					</div>
+				</li>
+				<li>
+					<b>Enabling import of .doc, .docx, .ppt, .pptx, ... all Office
+						Documents into whitebaord
+					</b>
+					<div style="margin-top: 10px; margin-bottom:10px">
+						<b>OpenOffice-Service</b>
+						started and listening on port 8100, see
+						OpenOfficeConverter for
+						details
+					</div>
+				</li>
+				<li>
+					<b>Enabling Recording and import of .avi, .flv, .mov and .mp4 into
+						whiteboard
+					</b>
+					<div style="margin-top: 10px; margin-bottom:10px">
+						<ul>
+							<li>
+								Install
+								<b>FFMpeg</b>
+								. You should get FFMPEG in an up to date copy!
+								For
+								Windows you can
+								download a Build for example from
+								<a href="http://ffmpeg.zeranoe.com/builds/" target="_BLANK" rel="nofollow">http://ffmpeg.zeranoe.com/builds/ </a>
+								Linux or OSx Users should be
+								able to use one of the various
+								Installation Instructions on the
+								Web. You need to enable
+								libmp3lame!
+							</li>
+							<li>
+								Install
+								<b>SoX</b>
+								<a href="http://sox.sourceforge.net/" target="_BLANK" rel="nofollow">http://sox.sourceforge.net/
+								</a>
+								. You should install SoX in a up
+								to date copy! SoX 12.xx will NOT
+								work!
+							</li>
+						</ul>
+					</div>
+				</li>
 			</ol>
                             </blockquote>
         </p>
@@ -1009,9 +1014,9 @@ limitations under the License.
       </td></tr>
       <tr><td>
         <blockquote>
-                                    <p>
-				See
-				<a href="PortSettings.html">PortSettings</a>
+                                    <p>
+				See
+				<a href="PortSettings.html">PortSettings</a>
 			</p>
                             </blockquote>
         </p>
@@ -1027,27 +1032,27 @@ limitations under the License.
       </td></tr>
       <tr><td>
         <blockquote>
-                                    <ul>
-				<li>
-					See
-					<a href="http://nightly.openmeetings.de/openmeetings/builds/vmware/" rel="nofollow">http://nightly.openmeetings.de/openmeetings/builds/vmware/</a>
-				</li>
-				<li>
-					VMWare 1.6.1
-					<a href="http://openstudio.no-ip.info/2011/01/openmeetings-1-6-rc1-vmware-appliance-using-ubuntu-server-10-04-lts/" rel="nofollow">blog-entry</a>
-				</li>
-				<li>
-					<a href="/p/openmeetings/wiki/VMWareImageDebian051">VMWareImageDebian051</a>
-				</li>
-				<li>
-					<a href="/p/openmeetings/wiki/VMWareImageMoodlePackOM052">VMWareImageMoodlePackOM052</a>
-				</li>
-				<li>
-					<a href="/p/openmeetings/wiki/VMImageRev2056">VMImageRev2056</a>
-				</li>
-				<li>
-					<a href="/p/openmeetings/wiki/VMWareImageRunningOpenmeetingsV1_0RC1">VMWareImageRunningOpenmeetingsV1_0RC1</a>
-				</li>
+                                    <ul>
+				<li>
+					See
+					<a href="http://nightly.openmeetings.de/openmeetings/builds/vmware/" rel="nofollow">http://nightly.openmeetings.de/openmeetings/builds/vmware/</a>
+				</li>
+				<li>
+					VMWare 1.6.1
+					<a href="http://openstudio.no-ip.info/2011/01/openmeetings-1-6-rc1-vmware-appliance-using-ubuntu-server-10-04-lts/" rel="nofollow">blog-entry</a>
+				</li>
+				<li>
+					<a href="/p/openmeetings/wiki/VMWareImageDebian051">VMWareImageDebian051</a>
+				</li>
+				<li>
+					<a href="/p/openmeetings/wiki/VMWareImageMoodlePackOM052">VMWareImageMoodlePackOM052</a>
+				</li>
+				<li>
+					<a href="/p/openmeetings/wiki/VMImageRev2056">VMImageRev2056</a>
+				</li>
+				<li>
+					<a href="/p/openmeetings/wiki/VMWareImageRunningOpenmeetingsV1_0RC1">VMWareImageRunningOpenmeetingsV1_0RC1</a>
+				</li>
 			</ul>
                             </blockquote>
         </p>
@@ -1063,36 +1068,36 @@ limitations under the License.
       </td></tr>
       <tr><td>
         <blockquote>
-                                    <ul>
-				<li>
-					Minimalistic requirement (without Document Converters, Recorder and
-					Upload feature) 1GHz CPU 1 GB RAM (
-					<i>server-side</i>
-					)
-				</li>
-				<li>
-					Recommended requirement 2x/4x 2GHz ++ CPU (32 or 64Bit) 4GB RAM. If
-					you have a 64Bit Operating System check if there is a OpenOffice
-					64Bit Version
-					<a href="http://download.openoffice.org/other.html#de" rel="nofollow">available
-						for your OS
-					</a>
-					(
-					<i>server-side</i>
-					)
-				</li>
-				<li>
-					Headset/Microphone recommendation: Logitech ClearChat PC Wireless,
-					for example from
-					<a href="http://www.amazon.de/Logitech-ClearChat-kabelloser-Kopfh%C3%B6rer-Transmitter/dp/B00166WSN4" rel="nofollow">Amazon</a>
-					or
-					<a href="http://shop.ebay.com/i.html?_nkw=Logitech+ClearChat.+Wireless&amp;_sacat=0&amp;_trksid=p3286.m270.l1313&amp;LH_BIN=1&amp;LH_IncludeSIF=1&amp;_odkw=Logitech+ClearChat+PC&amp;_osacat=0" rel="nofollow">EBay Auctions</a>
-					(
-					<i>cient-side</i>
-					).
-					<a href="/p/openmeetings/wiki/RecommendedHardwareList">See all recommendations</a>
-					for cameras, headsets and speakerphones.
-				</li>
+                                    <ul>
+				<li>
+					Minimalistic requirement (without Document Converters, Recorder and
+					Upload feature) 1GHz CPU 1 GB RAM (
+					<i>server-side</i>
+					)
+				</li>
+				<li>
+					Recommended requirement 2x/4x 2GHz ++ CPU (32 or 64Bit) 4GB RAM. If
+					you have a 64Bit Operating System check if there is a OpenOffice
+					64Bit Version
+					<a href="http://download.openoffice.org/other.html#de" rel="nofollow">available
+						for your OS
+					</a>
+					(
+					<i>server-side</i>
+					)
+				</li>
+				<li>
+					Headset/Microphone recommendation: Logitech ClearChat PC Wireless,
+					for example from
+					<a href="http://www.amazon.de/Logitech-ClearChat-kabelloser-Kopfh%C3%B6rer-Transmitter/dp/B00166WSN4" rel="nofollow">Amazon</a>
+					or
+					<a href="http://shop.ebay.com/i.html?_nkw=Logitech+ClearChat.+Wireless&amp;_sacat=0&amp;_trksid=p3286.m270.l1313&amp;LH_BIN=1&amp;LH_IncludeSIF=1&amp;_odkw=Logitech+ClearChat+PC&amp;_osacat=0" rel="nofollow">EBay Auctions</a>
+					(
+					<i>cient-side</i>
+					).
+					<a href="/p/openmeetings/wiki/RecommendedHardwareList">See all recommendations</a>
+					for cameras, headsets and speakerphones.
+				</li>
 			</ul>
                             </blockquote>
         </p>
@@ -1108,49 +1113,49 @@ limitations under the License.
       </td></tr>
       <tr><td>
         <blockquote>
-                                    <ul>
-				<li>
-					for VoIP and SIP Integration see also
-					<a href="/p/openmeetings/wiki/VoIPAndSIP">VoIPAndSIP</a>
-				</li>
-				<li>
-					<a href="/p/openmeetings/wiki/MeetingsLive">Ubuntu Live DVD</a>
-					<a href="/p/openmeetings/wiki/MeetingsLive">MeetingsLive</a>
-					<a href="http://meetingslive.sourceforge.net/" rel="nofollow">http://meetingslive.sourceforge.net/
-					</a>
-				</li>
-				<li>
-					<a href="/p/openmeetings/wiki/InstallationCentOS5">Installation on CentOS 5</a>
-				</li>
-				<li>
-					<a href="/p/openmeetings/wiki/InstallationRHELS">Installation on RHELS 5.6</a>
-				</li>
-				<li>
-					<a href="/p/openmeetings/wiki/OpenmeetingsEnUbuntu">Instalar Openmeetings en Ubuntu 10.04 (Spanish)</a>
-				</li>
-				<li>
-					<a href="/p/openmeetings/wiki/UbuntuLucidLTS">Install openmeetings on Ubuntu 10.04 LTS</a>
-				</li>
-				<li>
-					<a href="http://liberamemoria.blogspot.com/2009/02/instalando-openmeetings-07-rc-2-en.html" rel="nofollow">Espanol Version for Debian Installation</a>
-				</li>
-				<li>
-					<a href="http://aitinet.com/blog/wp-content/uploads/2009/08/TUTORIAL-PARA-INSTALACAO-DO-RED5-E-OPENMEETINGS-NO-LINUX-DEBIAN-LENNY-51.pdf" rel="nofollow">Portuguese Version for Debian Installation of 0.9 RC1</a>
-				</li>
-				<li>
-					<a href="http://code.google.com/p/openmeetings/wiki/Automatic_script_installation_for_Debian" rel="nofollow">Automatic script installation for Debian</a>
-				</li>
-				<li>
-					<a href="/p/openmeetings/wiki/InstallationDebian">InstallationDebian</a>
-				</li>
-				<li>
-					<a href="/p/openmeetings/wiki/qosTips">qosTips</a>
-				</li>
-				<li>
-					French version of Installation Instructions:
-					<a href="http://flash.54n.free.fr/?/Root/Debian/OpenMeetings-Installation" rel="nofollow">http://flash.54n.free.fr/?/Root/Debian/OpenMeetings-Installation
-					</a>
-				</li>
+                                    <ul>
+				<li>
+					for VoIP and SIP Integration see also
+					<a href="/p/openmeetings/wiki/VoIPAndSIP">VoIPAndSIP</a>
+				</li>
+				<li>
+					<a href="/p/openmeetings/wiki/MeetingsLive">Ubuntu Live DVD</a>
+					<a href="/p/openmeetings/wiki/MeetingsLive">MeetingsLive</a>
+					<a href="http://meetingslive.sourceforge.net/" rel="nofollow">http://meetingslive.sourceforge.net/
+					</a>
+				</li>
+				<li>
+					<a href="/p/openmeetings/wiki/InstallationCentOS5">Installation on CentOS 5</a>
+				</li>
+				<li>
+					<a href="/p/openmeetings/wiki/InstallationRHELS">Installation on RHELS 5.6</a>
+				</li>
+				<li>
+					<a href="/p/openmeetings/wiki/OpenmeetingsEnUbuntu">Instalar Openmeetings en Ubuntu 10.04 (Spanish)</a>
+				</li>
+				<li>
+					<a href="/p/openmeetings/wiki/UbuntuLucidLTS">Install openmeetings on Ubuntu 10.04 LTS</a>
+				</li>
+				<li>
+					<a href="http://liberamemoria.blogspot.com/2009/02/instalando-openmeetings-07-rc-2-en.html" rel="nofollow">Espanol Version for Debian Installation</a>
+				</li>
+				<li>
+					<a href="http://aitinet.com/blog/wp-content/uploads/2009/08/TUTORIAL-PARA-INSTALACAO-DO-RED5-E-OPENMEETINGS-NO-LINUX-DEBIAN-LENNY-51.pdf" rel="nofollow">Portuguese Version for Debian Installation of 0.9 RC1</a>
+				</li>
+				<li>
+					<a href="http://code.google.com/p/openmeetings/wiki/Automatic_script_installation_for_Debian" rel="nofollow">Automatic script installation for Debian</a>
+				</li>
+				<li>
+					<a href="/p/openmeetings/wiki/InstallationDebian">InstallationDebian</a>
+				</li>
+				<li>
+					<a href="/p/openmeetings/wiki/qosTips">qosTips</a>
+				</li>
+				<li>
+					French version of Installation Instructions:
+					<a href="http://flash.54n.free.fr/?/Root/Debian/OpenMeetings-Installation" rel="nofollow">http://flash.54n.free.fr/?/Root/Debian/OpenMeetings-Installation
+					</a>
+				</li>
 			</ul>
                             </blockquote>
         </p>
@@ -1166,43 +1171,43 @@ limitations under the License.
       </td></tr>
       <tr><td>
         <blockquote>
-                                    <ul>
-				<li>
-					Use the Debug-Application: Enter in your browser
-					<a href="http://$RED-HOST:$RED5-PORT/openmeetings/maindebug.lzx.lzr=swf8.swf" rel="nofollow">http://$RED-HOST:$RED5-PORT/openmeetings/maindebug.lzx.lzr=swf8.swf
-					</a>
-					for example
-					<a href="http://localhost:5080/openmeetings/maindebug.lzx.lzr=swf8.swf" rel="nofollow">http://localhost:5080/openmeetings/maindebug.lzx.lzr=swf8.swf
-					</a>
-				</li>
-				<li>If you have Problems with conversion-jobs check your Red5-Log
-					output. There will be error Messages which help you. You must
-					install OpenOffice, ImageMagick, GhostScript and SWFTools to run
-					all conversion-Jobs correctly.
-				</li>
-				<li>if you have problems in converting Files check the Batch-Scripts
-					in $OPENMEETINGS_HOME/jod
-				</li>
-				<li>
-					If you want to use red5 as a service (without red5.bat), you need
-					to move red5\wrapper\wrapper.exe to red5\wrapper.exe. Then change
-					some path in conf\wrapper.conf (like ..\lib\foo.jar to
-					lib\foo.jar). And finally change the register key in
-					HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet
-					<a href="/p/openmeetings/w/edit/CurrentControlSet">?</a>
-					\Services\Red5\ImagePath
-					<a href="/p/openmeetings/w/edit/ImagePath">?</a>
-					to point to the new wrapper.
-				</li>
-				<li>
-					you can query a Mysql Database to get the schema_collection by
-					using this query:
-					<div class="xmlcode">
-						SELECT Table_name, TABLE_COLLATION FROM
-						information_schema.tables WHERE table_schema = 'openmeetings'
-						ORDER BY table_name DESC
-					</div>
-				</li>
+                                    <ul>
+				<li>
+					Use the Debug-Application: Enter in your browser
+					<a href="http://$RED-HOST:$RED5-PORT/openmeetings/maindebug.lzx.lzr=swf8.swf" rel="nofollow">http://$RED-HOST:$RED5-PORT/openmeetings/maindebug.lzx.lzr=swf8.swf
+					</a>
+					for example
+					<a href="http://localhost:5080/openmeetings/maindebug.lzx.lzr=swf8.swf" rel="nofollow">http://localhost:5080/openmeetings/maindebug.lzx.lzr=swf8.swf
+					</a>
+				</li>
+				<li>If you have Problems with conversion-jobs check your Red5-Log
+					output. There will be error Messages which help you. You must
+					install OpenOffice, ImageMagick, GhostScript and SWFTools to run
+					all conversion-Jobs correctly.
+				</li>
+				<li>if you have problems in converting Files check the Batch-Scripts
+					in $OPENMEETINGS_HOME/jod
+				</li>
+				<li>
+					If you want to use red5 as a service (without red5.bat), you need
+					to move red5\wrapper\wrapper.exe to red5\wrapper.exe. Then change
+					some path in conf\wrapper.conf (like ..\lib\foo.jar to
+					lib\foo.jar). And finally change the register key in
+					HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet
+					<a href="/p/openmeetings/w/edit/CurrentControlSet">?</a>
+					\Services\Red5\ImagePath
+					<a href="/p/openmeetings/w/edit/ImagePath">?</a>
+					to point to the new wrapper.
+				</li>
+				<li>
+					you can query a Mysql Database to get the schema_collection by
+					using this query:
+					<div class="xmlcode">
+						SELECT Table_name, TABLE_COLLATION FROM
+						information_schema.tables WHERE table_schema = 'openmeetings'
+						ORDER BY table_name DESC
+					</div>
+				</li>
 			</ul>
                             </blockquote>
         </p>