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:36:30 UTC

svn commit: r1361494 [1/3] - in /incubator/openmeetings/branches/2.0: docs/ xdocs/ xdocs/stylesheets/

Author: sebawagner
Date: Sat Jul 14 08:36:28 2012
New Revision: 1361494

URL: http://svn.apache.org/viewvc?rev=1361494&view=rev
Log:
Merge r1361493 to 2.0 branch

Added:
    incubator/openmeetings/branches/2.0/docs/ReleaseGuide.html
    incubator/openmeetings/branches/2.0/docs/WebsiteGuide.html
    incubator/openmeetings/branches/2.0/xdocs/ReleaseGuide.xml
    incubator/openmeetings/branches/2.0/xdocs/WebsiteGuide.xml
Modified:
    incubator/openmeetings/branches/2.0/docs/ApacheDerbyConfig.html
    incubator/openmeetings/branches/2.0/docs/BrandingAndColors.html
    incubator/openmeetings/branches/2.0/docs/BuildInstructions.html
    incubator/openmeetings/branches/2.0/docs/CalendarAndTimezone.html
    incubator/openmeetings/branches/2.0/docs/ConferenceRoomLayoutOptions.html
    incubator/openmeetings/branches/2.0/docs/ConfluencePlugin.html
    incubator/openmeetings/branches/2.0/docs/CustomRoomTypeHowTo.html
    incubator/openmeetings/branches/2.0/docs/Dashboard.html
    incubator/openmeetings/branches/2.0/docs/EditTemplates.html
    incubator/openmeetings/branches/2.0/docs/ErrorsTable.html
    incubator/openmeetings/branches/2.0/docs/FFMPEGVersionSwitch.html
    incubator/openmeetings/branches/2.0/docs/GeneralConfiguration.html
    incubator/openmeetings/branches/2.0/docs/GetVersionInfo.html
    incubator/openmeetings/branches/2.0/docs/IBMDB2Config.html
    incubator/openmeetings/branches/2.0/docs/Internationalisation.html
    incubator/openmeetings/branches/2.0/docs/JUnitTesting.html
    incubator/openmeetings/branches/2.0/docs/JVMPerformanceTuning.html
    incubator/openmeetings/branches/2.0/docs/JiraPlugin.html
    incubator/openmeetings/branches/2.0/docs/LanguageEditor.html
    incubator/openmeetings/branches/2.0/docs/LdapAndADS.html
    incubator/openmeetings/branches/2.0/docs/MoodlePlugin.html
    incubator/openmeetings/branches/2.0/docs/MySQLConfig.html
    incubator/openmeetings/branches/2.0/docs/Navigation.html
    incubator/openmeetings/branches/2.0/docs/OpenOfficeConverter.html
    incubator/openmeetings/branches/2.0/docs/OracleConfig.html
    incubator/openmeetings/branches/2.0/docs/PortSettings.html
    incubator/openmeetings/branches/2.0/docs/PostgresConfig.html
    incubator/openmeetings/branches/2.0/docs/RTMPSAndHTTPS.html
    incubator/openmeetings/branches/2.0/docs/RestAPISample.html
    incubator/openmeetings/branches/2.0/docs/RestrictedAccess.html
    incubator/openmeetings/branches/2.0/docs/SakaiPlugin.html
    incubator/openmeetings/branches/2.0/docs/SoapRestAPI.html
    incubator/openmeetings/branches/2.0/docs/SugarCRMPlugin.html
    incubator/openmeetings/branches/2.0/docs/TimeZoneHandling.html
    incubator/openmeetings/branches/2.0/docs/Upgrade.html
    incubator/openmeetings/branches/2.0/docs/WebappNamePath.html
    incubator/openmeetings/branches/2.0/docs/WebcamResolutions.html
    incubator/openmeetings/branches/2.0/docs/commercial-support.html
    incubator/openmeetings/branches/2.0/docs/dependencies.html
    incubator/openmeetings/branches/2.0/docs/documentation.html
    incubator/openmeetings/branches/2.0/docs/downloads.html
    incubator/openmeetings/branches/2.0/docs/get-involved.html
    incubator/openmeetings/branches/2.0/docs/index.html
    incubator/openmeetings/branches/2.0/docs/installation.html
    incubator/openmeetings/branches/2.0/docs/license.html
    incubator/openmeetings/branches/2.0/docs/mail-lists.html
    incubator/openmeetings/branches/2.0/docs/red5sip-integration.html
    incubator/openmeetings/branches/2.0/docs/svn.html
    incubator/openmeetings/branches/2.0/docs/team-list.html
    incubator/openmeetings/branches/2.0/docs/themes-and-branding.html
    incubator/openmeetings/branches/2.0/docs/voip-sip-integration.html
    incubator/openmeetings/branches/2.0/xdocs/BuildInstructions.xml
    incubator/openmeetings/branches/2.0/xdocs/stylesheets/project.xml

