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/07/14 10:25:34 UTC

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

Added: incubator/openmeetings/trunk/singlewebapp/docs/WebsiteGuide.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/WebsiteGuide.html?rev=1361493&view=auto
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/WebsiteGuide.html (added)
+++ incubator/openmeetings/trunk/singlewebapp/docs/WebsiteGuide.html Sat Jul 14 08:25:32 2012
@@ -0,0 +1,693 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+
+<!--
+Copyright 1999-2004 The Apache Software Foundation
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+
+
+<!-- Content Stylesheet for Site -->
+
+        
+<!-- start the processing -->
+    <!-- ====================================================================== -->
+    <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
+    <!-- Main Page Section -->
+    <!-- ====================================================================== -->
+    <html>
+        <head>
+            <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+
+                                                    <meta name="author" value="
+			OpenMeetings Team
+		">
+            <meta name="email" value="sebawagner@apache.org">
+            
+           
+                                    
+                        
+            <title>Apache OpenMeetings [Incubating] - Release Guide</title>
+            <link rel="stylesheet" type="text/css" href="css/openmeetings.css">
+            <link rel="stylesheet" type="text/css" href="css/jquery-ui.css">
+            <link rel="stylesheet" type="text/css" href="css/coin-slider-styles.css">
+            <link rel="stylesheet" type="text/css" href="css/colorbox.css" />
+            
+			<!-- Add jQuery library -->
+			<script type="text/javascript" src="js/jquery-1.7.1.min.js"></script>
+		
+			<!-- Add coinslider plugins -->
+			<script type="text/javascript" src="js/coin-slider.min.js"></script>
+			
+			<!-- Add colorbox plugin -->
+			<script type="text/javascript" src="js/jquery.colorbox.js"></script>
+		
+			<script src="js/jquery.ui.core.js"></script>
+			<script src="js/jquery.ui.widget.js"></script>
+		
+			<script src="js/jquery.ui.accordion.js"></script>
+			
+			<script>
+			$(function() {
+				$( "#accordion" ).accordion({
+					autoHeight: false,
+					navigation: true,
+					navigationFilter: function () {
+						var sidebarHrefArray = this.href.split("/");
+    					var sideBarLastString = sidebarHrefArray[sidebarHrefArray.length - 1].toLowerCase();
+						
+						if (sideBarLastString.indexOf("#") == -1) {
+							return false;
+						}
+						
+												/* document.location.href */
+						var currentSection = "";
+						
+						var currentLocation = "";
+						var currentLink = "";
+						if (false) {
+						
+						}
+    										        					            					            	
+					            	else if (document.location.href.indexOf("/index.html") > 0) {
+					            		currentLocation = "General";
+					            		currentLink = "/index.html".substr(1, "/index.html".length);
+					            	} 
+					            	
+					        				        							            					            	
+					            	else if (document.location.href.indexOf("/license.html") > 0) {
+					            		currentLocation = "General";
+					            		currentLink = "/license.html".substr(1, "/license.html".length);
+					            	} 
+					            	
+					        				        							            					            	
+					            	else if (document.location.href.indexOf("http://www.apache.org/") > 0) {
+					            		currentLocation = "General";
+					            		currentLink = "http://www.apache.org/".substr(1, "http://www.apache.org/".length);
+					            	} 
+					            	
+					        				        							            					            	
+					            	else if (document.location.href.indexOf("/downloads.html") > 0) {
+					            		currentLocation = "General";
+					            		currentLink = "/downloads.html".substr(1, "/downloads.html".length);
+					            	} 
+					            	
+					        				        							            					            	
+					            	else if (document.location.href.indexOf("/commercial-support.html") > 0) {
+					            		currentLocation = "General";
+					            		currentLink = "/commercial-support.html".substr(1, "/commercial-support.html".length);
+					            	} 
+					            	
+					        				        		    										        					            					            	
+					            	else if (document.location.href.indexOf("/installation.html") > 0) {
+					            		currentLocation = "InstallationandUpgrade";
+					            		currentLink = "/installation.html".substr(1, "/installation.html".length);
+					            	} 
+					            	
+					        				        							            					            	
+					            	else if (document.location.href.indexOf("/Upgrade.html") > 0) {
+					            		currentLocation = "InstallationandUpgrade";
+					            		currentLink = "/Upgrade.html".substr(1, "/Upgrade.html".length);
+					            	} 
+					            	
+					        				        							            					            	
+					            	else if (document.location.href.indexOf("http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings") > 0) {
+					            		currentLocation = "InstallationandUpgrade";
+					            		currentLink = "http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings".substr(1, "http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings".length);
+					            	} 
+					            	
+					        				        							            					            	
+					            	else if (document.location.href.indexOf("/CommandLineAdmin.html") > 0) {
+					            		currentLocation = "InstallationandUpgrade";
+					            		currentLink = "/CommandLineAdmin.html".substr(1, "/CommandLineAdmin.html".length);
+					            	} 
+					            	
+					        				        		    										        					            					            	
+					            	else if (document.location.href.indexOf("/get-involved.html") > 0) {
+					            		currentLocation = "Community";
+					            		currentLink = "/get-involved.html".substr(1, "/get-involved.html".length);
+					            	} 
+					            	
+					        				        							            					            	
+					            	else if (document.location.href.indexOf("/team-list.html") > 0) {
+					            		currentLocation = "Community";
+					            		currentLink = "/team-list.html".substr(1, "/team-list.html".length);
+					            	} 
+					            	
+					        				        							            					            	
+					            	else if (document.location.href.indexOf("/mail-lists.html") > 0) {
+					            		currentLocation = "Community";
+					            		currentLink = "/mail-lists.html".substr(1, "/mail-lists.html".length);
+					            	} 
+					            	
+					        				        							            					            	
+					            	else if (document.location.href.indexOf("http://cwiki.apache.org/confluence/display/OPENMEETINGS/") > 0) {
+					            		currentLocation = "Community";
+					            		currentLink = "http://cwiki.apache.org/confluence/display/OPENMEETINGS/".substr(1, "http://cwiki.apache.org/confluence/display/OPENMEETINGS/".length);
+					            	} 
+					            	
+					        				        		    										        					            					            	
+					            	else if (document.location.href.indexOf("/svn.html") > 0) {
+					            		currentLocation = "Development";
+					            		currentLink = "/svn.html".substr(1, "/svn.html".length);
+					            	} 
+					            	
+					        				        							            					            	
+					            	else if (document.location.href.indexOf("http://issues.apache.org/jira/browse/OPENMEETINGS") > 0) {
+					            		currentLocation = "Development";
+					            		currentLink = "http://issues.apache.org/jira/browse/OPENMEETINGS".substr(1, "http://issues.apache.org/jira/browse/OPENMEETINGS".length);
+					            	} 
+					            	
+					        				        							            					            	
+					            	else if (document.location.href.indexOf("/dependencies.html") > 0) {
+					            		currentLocation = "Development";
+					            		currentLink = "/dependencies.html".substr(1, "/dependencies.html".length);
+					            	} 
+					            	
+					        				        							            					            	
+					            	else if (document.location.href.indexOf("/BuildInstructions.html") > 0) {
+					            		currentLocation = "Development";
+					            		currentLink = "/BuildInstructions.html".substr(1, "/BuildInstructions.html".length);
+					            	} 
+					            	
+					        				        							            					            	
+					            	else if (document.location.href.indexOf("/JUnitTesting.html") > 0) {
+					            		currentLocation = "Development";
+					            		currentLink = "/JUnitTesting.html".substr(1, "/JUnitTesting.html".length);
+					            	} 
+					            	
+					        				        							            					            	
+					            	else if (document.location.href.indexOf("/ReleaseGuide.html") > 0) {
+					            		currentLocation = "Development";
+					            		currentLink = "/ReleaseGuide.html".substr(1, "/ReleaseGuide.html".length);
+					            	} 
+					            	
+					        				        							            					            	
+					            	else if (document.location.href.indexOf("/WebsiteGuide.html") > 0) {
+					            		currentLocation = "Development";
+					            		currentLink = "/WebsiteGuide.html".substr(1, "/WebsiteGuide.html".length);
+					            	} 
+					            	
+					        				        		    										        					            					            	
+					            	else if (document.location.href.indexOf("/SoapRestAPI.html") > 0) {
+					            		currentLocation = "Integration";
+					            		currentLink = "/SoapRestAPI.html".substr(1, "/SoapRestAPI.html".length);
+					            	} 
+					            	
+					        				        							            					            	
+					            	else if (document.location.href.indexOf("/RestAPISample.html") > 0) {
+					            		currentLocation = "Integration";
+					            		currentLink = "/RestAPISample.html".substr(1, "/RestAPISample.html".length);
+					            	} 
+					            	
+					        				        							            					            	
+					            	else if (document.location.href.indexOf("/LdapAndADS.html") > 0) {
+					            		currentLocation = "Integration";
+					            		currentLink = "/LdapAndADS.html".substr(1, "/LdapAndADS.html".length);
+					            	} 
+					            	
+					        				        							            					            	
+					            	else if (document.location.href.indexOf("/voip-sip-integration.html") > 0) {
+					            		currentLocation = "Integration";
+					            		currentLink = "/voip-sip-integration.html".substr(1, "/voip-sip-integration.html".length);
+					            	} 
+					            	
+					        				        							            					            	
+					            	else if (document.location.href.indexOf("/ErrorsTable.html") > 0) {
+					            		currentLocation = "Integration";
+					            		currentLink = "/ErrorsTable.html".substr(1, "/ErrorsTable.html".length);
+					            	} 
+					            	
+					        				        		    										        					            					            	
+					            	else if (document.location.href.indexOf("/MoodlePlugin.html") > 0) {
+					            		currentLocation = "Plugins";
+					            		currentLink = "/MoodlePlugin.html".substr(1, "/MoodlePlugin.html".length);
+					            	} 
+					            	
+					        				        							            					            	
+					            	else if (document.location.href.indexOf("/SakaiPlugin.html") > 0) {
+					            		currentLocation = "Plugins";
+					            		currentLink = "/SakaiPlugin.html".substr(1, "/SakaiPlugin.html".length);
+					            	} 
+					            	
+					        				        							            					            	
+					            	else if (document.location.href.indexOf("/JiraPlugin.html") > 0) {
+					            		currentLocation = "Plugins";
+					            		currentLink = "/JiraPlugin.html".substr(1, "/JiraPlugin.html".length);
+					            	} 
+					            	
+					        				        							            					            	
+					            	else if (document.location.href.indexOf("/ConfluencePlugin.html") > 0) {
+					            		currentLocation = "Plugins";
+					            		currentLink = "/ConfluencePlugin.html".substr(1, "/ConfluencePlugin.html".length);
+					            	} 
+					            	
+					        				        							            					            	
+					            	else if (document.location.href.indexOf("/SugarCRMPlugin.html") > 0) {
+					            		currentLocation = "Plugins";
+					            		currentLink = "/SugarCRMPlugin.html".substr(1, "/SugarCRMPlugin.html".length);
+					            	} 
+					            	
+					        				        		    										        					            				            						            			else if (document.location.href.indexOf("/ApacheDerbyConfig.html") > 0) {
+				            				currentLocation = "Configuration";
+					            			currentLink = "/ApacheDerbyConfig.html".substr(1, "/ApacheDerbyConfig.html".length);
+						            	} 
+				            						            			else if (document.location.href.indexOf("/IBMDB2Config.html") > 0) {
+				            				currentLocation = "Configuration";
+					            			currentLink = "/IBMDB2Config.html".substr(1, "/IBMDB2Config.html".length);
+						            	} 
+				            						            			else if (document.location.href.indexOf("/OracleConfig.html") > 0) {
+				            				currentLocation = "Configuration";
+					            			currentLink = "/OracleConfig.html".substr(1, "/OracleConfig.html".length);
+						            	} 
+				            						            			else if (document.location.href.indexOf("/MySQLConfig.html") > 0) {
+				            				currentLocation = "Configuration";
+					            			currentLink = "/MySQLConfig.html".substr(1, "/MySQLConfig.html".length);
+						            	} 
+				            						            			else if (document.location.href.indexOf("/PostgresConfig.html") > 0) {
+				            				currentLocation = "Configuration";
+					            			currentLink = "/PostgresConfig.html".substr(1, "/PostgresConfig.html".length);
+						            	} 
+				            							        				        							            				            						            			else if (document.location.href.indexOf("/Internationalisation.html") > 0) {
+				            				currentLocation = "Configuration";
+					            			currentLink = "/Internationalisation.html".substr(1, "/Internationalisation.html".length);
+						            	} 
+				            						            			else if (document.location.href.indexOf("/LanguageEditor.html") > 0) {
+				            				currentLocation = "Configuration";
+					            			currentLink = "/LanguageEditor.html".substr(1, "/LanguageEditor.html".length);
+						            	} 
+				            						            			else if (document.location.href.indexOf("/TimeZoneHandling.html") > 0) {
+				            				currentLocation = "Configuration";
+					            			currentLink = "/TimeZoneHandling.html".substr(1, "/TimeZoneHandling.html".length);
+						            	} 
+				            						            			else if (document.location.href.indexOf("/EditTemplates.html") > 0) {
+				            				currentLocation = "Configuration";
+					            			currentLink = "/EditTemplates.html".substr(1, "/EditTemplates.html".length);
+						            	} 
+				            							        				        							            				            						            			else if (document.location.href.indexOf("/PortSettings.html") > 0) {
+				            				currentLocation = "Configuration";
+					            			currentLink = "/PortSettings.html".substr(1, "/PortSettings.html".length);
+						            	} 
+				            							        				        							            				            						            			else if (document.location.href.indexOf("/JVMPerformanceTuning.html") > 0) {
+				            				currentLocation = "Configuration";
+					            			currentLink = "/JVMPerformanceTuning.html".substr(1, "/JVMPerformanceTuning.html".length);
+						            	} 
+				            							        				        							            				            						            			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);
+						            	} 
+				            						            			else if (document.location.href.indexOf("/Dashboard.html") > 0) {
+				            				currentLocation = "Configuration";
+					            			currentLink = "/Dashboard.html".substr(1, "/Dashboard.html".length);
+						            	} 
+				            						            			else if (document.location.href.indexOf("/WebcamResolutions.html") > 0) {
+				            				currentLocation = "Configuration";
+					            			currentLink = "/WebcamResolutions.html".substr(1, "/WebcamResolutions.html".length);
+						            	} 
+				            						            			else if (document.location.href.indexOf("/ConferenceRoomLayoutOptions.html") > 0) {
+				            				currentLocation = "Configuration";
+					            			currentLink = "/ConferenceRoomLayoutOptions.html".substr(1, "/ConferenceRoomLayoutOptions.html".length);
+						            	} 
+				            						            			else if (document.location.href.indexOf("/HotKeys.html") > 0) {
+				            				currentLocation = "Configuration";
+					            			currentLink = "/HotKeys.html".substr(1, "/HotKeys.html".length);
+						            	} 
+				            							        				        							            				            						            			else if (document.location.href.indexOf("/WebappNamePath.html") > 0) {
+				            				currentLocation = "Configuration";
+					            			currentLink = "/WebappNamePath.html".substr(1, "/WebappNamePath.html".length);
+						            	} 
+				            						            			else if (document.location.href.indexOf("/Navigation.html") > 0) {
+				            				currentLocation = "Configuration";
+					            			currentLink = "/Navigation.html".substr(1, "/Navigation.html".length);
+						            	} 
+				            						            			else if (document.location.href.indexOf("/CalendarAndTimezone.html") > 0) {
+				            				currentLocation = "Configuration";
+					            			currentLink = "/CalendarAndTimezone.html".substr(1, "/CalendarAndTimezone.html".length);
+						            	} 
+				            						            			else if (document.location.href.indexOf("/CustomRoomTypeHowTo.html") > 0) {
+				            				currentLocation = "Configuration";
+					            			currentLink = "/CustomRoomTypeHowTo.html".substr(1, "/CustomRoomTypeHowTo.html".length);
+						            	} 
+				            						            			else if (document.location.href.indexOf("/GeneralConfiguration.html") > 0) {
+				            				currentLocation = "Configuration";
+					            			currentLink = "/GeneralConfiguration.html".substr(1, "/GeneralConfiguration.html".length);
+						            	} 
+				            							        				        							            				            						            			else if (document.location.href.indexOf("/RestrictedAccess.html") > 0) {
+				            				currentLocation = "Configuration";
+					            			currentLink = "/RestrictedAccess.html".substr(1, "/RestrictedAccess.html".length);
+						            	} 
+				            						            			else if (document.location.href.indexOf("/RTMPSAndHTTPS.html") > 0) {
+				            				currentLocation = "Configuration";
+					            			currentLink = "/RTMPSAndHTTPS.html".substr(1, "/RTMPSAndHTTPS.html".length);
+						            	} 
+				            							        				        							            				            						            			else if (document.location.href.indexOf("/OpenOfficeConverter.html") > 0) {
+				            				currentLocation = "Configuration";
+					            			currentLink = "/OpenOfficeConverter.html".substr(1, "/OpenOfficeConverter.html".length);
+						            	} 
+				            						            			else if (document.location.href.indexOf("/FFMPEGVersionSwitch.html") > 0) {
+				            				currentLocation = "Configuration";
+					            			currentLink = "/FFMPEGVersionSwitch.html".substr(1, "/FFMPEGVersionSwitch.html".length);
+						            	} 
+				            							        				        							            				            						            			else if (document.location.href.indexOf("/ClusteringManual.html") > 0) {
+				            				currentLocation = "Configuration";
+					            			currentLink = "/ClusteringManual.html".substr(1, "/ClusteringManual.html".length);
+						            	} 
+				            							        				        							            				            						            			else if (document.location.href.indexOf("/GetVersionInfo.html") > 0) {
+				            				currentLocation = "Configuration";
+					            			currentLink = "/GetVersionInfo.html".substr(1, "/GetVersionInfo.html".length);
+						            	} 
+				            							        				        		    					    					
+    					currentLink = currentLink.toLowerCase();
+    					currentLocation = currentLocation.toLowerCase();
+    					
+						return sideBarLastString == currentLink+"#"+currentLocation;
+					}
+				});
+			});
+			</script>
+			
+			<script type="text/javascript">
+				$(document).ready(function() {
+					$('.fancybox-buttons').colorbox({rel:'fancybox-buttons',width:"75%", height:"75%"});
+					$('#accordion a').each(function() {
+				      var a = $(this);
+				      var href = a.attr("href");
+				      if (href.indexOf("#") == -1) {
+				      	  var compareIt = href.substr(2, href.length);
+					      if (document.location.href.indexOf(compareIt)!= -1) {
+					       a.addClass('active');
+					      }
+				      }
+				    });
+					$('#coin-slider').coinslider({ width: 640,height: 400, delay: 4000  });					
+				});
+			</script>	
+						
+			<style type="text/css">
+				.fancybox-custom .fancybox-outer {
+					box-shadow: 0 0 50px #222;
+				}
+			</style>
+        </head>
+
+        <body bgcolor="#ffffff" text="#000000" link="#123465" vlink="#123465" alink="#000000">  
+        	<div class="mainbody" with="100%">
+        	<div class="superbody" width="100%">
+            <table border="0" width="100%" cellspacing="0">
+                <!-- TOP IMAGE -->
+                <tr>
+                    <td align='LEFT'>
+                    <td align="left">
+<a href="http://incubator.apache.org/openmeetings/"><img src="./images/logo-2.jpg" alt="Apache OpenMeetings" border="0"/></a>
+</td>
+                    </td>
+                    <td align='LEFT'>
+                    <td width="80%" align="right" valign="top" >
+	<a href="http://demo.openmeetings.de" target="_BLANK">Demo</a>
+	<span>|</span> 
+	<a href="downloads.html" target="_PARENT">Download</a>
+	<span>|</span> 
+	<a href="installation.html" target="_PARENT">Installation</a>
+	<span>|</span> 
+	<a href="https://cwiki.apache.org/confluence/display/OPENMEETINGS" target="_BLANK">Wiki</a>
+	<span>&nbsp;</span>
+</td>
+                    </td>
+                </tr>
+            </table>
+            <table border="0" width="100%" cellspacing="4">
+                <tr><td colspan="2">
+                    <hr noshade="" size="1"/>
+                </td></tr>
+
+                <tr>
+                    <!-- LEFT SIDE NAVIGATION -->
+                    <td width="20%" valign="top" nowrap="true">
+
+                    <!-- special ACon Logo - leave here for next time
+                    <a href="http://apachecon.com/2005/US/">
+                        <img src="http://apache.org/images/ac2005us_blue_125x125.jpg" height="125"
+                             width="125" border="0" alt="ApacheCon US 2005" />
+                    </a>  -->
+
+                   <!-- regular menu -->
+
+                    
+    <!-- ============================================================ -->
+    <div id="accordion" width="100%">
+    
+            	<h3><a href="#General">General</a></h3>
+    	<div  width="100%">
+	        	            	            	    <a href="./index.html">Home</a>
+<br/>
+	        		        	            	            	    <a href="./license.html">License</a>
+<br/>
+	        		        	            	            	    <a href="http://www.apache.org/">ASF</a>
+<br/>
+	        		        	            	            	    <a href="./downloads.html">Downloads</a>
+<br/>
+	        		        	            	            	    <a href="./commercial-support.html">Commercial Support</a>
+<br/>
+	        		            	</div>
+        	<h3><a href="#InstallationandUpgrade">Installation and Upgrade</a></h3>
+    	<div  width="100%">
+	        	            	            	    <a href="./installation.html">Installation</a>
+<br/>
+	        		        	            	            	    <a href="./Upgrade.html">Upgrade</a>
+<br/>
+	        		        	            	            	    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings">Tutorials</a>
+<br/>
+	        		        	            	            	    <a href="./CommandLineAdmin.html">Command Line Admin</a>
+<br/>
+	        		            	</div>
+        	<h3><a href="#Community">Community</a></h3>
+    	<div  width="100%">
+	        	            	            	    <a href="./get-involved.html">Get Involved</a>
+<br/>
+	        		        	            	            	    <a href="./team-list.html">Committers</a>
+<br/>
+	        		        	            	            	    <a href="./mail-lists.html">Mailing Lists</a>
+<br/>
+	        		        	            	            	    <a href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/">Wiki</a>
+<br/>
+	        		            	</div>
+        	<h3><a href="#Development">Development</a></h3>
+    	<div  width="100%">
+	        	            	            	    <a href="./svn.html">Source Code</a>
+<br/>
+	        		        	            	            	    <a href="http://issues.apache.org/jira/browse/OPENMEETINGS">Bugs / Issues (JIRA)</a>
+<br/>
+	        		        	            	            	    <a href="./dependencies.html">Dependencies</a>
+<br/>
+	        		        	            	            	    <a href="./BuildInstructions.html">Build Instructions</a>
+<br/>
+	        		        	            	            	    <a href="./JUnitTesting.html">JUnit Testing</a>
+<br/>
+	        		        	            	            	    <a href="./ReleaseGuide.html">Release Guide</a>
+<br/>
+	        		        	            	            	    <a href="./WebsiteGuide.html">Website Guide</a>
+<br/>
+	        		            	</div>
+        	<h3><a href="#Integration">Integration</a></h3>
+    	<div  width="100%">
+	        	            	            	    <a href="./SoapRestAPI.html">SOAP/REST API</a>
+<br/>
+	        		        	            	            	    <a href="./RestAPISample.html">REST API Sample</a>
+<br/>
+	        		        	            	            	    <a href="./LdapAndADS.html">Ldap and ADS</a>
+<br/>
+	        		        	            	            	    <a href="./voip-sip-integration.html">VoIP and SIP</a>
+<br/>
+	        		        	            	            	    <a href="./ErrorsTable.html">Errors table</a>
+<br/>
+	        		            	</div>
+        	<h3><a href="#Plugins">Plugins</a></h3>
+    	<div  width="100%">
+	        	            	            	    <a href="./MoodlePlugin.html">Moodle Plugin</a>
+<br/>
+	        		        	            	            	    <a href="./SakaiPlugin.html">Sakai Plugin</a>
+<br/>
+	        		        	            	            	    <a href="./JiraPlugin.html">Jira Plugin</a>
+<br/>
+	        		        	            	            	    <a href="./ConfluencePlugin.html">Confluence Plugin</a>
+<br/>
+	        		        	            	            	    <a href="./SugarCRMPlugin.html">SugarCRM Plugin</a>
+<br/>
+	        		            	</div>
+        	<h3><a href="#Configuration">Configuration</a></h3>
+    	<div  width="100%">
+	        	            	            	<b>DB Sample Configurations</b><br/>
+	            			            			    <a href="./ApacheDerbyConfig.html">Apache Derby</a>
+<br/>
+	            			            			    <a href="./IBMDB2Config.html">IBM DB2</a>
+<br/>
+	            			            			    <a href="./OracleConfig.html">Oracle</a>
+<br/>
+	            			            			    <a href="./MySQLConfig.html">MySQL</a>
+<br/>
+	            			            			    <a href="./PostgresConfig.html">Postgres</a>
+<br/>
+	            			        		        	            	            	<b>Localization and languages</b><br/>
+	            			            			    <a href="./Internationalisation.html">Internationalisation</a>
+<br/>
+	            			            			    <a href="./LanguageEditor.html">LanguageEditor</a>
+<br/>
+	            			            			    <a href="./TimeZoneHandling.html">TimeZoneHandling</a>
+<br/>
+	            			            			    <a href="./EditTemplates.html">EditTemplates</a>
+<br/>
+	            			        		        	            	            	<b>NAT Port Settings</b><br/>
+	            			            			    <a href="./PortSettings.html">Port settings</a>
+<br/>
+	            			        		        	            	            	<b>Performance</b><br/>
+	            			            			    <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>
+<br/>
+	            			            			    <a href="./WebcamResolutions.html">Webcam resolutions</a>
+<br/>
+	            			            			    <a href="./ConferenceRoomLayoutOptions.html">Room layout options</a>
+<br/>
+	            			            			    <a href="./HotKeys.html">Hot Keys</a>
+<br/>
+	            			        		        	            	            	<b>Customization</b><br/>
+	            			            			    <a href="./WebappNamePath.html">Webapp name/path</a>
+<br/>
+	            			            			    <a href="./Navigation.html">Navigation</a>
+<br/>
+	            			            			    <a href="./CalendarAndTimezone.html">Calendar and timezone</a>
+<br/>
+	            			            			    <a href="./CustomRoomTypeHowTo.html">Custom room type</a>
+<br/>
+	            			            			    <a href="./GeneralConfiguration.html">General Configuration</a>
+<br/>
+	            			        		        	            	            	<b>Security</b><br/>
+	            			            			    <a href="./RestrictedAccess.html">Restricted Access</a>
+<br/>
+	            			            			    <a href="./RTMPSAndHTTPS.html">RTMPS and HTTPS</a>
+<br/>
+	            			        		        	            	            	<b>Converters</b><br/>
+	            			            			    <a href="./OpenOfficeConverter.html">OpenOffice Converter</a>
+<br/>
+	            			            			    <a href="./FFMPEGVersionSwitch.html">FFMPEG Version Switch</a>
+<br/>
+	            			        		        	            	            	<b>Clustering</b><br/>
+	            			            			    <a href="./ClusteringManual.html">Clustering (Manual)</a>
+<br/>
+	            			        		        	            	            	<b>Misc</b><br/>
+	            			            			    <a href="./GetVersionInfo.html">Get version info</a>
+<br/>
+	            			        		            	</div>
+        
+    </div>
+     
+    <br/>
+    <img src="images/apache-incubator-logo-no-borders.png" alt="apache-incubator-logo-no-borders.png" border="0"/>
+    
+                    </td>
+                    <td width="80%" align="left" valign="top">
+                                                                    <table border="0" cellspacing="0" cellpadding="0" cellspacing="0" width="100%">
+      <tr><td ><!-- bgcolor="#EEEEEE" -->
+        <font color="#000000" face="verdana,arial,helvetica,sanserif">
+          <a name="How to update Apache OpenMeetings incubator website"><strong>How to update Apache OpenMeetings incubator website</strong></a>
+          <hr style="width:100%; color:#999999; background-color:#999999; height:1px; border:0px;"/>
+        </font>
+      </td></tr>
+      <tr><td>
+        <blockquote>
+                                    <p>
+				Required software:
+				<ul>
+					<li>Sun JDK6</li>
+					<li>Apache ANT (1.8 or later)</li>
+				</ul>
+			</p>
+                                                <p>
+				OpenMeetings website (
+				<a href="http://incubator.apache.org/openmeetings/">http://incubator.apache.org/openmeetings/</a>
+				) is a copy from the SVN repository.
+				<br />
+				The file in the SVN to be synced are at:
+				<br />
+				<a href="http://svn.apache.org/repos/asf/incubator/openmeetings/trunk/singlewebapp/docs/">http://svn.apache.org/repos/asf/incubator/openmeetings/trunk/singlewebapp/docs/
+				</a>
+			</p>
+                                                <p>
+				To update the website you checkout trunk:
+				<br />
+				<a href="https://svn.apache.org/repos/asf/incubator/openmeetings/trunk/singlewebapp/">https://svn.apache.org/repos/asf/incubator/openmeetings/trunk/singlewebapp/
+				</a> <br />
+				edit the files in the folder <tt>xdocs</tt><br />
+				then you run the command:
+				<div class="xmlcode">
+					ant anakia
+				</div>
+				control the output locally in the folder <tt>docs</tt><br />
+				And then checkin into the SVN <i>both</i> the edited xml and generated html files.
+			</p>
+                                                <p>
+				Changes to the website should be online immediately.
+			</p>
+                            </blockquote>
+        </p>
+      </td></tr>
+      <tr><td><br/></td></tr>
+    </table>
+                                        </td>
+                </tr>
+
+                <!-- FOOTER -->
+                <tr><td colspan="2">
+                    <hr noshade="" size="1"/>
+                </td></tr>
+                <tr><td colspan="2">
+                    <div align="center"><font color="#123465" size="-1"><em>
+                    Copyright &#169; 2003-2012, The Apache Software Foundation
+                    </em></font></div>
+                </td></tr>
+            </table>
+            </div>
+            </div>
+        </body>
+    </html>
+<!-- end the processing -->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

Modified: incubator/openmeetings/trunk/singlewebapp/docs/commercial-support.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/commercial-support.html?rev=1361493&r1=1361492&r2=1361493&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/commercial-support.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/commercial-support.html Sat Jul 14 08:25:32 2012
@@ -185,6 +185,18 @@ limitations under the License.
 					            		currentLink = "/JUnitTesting.html".substr(1, "/JUnitTesting.html".length);
 					            	} 
 					            	
+					        				        							            					            	
+					            	else if (document.location.href.indexOf("/ReleaseGuide.html") > 0) {
+					            		currentLocation = "Development";
+					            		currentLink = "/ReleaseGuide.html".substr(1, "/ReleaseGuide.html".length);
+					            	} 
+					            	
+					        				        							            					            	
+					            	else if (document.location.href.indexOf("/WebsiteGuide.html") > 0) {
+					            		currentLocation = "Development";
+					            		currentLink = "/WebsiteGuide.html".substr(1, "/WebsiteGuide.html".length);
+					            	} 
+					            	
 					        				        		    										        					            					            	
 					            	else if (document.location.href.indexOf("/SoapRestAPI.html") > 0) {
 					            		currentLocation = "Integration";
@@ -484,6 +496,10 @@ limitations under the License.
 <br/>
 	        		        	            	            	    <a href="./JUnitTesting.html">JUnit Testing</a>
 <br/>
+	        		        	            	            	    <a href="./ReleaseGuide.html">Release Guide</a>
+<br/>
+	        		        	            	            	    <a href="./WebsiteGuide.html">Website Guide</a>
+<br/>
 	        		            	</div>
         	<h3><a href="#Integration">Integration</a></h3>
     	<div  width="100%">

Modified: incubator/openmeetings/trunk/singlewebapp/docs/dependencies.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/dependencies.html?rev=1361493&r1=1361492&r2=1361493&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/dependencies.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/dependencies.html Sat Jul 14 08:25:32 2012
@@ -184,6 +184,18 @@ limitations under the License.
 					            		currentLink = "/JUnitTesting.html".substr(1, "/JUnitTesting.html".length);
 					            	} 
 					            	