Modified: incubator/openmeetings/branches/2.0/docs/ApacheDerbyConfig.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/branches/2.0/docs/ApacheDerbyConfig.html?rev=1361494&r1=1361493&r2=1361494&view=diff
==============================================================================
--- incubator/openmeetings/branches/2.0/docs/ApacheDerbyConfig.html (original)
+++ incubator/openmeetings/branches/2.0/docs/ApacheDerbyConfig.html Sat Jul 14 08:36:28 2012
@@ -179,6 +179,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";
@@ -468,6 +480,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/branches/2.0/docs/BrandingAndColors.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/branches/2.0/docs/BrandingAndColors.html?rev=1361494&r1=1361493&r2=1361494&view=diff
==============================================================================
--- incubator/openmeetings/branches/2.0/docs/BrandingAndColors.html (original)
+++ incubator/openmeetings/branches/2.0/docs/BrandingAndColors.html Sat Jul 14 08:36:28 2012
@@ -179,6 +179,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";
@@ -468,6 +480,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/branches/2.0/docs/BuildInstructions.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/branches/2.0/docs/BuildInstructions.html?rev=1361494&r1=1361493&r2=1361494&view=diff
==============================================================================
--- incubator/openmeetings/branches/2.0/docs/BuildInstructions.html (original)
+++ incubator/openmeetings/branches/2.0/docs/BuildInstructions.html Sat Jul 14 08:36:28 2012
@@ -36,7 +36,7 @@ limitations under the License.
            
                                     
                         