+					        				        							            					            	
+					            	else if (document.location.href.indexOf("/ReleaseGuide.html") > 0) {
+					            		currentLocation = "Development";
+					            		currentLink = "/ReleaseGuide.html".substr(1, "/ReleaseGuide.html".length);
+					            	} 
+					            	
+					        				        							            					            	
+					            	else if (document.location.href.indexOf("/WebsiteGuide.html") > 0) {
+					            		currentLocation = "Development";
+					            		currentLink = "/WebsiteGuide.html".substr(1, "/WebsiteGuide.html".length);
+					            	} 
+					            	
 					        				        		    										        					            					            	
 					            	else if (document.location.href.indexOf("/SoapRestAPI.html") > 0) {
 					            		currentLocation = "Integration";
@@ -483,6 +495,10 @@ limitations under the License.
 <br/>
 	        		        	            	            	    <a href="./JUnitTesting.html">JUnit Testing</a>
 <br/>
+	        		        	            	            	    <a href="./ReleaseGuide.html">Release Guide</a>
+<br/>
+	        		        	            	            	    <a href="./WebsiteGuide.html">Website Guide</a>
+<br/>
 	        		            	</div>
         	<h3><a href="#Integration">Integration</a></h3>
     	<div  width="100%">

Modified: incubator/openmeetings/trunk/singlewebapp/docs/documentation.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/documentation.html?rev=1361493&r1=1361492&r2=1361493&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/documentation.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/documentation.html Sat Jul 14 08:25:32 2012
@@ -184,6 +184,18 @@ limitations under the License.
 					            		currentLink = "/JUnitTesting.html".substr(1, "/JUnitTesting.html".length);
 					            	} 
 					            	