-            <title>Apache OpenMeetings [Incubating] - Upgrade</title>
+            <title>Apache OpenMeetings [Incubating] - Build instructions</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">
@@ -179,6 +179,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";
@@ -468,6 +480,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/branches/2.0/docs/CalendarAndTimezone.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/branches/2.0/docs/CalendarAndTimezone.html?rev=1361494&r1=1361493&r2=1361494&view=diff
==============================================================================
--- incubator/openmeetings/branches/2.0/docs/CalendarAndTimezone.html (original)
+++ incubator/openmeetings/branches/2.0/docs/CalendarAndTimezone.html Sat Jul 14 08:36:28 2012
@@ -179,6 +179,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";
@@ -468,6 +480,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/branches/2.0/docs/ConferenceRoomLayoutOptions.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/branches/2.0/docs/ConferenceRoomLayoutOptions.html?rev=1361494&r1=1361493&r2=1361494&view=diff
==============================================================================
--- incubator/openmeetings/branches/2.0/docs/ConferenceRoomLayoutOptions.html (original)
+++ incubator/openmeetings/branches/2.0/docs/ConferenceRoomLayoutOptions.html Sat Jul 14 08:36:28 2012
@@ -179,6 +179,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";
@@ -468,6 +480,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/branches/2.0/docs/ConfluencePlugin.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/branches/2.0/docs/ConfluencePlugin.html?rev=1361494&r1=1361493&r2=1361494&view=diff
==============================================================================
--- incubator/openmeetings/branches/2.0/docs/ConfluencePlugin.html (original)
+++ incubator/openmeetings/branches/2.0/docs/ConfluencePlugin.html Sat Jul 14 08:36:28 2012
@@ -179,6 +179,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";
@@ -468,6 +480,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/branches/2.0/docs/CustomRoomTypeHowTo.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/branches/2.0/docs/CustomRoomTypeHowTo.html?rev=1361494&r1=1361493&r2=1361494&view=diff
==============================================================================
--- incubator/openmeetings/branches/2.0/docs/CustomRoomTypeHowTo.html (original)
+++ incubator/openmeetings/branches/2.0/docs/CustomRoomTypeHowTo.html Sat Jul 14 08:36:28 2012
@@ -179,6 +179,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";
@@ -468,6 +480,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/branches/2.0/docs/Dashboard.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/branches/2.0/docs/Dashboard.html?rev=1361494&r1=1361493&r2=1361494&view=diff
==============================================================================
--- incubator/openmeetings/branches/2.0/docs/Dashboard.html (original)
+++ incubator/openmeetings/branches/2.0/docs/Dashboard.html Sat Jul 14 08:36:28 2012
@@ -179,6 +179,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";
@@ -468,6 +480,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/branches/2.0/docs/EditTemplates.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/branches/2.0/docs/EditTemplates.html?rev=1361494&r1=1361493&r2=1361494&view=diff
==============================================================================
--- incubator/openmeetings/branches/2.0/docs/EditTemplates.html (original)
+++ incubator/openmeetings/branches/2.0/docs/EditTemplates.html Sat Jul 14 08:36:28 2012
@@ -179,6 +179,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";
@@ -468,6 +480,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/branches/2.0/docs/ErrorsTable.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/branches/2.0/docs/ErrorsTable.html?rev=1361494&r1=1361493&r2=1361494&view=diff
==============================================================================
--- incubator/openmeetings/branches/2.0/docs/ErrorsTable.html (original)
+++ incubator/openmeetings/branches/2.0/docs/ErrorsTable.html Sat Jul 14 08:36:28 2012
@@ -177,6 +177,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";
@@ -466,6 +478,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/branches/2.0/docs/FFMPEGVersionSwitch.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/branches/2.0/docs/FFMPEGVersionSwitch.html?rev=1361494&r1=1361493&r2=1361494&view=diff
==============================================================================
--- incubator/openmeetings/branches/2.0/docs/FFMPEGVersionSwitch.html (original)
+++ incubator/openmeetings/branches/2.0/docs/FFMPEGVersionSwitch.html Sat Jul 14 08:36:28 2012
@@ -179,6 +179,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";
@@ -468,6 +480,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/branches/2.0/docs/GeneralConfiguration.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/branches/2.0/docs/GeneralConfiguration.html?rev=1361494&r1=1361493&r2=1361494&view=diff
==============================================================================
--- incubator/openmeetings/branches/2.0/docs/GeneralConfiguration.html (original)
+++ incubator/openmeetings/branches/2.0/docs/GeneralConfiguration.html Sat Jul 14 08:36:28 2012
@@ -179,6 +179,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";
@@ -468,6 +480,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/branches/2.0/docs/GetVersionInfo.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/branches/2.0/docs/GetVersionInfo.html?rev=1361494&r1=1361493&r2=1361494&view=diff
==============================================================================
--- incubator/openmeetings/branches/2.0/docs/GetVersionInfo.html (original)
+++ incubator/openmeetings/branches/2.0/docs/GetVersionInfo.html Sat Jul 14 08:36:28 2012
@@ -179,6 +179,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";
@@ -468,6 +480,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/branches/2.0/docs/IBMDB2Config.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/branches/2.0/docs/IBMDB2Config.html?rev=1361494&r1=1361493&r2=1361494&view=diff
==============================================================================
--- incubator/openmeetings/branches/2.0/docs/IBMDB2Config.html (original)
+++ incubator/openmeetings/branches/2.0/docs/IBMDB2Config.html Sat Jul 14 08:36:28 2012
@@ -179,6 +179,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";
@@ -468,6 +480,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/branches/2.0/docs/Internationalisation.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/branches/2.0/docs/Internationalisation.html?rev=1361494&r1=1361493&r2=1361494&view=diff
==============================================================================
--- incubator/openmeetings/branches/2.0/docs/Internationalisation.html (original)
+++ incubator/openmeetings/branches/2.0/docs/Internationalisation.html Sat Jul 14 08:36:28 2012
@@ -179,6 +179,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";
@@ -468,6 +480,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/branches/2.0/docs/JUnitTesting.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/branches/2.0/docs/JUnitTesting.html?rev=1361494&r1=1361493&r2=1361494&view=diff
==============================================================================
--- incubator/openmeetings/branches/2.0/docs/JUnitTesting.html (original)
+++ incubator/openmeetings/branches/2.0/docs/JUnitTesting.html Sat Jul 14 08:36:28 2012
@@ -179,6 +179,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";
@@ -468,6 +480,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/branches/2.0/docs/JVMPerformanceTuning.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/branches/2.0/docs/JVMPerformanceTuning.html?rev=1361494&r1=1361493&r2=1361494&view=diff
==============================================================================
--- incubator/openmeetings/branches/2.0/docs/JVMPerformanceTuning.html (original)
+++ incubator/openmeetings/branches/2.0/docs/JVMPerformanceTuning.html Sat Jul 14 08:36:28 2012
@@ -179,6 +179,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";
@@ -468,6 +480,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/branches/2.0/docs/JiraPlugin.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/branches/2.0/docs/JiraPlugin.html?rev=1361494&r1=1361493&r2=1361494&view=diff
==============================================================================
--- incubator/openmeetings/branches/2.0/docs/JiraPlugin.html (original)
+++ incubator/openmeetings/branches/2.0/docs/JiraPlugin.html Sat Jul 14 08:36:28 2012
@@ -179,6 +179,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";
@@ -468,6 +480,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/branches/2.0/docs/LanguageEditor.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/branches/2.0/docs/LanguageEditor.html?rev=1361494&r1=1361493&r2=1361494&view=diff
==============================================================================
--- incubator/openmeetings/branches/2.0/docs/LanguageEditor.html (original)
+++ incubator/openmeetings/branches/2.0/docs/LanguageEditor.html Sat Jul 14 08:36:28 2012
@@ -179,6 +179,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";
@@ -468,6 +480,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/branches/2.0/docs/LdapAndADS.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/branches/2.0/docs/LdapAndADS.html?rev=1361494&r1=1361493&r2=1361494&view=diff
==============================================================================
--- incubator/openmeetings/branches/2.0/docs/LdapAndADS.html (original)
+++ incubator/openmeetings/branches/2.0/docs/LdapAndADS.html Sat Jul 14 08:36:28 2012
@@ -179,6 +179,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";
@@ -468,6 +480,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/branches/2.0/docs/MoodlePlugin.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/branches/2.0/docs/MoodlePlugin.html?rev=1361494&r1=1361493&r2=1361494&view=diff
==============================================================================
--- incubator/openmeetings/branches/2.0/docs/MoodlePlugin.html (original)
+++ incubator/openmeetings/branches/2.0/docs/MoodlePlugin.html Sat Jul 14 08:36:28 2012
@@ -179,6 +179,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";
@@ -468,6 +480,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/branches/2.0/docs/MySQLConfig.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/branches/2.0/docs/MySQLConfig.html?rev=1361494&r1=1361493&r2=1361494&view=diff
==============================================================================
--- incubator/openmeetings/branches/2.0/docs/MySQLConfig.html (original)
+++ incubator/openmeetings/branches/2.0/docs/MySQLConfig.html Sat Jul 14 08:36:28 2012
@@ -179,6 +179,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";
@@ -468,6 +480,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/branches/2.0/docs/Navigation.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/branches/2.0/docs/Navigation.html?rev=1361494&r1=1361493&r2=1361494&view=diff
==============================================================================
--- incubator/openmeetings/branches/2.0/docs/Navigation.html (original)
+++ incubator/openmeetings/branches/2.0/docs/Navigation.html Sat Jul 14 08:36:28 2012
@@ -179,6 +179,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";
@@ -468,6 +480,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/branches/2.0/docs/OpenOfficeConverter.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/branches/2.0/docs/OpenOfficeConverter.html?rev=1361494&r1=1361493&r2=1361494&view=diff
==============================================================================
--- incubator/openmeetings/branches/2.0/docs/OpenOfficeConverter.html (original)
+++ incubator/openmeetings/branches/2.0/docs/OpenOfficeConverter.html Sat Jul 14 08:36:28 2012
@@ -179,6 +179,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";
@@ -468,6 +480,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/branches/2.0/docs/OracleConfig.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/branches/2.0/docs/OracleConfig.html?rev=1361494&r1=1361493&r2=1361494&view=diff
==============================================================================
--- incubator/openmeetings/branches/2.0/docs/OracleConfig.html (original)
+++ incubator/openmeetings/branches/2.0/docs/OracleConfig.html Sat Jul 14 08:36:28 2012
@@ -179,6 +179,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";
@@ -468,6 +480,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/branches/2.0/docs/PortSettings.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/branches/2.0/docs/PortSettings.html?rev=1361494&r1=1361493&r2=1361494&view=diff
==============================================================================
--- incubator/openmeetings/branches/2.0/docs/PortSettings.html (original)
+++ incubator/openmeetings/branches/2.0/docs/PortSettings.html Sat Jul 14 08:36:28 2012
@@ -179,6 +179,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";
@@ -468,6 +480,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/branches/2.0/docs/PostgresConfig.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/branches/2.0/docs/PostgresConfig.html?rev=1361494&r1=1361493&r2=1361494&view=diff
==============================================================================
--- incubator/openmeetings/branches/2.0/docs/PostgresConfig.html (original)
+++ incubator/openmeetings/branches/2.0/docs/PostgresConfig.html Sat Jul 14 08:36:28 2012
@@ -179,6 +179,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";
@@ -468,6 +480,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/branches/2.0/docs/RTMPSAndHTTPS.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/branches/2.0/docs/RTMPSAndHTTPS.html?rev=1361494&r1=1361493&r2=1361494&view=diff
==============================================================================
--- incubator/openmeetings/branches/2.0/docs/RTMPSAndHTTPS.html (original)
+++ incubator/openmeetings/branches/2.0/docs/RTMPSAndHTTPS.html Sat Jul 14 08:36:28 2012
@@ -179,6 +179,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";
@@ -468,6 +480,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%">