+					        				        							            					            	
+					            	else if (document.location.href.indexOf("/ReleaseGuide.html") > 0) {
+					            		currentLocation = "Development";
+					            		currentLink = "/ReleaseGuide.html".substr(1, "/ReleaseGuide.html".length);
+					            	} 
+					            	
+					        				        							            					            	
+					            	else if (document.location.href.indexOf("/WebsiteGuide.html") > 0) {
+					            		currentLocation = "Development";
+					            		currentLink = "/WebsiteGuide.html".substr(1, "/WebsiteGuide.html".length);
+					            	} 
+					            	
 					        				        		    										        					            					            	
 					            	else if (document.location.href.indexOf("/SoapRestAPI.html") > 0) {
 					            		currentLocation = "Integration";
@@ -483,6 +495,10 @@ limitations under the License.
 <br/>
 	        		        	            	            	    <a href="./JUnitTesting.html">JUnit Testing</a>
 <br/>
+	        		        	            	            	    <a href="./ReleaseGuide.html">Release Guide</a>
+<br/>
+	        		        	            	            	    <a href="./WebsiteGuide.html">Website Guide</a>
+<br/>
 	        		            	</div>
         	<h3><a href="#Integration">Integration</a></h3>
     	<div  width="100%">

Modified: incubator/openmeetings/trunk/singlewebapp/docs/downloads.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/downloads.html?rev=1361493&r1=1361492&r2=1361493&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/downloads.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/downloads.html Sat Jul 14 08:25:32 2012
@@ -185,6 +185,18 @@ limitations under the License.
 					            		currentLink = "/JUnitTesting.html".substr(1, "/JUnitTesting.html".length);
 					            	} 
 					            	
+					        				        							            					            	
+					            	else if (document.location.href.indexOf("/ReleaseGuide.html") > 0) {
+					            		currentLocation = "Development";
+					            		currentLink = "/ReleaseGuide.html".substr(1, "/ReleaseGuide.html".length);
+					            	} 
+					            	
+					        				        							            					            	
+					            	else if (document.location.href.indexOf("/WebsiteGuide.html") > 0) {
+					            		currentLocation = "Development";
+					            		currentLink = "/WebsiteGuide.html".substr(1, "/WebsiteGuide.html".length);
+					            	} 
+					            	
 					        				        		    										        					            					            	
 					            	else if (document.location.href.indexOf("/SoapRestAPI.html") > 0) {
 					            		currentLocation = "Integration";
@@ -484,6 +496,10 @@ limitations under the License.
 <br/>
 	        		        	            	            	    <a href="./JUnitTesting.html">JUnit Testing</a>
 <br/>
+	        		        	            	            	    <a href="./ReleaseGuide.html">Release Guide</a>
+<br/>
+	        		        	            	            	    <a href="./WebsiteGuide.html">Website Guide</a>
+<br/>
 	        		            	</div>
         	<h3><a href="#Integration">Integration</a></h3>
     	<div  width="100%">

Modified: incubator/openmeetings/trunk/singlewebapp/docs/get-involved.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/get-involved.html?rev=1361493&r1=1361492&r2=1361493&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/get-involved.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/get-involved.html Sat Jul 14 08:25:32 2012
@@ -185,6 +185,18 @@ limitations under the License.
 					            		currentLink = "/JUnitTesting.html".substr(1, "/JUnitTesting.html".length);
 					            	} 
 					            	
+					        				        							            					            	
+					            	else if (document.location.href.indexOf("/ReleaseGuide.html") > 0) {
+					            		currentLocation = "Development";
+					            		currentLink = "/ReleaseGuide.html".substr(1, "/ReleaseGuide.html".length);
+					            	} 
+					            	
+					        				        							            					            	
+					            	else if (document.location.href.indexOf("/WebsiteGuide.html") > 0) {
+					            		currentLocation = "Development";
+					            		currentLink = "/WebsiteGuide.html".substr(1, "/WebsiteGuide.html".length);
+					            	} 
+					            	
 					        				        		    										        					            					            	
 					            	else if (document.location.href.indexOf("/SoapRestAPI.html") > 0) {
 					            		currentLocation = "Integration";
@@ -484,6 +496,10 @@ limitations under the License.
 <br/>
 	        		        	            	            	    <a href="./JUnitTesting.html">JUnit Testing</a>
 <br/>
+	        		        	            	            	    <a href="./ReleaseGuide.html">Release Guide</a>
+<br/>
+	        		        	            	            	    <a href="./WebsiteGuide.html">Website Guide</a>
+<br/>
 	        		            	</div>
         	<h3><a href="#Integration">Integration</a></h3>
     	<div  width="100%">

Modified: incubator/openmeetings/trunk/singlewebapp/docs/index.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/index.html?rev=1361493&r1=1361492&r2=1361493&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/index.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/index.html Sat Jul 14 08:25:32 2012
@@ -185,6 +185,18 @@ limitations under the License.
 					            		currentLink = "/JUnitTesting.html".substr(1, "/JUnitTesting.html".length);
 					            	} 
 					            	
+					        				        							            					            	
+					            	else if (document.location.href.indexOf("/ReleaseGuide.html") > 0) {
+					            		currentLocation = "Development";
+					            		currentLink = "/ReleaseGuide.html".substr(1, "/ReleaseGuide.html".length);
+					            	} 
+					            	
+					        				        							            					            	
+					            	else if (document.location.href.indexOf("/WebsiteGuide.html") > 0) {
+					            		currentLocation = "Development";
+					            		currentLink = "/WebsiteGuide.html".substr(1, "/WebsiteGuide.html".length);
+					            	} 
+					            	
 					        				        		    										        					            					            	
 					            	else if (document.location.href.indexOf("/SoapRestAPI.html") > 0) {
 					            		currentLocation = "Integration";
@@ -484,6 +496,10 @@ limitations under the License.
 <br/>
 	        		        	            	            	    <a href="./JUnitTesting.html">JUnit Testing</a>
 <br/>
+	        		        	            	            	    <a href="./ReleaseGuide.html">Release Guide</a>
+<br/>
+	        		        	            	            	    <a href="./WebsiteGuide.html">Website Guide</a>
+<br/>
 	        		            	</div>
         	<h3><a href="#Integration">Integration</a></h3>
     	<div  width="100%">

Modified: incubator/openmeetings/trunk/singlewebapp/docs/installation.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/installation.html?rev=1361493&r1=1361492&r2=1361493&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/installation.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/installation.html Sat Jul 14 08:25:32 2012
@@ -185,6 +185,18 @@ limitations under the License.
 					            		currentLink = "/JUnitTesting.html".substr(1, "/JUnitTesting.html".length);
 					            	} 
 					            	
+					        				        							            					            	
+					            	else if (document.location.href.indexOf("/ReleaseGuide.html") > 0) {
+					            		currentLocation = "Development";
+					            		currentLink = "/ReleaseGuide.html".substr(1, "/ReleaseGuide.html".length);
+					            	} 
+					            	
+					        				        							            					            	
+					            	else if (document.location.href.indexOf("/WebsiteGuide.html") > 0) {
+					            		currentLocation = "Development";
+					            		currentLink = "/WebsiteGuide.html".substr(1, "/WebsiteGuide.html".length);
+					            	} 
+					            	
 					        				        		    										        					            					            	
 					            	else if (document.location.href.indexOf("/SoapRestAPI.html") > 0) {
 					            		currentLocation = "Integration";
@@ -484,6 +496,10 @@ limitations under the License.
 <br/>
 	        		        	            	            	    <a href="./JUnitTesting.html">JUnit Testing</a>
 <br/>
+	        		        	            	            	    <a href="./ReleaseGuide.html">Release Guide</a>
+<br/>
+	        		        	            	            	    <a href="./WebsiteGuide.html">Website Guide</a>
+<br/>
 	        		            	</div>
         	<h3><a href="#Integration">Integration</a></h3>
     	<div  width="100%">

Modified: incubator/openmeetings/trunk/singlewebapp/docs/license.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/license.html?rev=1361493&r1=1361492&r2=1361493&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/license.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/license.html Sat Jul 14 08:25:32 2012
@@ -184,6 +184,18 @@ limitations under the License.
 					            		currentLink = "/JUnitTesting.html".substr(1, "/JUnitTesting.html".length);
 					            	} 
 					            	
+					        				        							            					            	
+					            	else if (document.location.href.indexOf("/ReleaseGuide.html") > 0) {
+					            		currentLocation = "Development";
+					            		currentLink = "/ReleaseGuide.html".substr(1, "/ReleaseGuide.html".length);
+					            	} 
+					            	
+					        				        							            					            	
+					            	else if (document.location.href.indexOf("/WebsiteGuide.html") > 0) {
+					            		currentLocation = "Development";
+					            		currentLink = "/WebsiteGuide.html".substr(1, "/WebsiteGuide.html".length);
+					            	} 
+					            	
 					        				        		    										        					            					            	
 					            	else if (document.location.href.indexOf("/SoapRestAPI.html") > 0) {
 					            		currentLocation = "Integration";
@@ -483,6 +495,10 @@ limitations under the License.
 <br/>
 	        		        	            	            	    <a href="./JUnitTesting.html">JUnit Testing</a>
 <br/>
+	        		        	            	            	    <a href="./ReleaseGuide.html">Release Guide</a>
+<br/>
+	        		        	            	            	    <a href="./WebsiteGuide.html">Website Guide</a>
+<br/>
 	        		            	</div>
         	<h3><a href="#Integration">Integration</a></h3>
     	<div  width="100%">
@@ -605,213 +621,213 @@ limitations under the License.
     </tr>
     <tr>
       <td bgcolor="#023264" width="1"><img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
-      <td bgcolor="#ffffff"><pre>
-
-
-
-                                 Apache License
-                           Version 2.0, January 2004
-                        http://www.apache.org/licenses/
-
-   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-
-   1. Definitions.
-
-      &quot;License&quot; shall mean the terms and conditions for use, reproduction,
-      and distribution as defined by Sections 1 through 9 of this document.
-
-      &quot;Licensor&quot; shall mean the copyright owner or entity authorized by
-      the copyright owner that is granting the License.
-
-      &quot;Legal Entity&quot; shall mean the union of the acting entity and all
-      other entities that control, are controlled by, or are under common
-      control with that entity. For the purposes of this definition,
-      &quot;control&quot; means (i) the power, direct or indirect, to cause the
-      direction or management of such entity, whether by contract or
-      otherwise, or (ii) ownership of fifty percent (50%) or more of the
-      outstanding shares, or (iii) beneficial ownership of such entity.
-
-      &quot;You&quot; (or &quot;Your&quot;) shall mean an individual or Legal Entity
-      exercising permissions granted by this License.
-
-      &quot;Source&quot; form shall mean the preferred form for making modifications,
-      including but not limited to software source code, documentation
-      source, and configuration files.
-
-      &quot;Object&quot; form shall mean any form resulting from mechanical
-      transformation or translation of a Source form, including but
-      not limited to compiled object code, generated documentation,
-      and conversions to other media types.
-
-      &quot;Work&quot; shall mean the work of authorship, whether in Source or
-      Object form, made available under the License, as indicated by a
-      copyright notice that is included in or attached to the work
-      (an example is provided in the Appendix below).
-
-      &quot;Derivative Works&quot; shall mean any work, whether in Source or Object
-      form, that is based on (or derived from) the Work and for which the
-      editorial revisions, annotations, elaborations, or other modifications
-      represent, as a whole, an original work of authorship. For the purposes
-      of this License, Derivative Works shall not include works that remain
-      separable from, or merely link (or bind by name) to the interfaces of,
-      the Work and Derivative Works thereof.
-
-      &quot;Contribution&quot; shall mean any work of authorship, including
-      the original version of the Work and any modifications or additions
-      to that Work or Derivative Works thereof, that is intentionally
-      submitted to Licensor for inclusion in the Work by the copyright owner
-      or by an individual or Legal Entity authorized to submit on behalf of
-      the copyright owner. For the purposes of this definition, &quot;submitted&quot;
-      means any form of electronic, verbal, or written communication sent
-      to the Licensor or its representatives, including but not limited to
-      communication on electronic mailing lists, source code control systems,
-      and issue tracking systems that are managed by, or on behalf of, the
-      Licensor for the purpose of discussing and improving the Work, but
-      excluding communication that is conspicuously marked or otherwise
-      designated in writing by the copyright owner as &quot;Not a Contribution.&quot;
-
-      &quot;Contributor&quot; shall mean Licensor and any individual or Legal Entity
-      on behalf of whom a Contribution has been received by Licensor and
-      subsequently incorporated within the Work.
-
-   2. Grant of Copyright License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      copyright license to reproduce, prepare Derivative Works of,
-      publicly display, publicly perform, sublicense, and distribute the
-      Work and such Derivative Works in Source or Object form.
-
-   3. Grant of Patent License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      (except as stated in this section) patent license to make, have made,
-      use, offer to sell, sell, import, and otherwise transfer the Work,
-      where such license applies only to those patent claims licensable
-      by such Contributor that are necessarily infringed by their
-      Contribution(s) alone or by combination of their Contribution(s)
-      with the Work to which such Contribution(s) was submitted. If You
-      institute patent litigation against any entity (including a
-      cross-claim or counterclaim in a lawsuit) alleging that the Work
-      or a Contribution incorporated within the Work constitutes direct
-      or contributory patent infringement, then any patent licenses
-      granted to You under this License for that Work shall terminate
-      as of the date such litigation is filed.
-
-   4. Redistribution. You may reproduce and distribute copies of the
-      Work or Derivative Works thereof in any medium, with or without
-      modifications, and in Source or Object form, provided that You
-      meet the following conditions:
-
-      (a) You must give any other recipients of the Work or
-          Derivative Works a copy of this License; and
-
-      (b) You must cause any modified files to carry prominent notices
-          stating that You changed the files; and
-
-      (c) You must retain, in the Source form of any Derivative Works
-          that You distribute, all copyright, patent, trademark, and
-          attribution notices from the Source form of the Work,
-          excluding those notices that do not pertain to any part of
-          the Derivative Works; and
-
-      (d) If the Work includes a &quot;NOTICE&quot; text file as part of its
-          distribution, then any Derivative Works that You distribute must
-          include a readable copy of the attribution notices contained
-          within such NOTICE file, excluding those notices that do not
-          pertain to any part of the Derivative Works, in at least one
-          of the following places: within a NOTICE text file distributed
-          as part of the Derivative Works; within the Source form or
-          documentation, if provided along with the Derivative Works; or,
-          within a display generated by the Derivative Works, if and
-          wherever such third-party notices normally appear. The contents
-          of the NOTICE file are for informational purposes only and
-          do not modify the License. You may add Your own attribution
-          notices within Derivative Works that You distribute, alongside
-          or as an addendum to the NOTICE text from the Work, provided
-          that such additional attribution notices cannot be construed
-          as modifying the License.
-
-      You may add Your own copyright statement to Your modifications and
-      may provide additional or different license terms and conditions
-      for use, reproduction, or distribution of Your modifications, or
-      for any such Derivative Works as a whole, provided Your use,
-      reproduction, and distribution of the Work otherwise complies with
-      the conditions stated in this License.
-
-   5. Submission of Contributions. Unless You explicitly state otherwise,
-      any Contribution intentionally submitted for inclusion in the Work
-      by You to the Licensor shall be under the terms and conditions of
-      this License, without any additional terms or conditions.
-      Notwithstanding the above, nothing herein shall supersede or modify
-      the terms of any separate license agreement you may have executed
-      with Licensor regarding such Contributions.
-
-   6. Trademarks. This License does not grant permission to use the trade
-      names, trademarks, service marks, or product names of the Licensor,
-      except as required for reasonable and customary use in describing the
-      origin of the Work and reproducing the content of the NOTICE file.
-
-   7. Disclaimer of Warranty. Unless required by applicable law or
-      agreed to in writing, Licensor provides the Work (and each
-      Contributor provides its Contributions) on an &quot;AS IS&quot; BASIS,
-      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
-      implied, including, without limitation, any warranties or conditions
-      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
-      PARTICULAR PURPOSE. You are solely responsible for determining the
-      appropriateness of using or redistributing the Work and assume any
-      risks associated with Your exercise of permissions under this License.
-
-   8. Limitation of Liability. In no event and under no legal theory,
-      whether in tort (including negligence), contract, or otherwise,
-      unless required by applicable law (such as deliberate and grossly
-      negligent acts) or agreed to in writing, shall any Contributor be
-      liable to You for damages, including any direct, indirect, special,
-      incidental, or consequential damages of any character arising as a
-      result of this License or out of the use or inability to use the
-      Work (including but not limited to damages for loss of goodwill,
-      work stoppage, computer failure or malfunction, or any and all
-      other commercial damages or losses), even if such Contributor
-      has been advised of the possibility of such damages.
-
-   9. Accepting Warranty or Additional Liability. While redistributing
-      the Work or Derivative Works thereof, You may choose to offer,
-      and charge a fee for, acceptance of support, warranty, indemnity,
-      or other liability obligations and/or rights consistent with this
-      License. However, in accepting such obligations, You may act only
-      on Your own behalf and on Your sole responsibility, not on behalf
-      of any other Contributor, and only if You agree to indemnify,
-      defend, and hold each Contributor harmless for any liability
-      incurred by, or claims asserted against, such Contributor by reason
-      of your accepting any such warranty or additional liability.
-
-   END OF TERMS AND CONDITIONS
-
-   APPENDIX: How to apply the Apache License to your work.
-
-      To apply the Apache License to your work, attach the following
-      boilerplate notice, with the fields enclosed by brackets &quot;[]&quot;
-      replaced with your own identifying information. (Don't include
-      the brackets!)  The text should be enclosed in the appropriate
-      comment syntax for the file format. We also recommend that a
-      file or class name and description of purpose be included on the
-      same &quot;printed page&quot; as the copyright notice for easier
-      identification within third-party archives.
-
-   Copyright [yyyy] [name of copyright owner]
-
-   Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
-   you may not use this file except in compliance with the License.
-   You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-
-
+      <td bgcolor="#ffffff"><pre>
+
+
+
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      &quot;License&quot; shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      &quot;Licensor&quot; shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      &quot;Legal Entity&quot; shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      &quot;control&quot; means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      &quot;You&quot; (or &quot;Your&quot;) shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      &quot;Source&quot; form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      &quot;Object&quot; form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      &quot;Work&quot; shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      &quot;Derivative Works&quot; shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      &quot;Contribution&quot; shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, &quot;submitted&quot;
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as &quot;Not a Contribution.&quot;
+
+      &quot;Contributor&quot; shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a &quot;NOTICE&quot; text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an &quot;AS IS&quot; BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets &quot;[]&quot;
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same &quot;printed page&quot; as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+
+
  </pre></td>
       <td bgcolor="#023264" width="1"><img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
     </tr>

Modified: incubator/openmeetings/trunk/singlewebapp/docs/mail-lists.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/mail-lists.html?rev=1361493&r1=1361492&r2=1361493&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/mail-lists.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/mail-lists.html Sat Jul 14 08:25:32 2012
@@ -184,6 +184,18 @@ limitations under the License.
 					            		currentLink = "/JUnitTesting.html".substr(1, "/JUnitTesting.html".length);
 					            	} 
 					            	
+					        				        							            					            	
+					            	else if (document.location.href.indexOf("/ReleaseGuide.html") > 0) {
+					            		currentLocation = "Development";
+					            		currentLink = "/ReleaseGuide.html".substr(1, "/ReleaseGuide.html".length);
+					            	} 
+					            	
+					        				        							            					            	
+					            	else if (document.location.href.indexOf("/WebsiteGuide.html") > 0) {
+					            		currentLocation = "Development";
+					            		currentLink = "/WebsiteGuide.html".substr(1, "/WebsiteGuide.html".length);
+					            	} 
+					            	
 					        				        		    										        					            					            	
 					            	else if (document.location.href.indexOf("/SoapRestAPI.html") > 0) {
 					            		currentLocation = "Integration";
@@ -483,6 +495,10 @@ limitations under the License.
 <br/>
 	        		        	            	            	    <a href="./JUnitTesting.html">JUnit Testing</a>
 <br/>
+	        		        	            	            	    <a href="./ReleaseGuide.html">Release Guide</a>
+<br/>
+	        		        	            	            	    <a href="./WebsiteGuide.html">Website Guide</a>
+<br/>
 	        		            	</div>
         	<h3><a href="#Integration">Integration</a></h3>
     	<div  width="100%">

Modified: incubator/openmeetings/trunk/singlewebapp/docs/red5sip-integration.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/red5sip-integration.html?rev=1361493&r1=1361492&r2=1361493&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/red5sip-integration.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/red5sip-integration.html Sat Jul 14 08:25:32 2012
@@ -185,6 +185,18 @@ limitations under the License.
 					            		currentLink = "/JUnitTesting.html".substr(1, "/JUnitTesting.html".length);
 					            	} 
 					            	
+					        				        							            					            	
+					            	else if (document.location.href.indexOf("/ReleaseGuide.html") > 0) {
+					            		currentLocation = "Development";
+					            		currentLink = "/ReleaseGuide.html".substr(1, "/ReleaseGuide.html".length);
+					            	} 
+					            	
+					        				        							            					            	
+					            	else if (document.location.href.indexOf("/WebsiteGuide.html") > 0) {
+					            		currentLocation = "Development";
+					            		currentLink = "/WebsiteGuide.html".substr(1, "/WebsiteGuide.html".length);
+					            	} 
+					            	
 					        				        		    										        					            					            	
 					            	else if (document.location.href.indexOf("/SoapRestAPI.html") > 0) {
 					            		currentLocation = "Integration";
@@ -484,6 +496,10 @@ limitations under the License.
 <br/>
 	        		        	            	            	    <a href="./JUnitTesting.html">JUnit Testing</a>
 <br/>
+	        		        	            	            	    <a href="./ReleaseGuide.html">Release Guide</a>
+<br/>
+	        		        	            	            	    <a href="./WebsiteGuide.html">Website Guide</a>
+<br/>
 	        		            	</div>
         	<h3><a href="#Integration">Integration</a></h3>
     	<div  width="100%">

Modified: incubator/openmeetings/trunk/singlewebapp/docs/svn.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/svn.html?rev=1361493&r1=1361492&r2=1361493&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/svn.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/svn.html Sat Jul 14 08:25:32 2012
@@ -185,6 +185,18 @@ limitations under the License.
 					            		currentLink = "/JUnitTesting.html".substr(1, "/JUnitTesting.html".length);
 					            	} 
 					            	
+					        				        							            					            	
+					            	else if (document.location.href.indexOf("/ReleaseGuide.html") > 0) {
+					            		currentLocation = "Development";
+					            		currentLink = "/ReleaseGuide.html".substr(1, "/ReleaseGuide.html".length);
+					            	} 
+					            	
+					        				        							            					            	
+					            	else if (document.location.href.indexOf("/WebsiteGuide.html") > 0) {
+					            		currentLocation = "Development";
+					            		currentLink = "/WebsiteGuide.html".substr(1, "/WebsiteGuide.html".length);
+					            	} 
+					            	
 					        				        		    										        					            					            	
 					            	else if (document.location.href.indexOf("/SoapRestAPI.html") > 0) {
 					            		currentLocation = "Integration";
@@ -484,6 +496,10 @@ limitations under the License.
 <br/>
 	        		        	            	            	    <a href="./JUnitTesting.html">JUnit Testing</a>
 <br/>
+	        		        	            	            	    <a href="./ReleaseGuide.html">Release Guide</a>
+<br/>
+	        		        	            	            	    <a href="./WebsiteGuide.html">Website Guide</a>
+<br/>
 	        		            	</div>
         	<h3><a href="#Integration">Integration</a></h3>
     	<div  width="100%">

Modified: incubator/openmeetings/trunk/singlewebapp/docs/team-list.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/team-list.html?rev=1361493&r1=1361492&r2=1361493&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/team-list.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/team-list.html Sat Jul 14 08:25:32 2012
@@ -185,6 +185,18 @@ limitations under the License.
 					            		currentLink = "/JUnitTesting.html".substr(1, "/JUnitTesting.html".length);
 					            	} 
 					            	
+					        				        							            					            	
+					            	else if (document.location.href.indexOf("/ReleaseGuide.html") > 0) {
+					            		currentLocation = "Development";
+					            		currentLink = "/ReleaseGuide.html".substr(1, "/ReleaseGuide.html".length);
+					            	} 
+					            	
+					        				        							            					            	
+					            	else if (document.location.href.indexOf("/WebsiteGuide.html") > 0) {
+					            		currentLocation = "Development";
+					            		currentLink = "/WebsiteGuide.html".substr(1, "/WebsiteGuide.html".length);
+					            	} 
+					            	
 					        				        		    										        					            					            	
 					            	else if (document.location.href.indexOf("/SoapRestAPI.html") > 0) {
 					            		currentLocation = "Integration";
@@ -484,6 +496,10 @@ limitations under the License.
 <br/>
 	        		        	            	            	    <a href="./JUnitTesting.html">JUnit Testing</a>
 <br/>
+	        		        	            	            	    <a href="./ReleaseGuide.html">Release Guide</a>
+<br/>
+	        		        	            	            	    <a href="./WebsiteGuide.html">Website Guide</a>
+<br/>
 	        		            	</div>
         	<h3><a href="#Integration">Integration</a></h3>
     	<div  width="100%">

Modified: incubator/openmeetings/trunk/singlewebapp/docs/themes-and-branding.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/themes-and-branding.html?rev=1361493&r1=1361492&r2=1361493&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/themes-and-branding.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/themes-and-branding.html Sat Jul 14 08:25:32 2012
@@ -185,6 +185,18 @@ limitations under the License.
 					            		currentLink = "/JUnitTesting.html".substr(1, "/JUnitTesting.html".length);
 					            	} 
 					            	
+					        				        							            					            	
+					            	else if (document.location.href.indexOf("/ReleaseGuide.html") > 0) {
+					            		currentLocation = "Development";
+					            		currentLink = "/ReleaseGuide.html".substr(1, "/ReleaseGuide.html".length);
+					            	} 
+					            	
+					        				        							            					            	
+					            	else if (document.location.href.indexOf("/WebsiteGuide.html") > 0) {
+					            		currentLocation = "Development";
+					            		currentLink = "/WebsiteGuide.html".substr(1, "/WebsiteGuide.html".length);
+					            	} 
+					            	
 					        				        		    										        					            					            	
 					            	else if (document.location.href.indexOf("/SoapRestAPI.html") > 0) {
 					            		currentLocation = "Integration";
@@ -484,6 +496,10 @@ limitations under the License.
 <br/>
 	        		        	            	            	    <a href="./JUnitTesting.html">JUnit Testing</a>
 <br/>
+	        		        	            	            	    <a href="./ReleaseGuide.html">Release Guide</a>
+<br/>
+	        		        	            	            	    <a href="./WebsiteGuide.html">Website Guide</a>
+<br/>
 	        		            	</div>
         	<h3><a href="#Integration">Integration</a></h3>
     	<div  width="100%">

Modified: incubator/openmeetings/trunk/singlewebapp/docs/voip-sip-integration.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/voip-sip-integration.html?rev=1361493&r1=1361492&r2=1361493&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/voip-sip-integration.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/voip-sip-integration.html Sat Jul 14 08:25:32 2012
@@ -185,6 +185,18 @@ limitations under the License.
 					            		currentLink = "/JUnitTesting.html".substr(1, "/JUnitTesting.html".length);
 					            	} 
 					            	
+					        				        							            					            	
+					            	else if (document.location.href.indexOf("/ReleaseGuide.html") > 0) {
+					            		currentLocation = "Development";
+					            		currentLink = "/ReleaseGuide.html".substr(1, "/ReleaseGuide.html".length);
+					            	} 
+					            	
+					        				        							            					            	
+					            	else if (document.location.href.indexOf("/WebsiteGuide.html") > 0) {
+					            		currentLocation = "Development";
+					            		currentLink = "/WebsiteGuide.html".substr(1, "/WebsiteGuide.html".length);
+					            	} 
+					            	
 					        				        		    										        					            					            	
 					            	else if (document.location.href.indexOf("/SoapRestAPI.html") > 0) {
 					            		currentLocation = "Integration";
@@ -484,6 +496,10 @@ limitations under the License.
 <br/>
 	        		        	            	            	    <a href="./JUnitTesting.html">JUnit Testing</a>
 <br/>
+	        		        	            	            	    <a href="./ReleaseGuide.html">Release Guide</a>
+<br/>
+	        		        	            	            	    <a href="./WebsiteGuide.html">Website Guide</a>
+<br/>
 	        		            	</div>
         	<h3><a href="#Integration">Integration</a></h3>
     	<div  width="100%">