You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2014/11/27 09:11:02 UTC

svn commit: r1642041 [2/24] - in /openmeetings: branches/3.0.x/src/web/java/org/apache/openmeetings/web/app/ trunk/singlewebapp/openmeetings-server/src/site/ trunk/singlewebapp/openmeetings-server/src/site/resources/js/ trunk/singlewebapp/openmeetings-...

Modified: openmeetings/branches/3.0.x/src/web/java/org/apache/openmeetings/web/app/Application_es.properties.xml
URL: http://svn.apache.org/viewvc/openmeetings/branches/3.0.x/src/web/java/org/apache/openmeetings/web/app/Application_es.properties.xml?rev=1642041&r1=1642040&r2=1642041&view=diff
==============================================================================
--- openmeetings/branches/3.0.x/src/web/java/org/apache/openmeetings/web/app/Application_es.properties.xml (original)
+++ openmeetings/branches/3.0.x/src/web/java/org/apache/openmeetings/web/app/Application_es.properties.xml Thu Nov 27 08:10:45 2014
@@ -237,8 +237,8 @@
 	<entry key="install.wizard.params.step4.red5SipExtenContext">SIP extensiones contexto</entry>
 	<entry key="install.wizard.params.step4.red5SipExtenContext.text">Contexto de Asterisk extensiones</entry>
 
-	<entry key="install.wizard.install.desc">Por favor pulse el botón "Finalizar" para comenzar la instalación!</entry>
-	<entry key="install.wizard.install.started">Por favor aguarde, instalación en progreso</entry>
+	<entry key="install.wizard.install.desc">Por favor pulse el botón "Finalizar" para comenzar la instalación.</entry>
+	<entry key="install.wizard.install.started">Por favor aguarde, instalación en progreso...</entry>
 	<entry key="install.wizard.install.failed">Instalación fallida</entry>
 
 	<entry key="install.wizard.congrats.enter">Entrar a la Aplicación</entry>

Modified: openmeetings/branches/3.0.x/src/web/java/org/apache/openmeetings/web/app/Application_ru.properties.xml
URL: http://svn.apache.org/viewvc/openmeetings/branches/3.0.x/src/web/java/org/apache/openmeetings/web/app/Application_ru.properties.xml?rev=1642041&r1=1642040&r2=1642041&view=diff
==============================================================================
--- openmeetings/branches/3.0.x/src/web/java/org/apache/openmeetings/web/app/Application_ru.properties.xml (original)
+++ openmeetings/branches/3.0.x/src/web/java/org/apache/openmeetings/web/app/Application_ru.properties.xml Thu Nov 27 08:10:45 2014
@@ -119,7 +119,7 @@
 					Инструкций по установке из Сети. Вы должны установить libmp3lame!
 				</li>
 				<li>Установите <strong>SoX</strong> <a
-					href="http://sox.sourceforge.net/" target="_BLANK">http://sox.sourceforge.net/</a>.
+					href="http://sox.sourceforge.net/" target="_blank">http://sox.sourceforge.net/</a>.
 					Вы должны установить последнюю версию SoX! SoX 12.xx не будет
 					работать!
 				</li>
@@ -248,8 +248,8 @@
 	<entry key="install.wizard.params.step4.red5SipExtenContext.text">Окружение расширений Asterisk</entry>
 
 	<entry key="install.wizard.install.desc">Пожалуйста нажмите кнопку "Закончить" для запуска установки!</entry>
-	<entry key="install.wizard.install.started">Please wait, installation in progress</entry>
-	<entry key="install.wizard.install.failed">Installation is failed</entry>
+	<entry key="install.wizard.install.started">Пожалуйста подождите, идёт установка</entry>
+	<entry key="install.wizard.install.failed">Ошибка установки</entry>
 
 	<entry key="install.wizard.congrats.enter">Вход в приложение</entry>
 	<entry key="install.wizard.congrats.port">Если Ваш Red5-сервер запущен на другом порту или на другом домене</entry>

Modified: openmeetings/trunk/singlewebapp/openmeetings-server/src/site/resources/js/site.js
URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/openmeetings-server/src/site/resources/js/site.js?rev=1642041&r1=1642040&r2=1642041&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/openmeetings-server/src/site/resources/js/site.js (original)
+++ openmeetings/trunk/singlewebapp/openmeetings-server/src/site/resources/js/site.js Thu Nov 27 08:10:45 2014
@@ -59,9 +59,8 @@ $(document).ready(function() {
 		c.attr('data-ride', 'carousel').addClass('carousel slide');
 	}
 	// "New" markers
-	var topics = ["We need you", "Call For Logo"];
+	var topics = ["Call For Logo"];
 	for (var i = 0; i < topics.length; ++i) {
 		$('ul.nav.nav-list ul.nav.nav-list li:contains("' + topics[i] + '") a').append('&nbsp;&nbsp;<span class="label label-success">New</span>');
 	}
-	$('ul.breadcrumb li:contains("We need you") a').prepend('&nbsp;&nbsp;<span class="label label-success">New</span>');
 })

Modified: openmeetings/trunk/singlewebapp/openmeetings-server/src/site/site.xml
URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/openmeetings-server/src/site/site.xml?rev=1642041&r1=1642040&r2=1642041&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/openmeetings-server/src/site/site.xml (original)
+++ openmeetings/trunk/singlewebapp/openmeetings-server/src/site/site.xml Thu Nov 27 08:10:45 2014
@@ -25,7 +25,6 @@
 				<item name="ASF" href="http://www.apache.org/"/>
 				<item name="Downloads" href="/downloads.html"/>
 				<item name="Call For Logo" href="/CallForLogo.html"/>
-				<item name="We need you" href="/WeNeedYou.html"/>
 				<item name="Commercial Support" href="/commercial-support.html"/>
 			</item>
 			<item name="Installation and Upgrade" href="#installation">

Modified: openmeetings/trunk/singlewebapp/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_es.properties.xml
URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_es.properties.xml?rev=1642041&r1=1642040&r2=1642041&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_es.properties.xml (original)
+++ openmeetings/trunk/singlewebapp/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_es.properties.xml Thu Nov 27 08:10:45 2014
@@ -237,8 +237,8 @@
 	<entry key="install.wizard.params.step4.red5SipExtenContext">SIP extensiones contexto</entry>
 	<entry key="install.wizard.params.step4.red5SipExtenContext.text">Contexto de Asterisk extensiones</entry>
 
-	<entry key="install.wizard.install.desc">Por favor pulse el botón "Finalizar" para comenzar la instalación!</entry>
-	<entry key="install.wizard.install.started">Por favor aguarde, instalación en progreso</entry>
+	<entry key="install.wizard.install.desc">Por favor pulse el botón "Finalizar" para comenzar la instalación.</entry>
+	<entry key="install.wizard.install.started">Por favor aguarde, instalación en progreso...</entry>
 	<entry key="install.wizard.install.failed">Instalación fallida</entry>
 
 	<entry key="install.wizard.congrats.enter">Entrar a la Aplicación</entry>

Modified: openmeetings/trunk/singlewebapp/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ru.properties.xml
URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ru.properties.xml?rev=1642041&r1=1642040&r2=1642041&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ru.properties.xml (original)
+++ openmeetings/trunk/singlewebapp/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ru.properties.xml Thu Nov 27 08:10:45 2014
@@ -248,8 +248,8 @@
 	<entry key="install.wizard.params.step4.red5SipExtenContext.text">Окружение расширений Asterisk</entry>
 
 	<entry key="install.wizard.install.desc">Пожалуйста нажмите кнопку "Закончить" для запуска установки!</entry>
-	<entry key="install.wizard.install.started">Please wait, installation in progress</entry>
-	<entry key="install.wizard.install.failed">Installation is failed</entry>
+	<entry key="install.wizard.install.started">Пожалуйста подождите, идёт установка</entry>
+	<entry key="install.wizard.install.failed">Ошибка установки</entry>
 
 	<entry key="install.wizard.congrats.enter">Вход в приложение</entry>
 	<entry key="install.wizard.congrats.port">Если Ваш Red5-сервер запущен на другом порту или на другом домене</entry>

Modified: openmeetings/trunk/singlewebapp/src/site/site.xml
URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/src/site/site.xml?rev=1642041&r1=1642040&r2=1642041&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/src/site/site.xml (original)
+++ openmeetings/trunk/singlewebapp/src/site/site.xml Thu Nov 27 08:10:45 2014
@@ -36,7 +36,6 @@
 		</head>
 		
 		<links>
-			<item name="We need you" href="http://openmeetings.apache.org/WeNeedYou.html"/>
 			<item name="Demo" href="http://openmeetings.apache.org/demo.html"/>
 			<item name="Download" href="http://openmeetings.apache.org/downloads.html"/>
 			<item name="Installation" href="http://openmeetings.apache.org/installation.html"/>

Modified: openmeetings/trunk/site/ApacheDerbyConfig.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/site/ApacheDerbyConfig.html?rev=1642041&r1=1642040&r2=1642041&view=diff
==============================================================================
--- openmeetings/trunk/site/ApacheDerbyConfig.html (original)
+++ openmeetings/trunk/site/ApacheDerbyConfig.html Thu Nov 27 08:10:45 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-28 
+ | Generated by Apache Maven Doxia at 2014-11-27 
  | Rendered using Apache Maven Fluido Skin 1.3.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Apache OpenMeetings Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20141028" />
+    <meta name="Date-Revision-yyyymmdd" content="20141127" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project &#x2013; Apache Derby Configuration</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -43,7 +43,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-10-28
+                  <li id="publishDate">Last Published: 2014-11-27
                    </li>
                       
                 
@@ -72,17 +72,10 @@
 
   
     <li class="pull-right">
-        <span class="divider">|</span>
                       <a href="demo.html" title="Demo">
         Demo</a>
       </li>
 
-  
-    <li class="pull-right">
-                      <a href="WeNeedYou.html" title="We need you">
-        We need you</a>
-      </li>
-
                     </ul>
       </div>
 
@@ -93,7 +86,7 @@
                 
                     
                 <ul class="nav nav-list">
-                                                                                                                                                                                                    
+                                                                                                                                                                                  
       <li>
   
                           <a href="#general" title="General">
@@ -145,13 +138,6 @@
                     
       <li>
   
-                          <a href="WeNeedYou.html" title="We need you">
-          <i class="none"></i>
-        We need you</a>
-            </li>
-                    
-      <li>
-  
                           <a href="commercial-support.html" title="Commercial Support">
           <i class="none"></i>
         Commercial Support</a>

Modified: openmeetings/trunk/site/BitrixPlugin.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/site/BitrixPlugin.html?rev=1642041&r1=1642040&r2=1642041&view=diff
==============================================================================
--- openmeetings/trunk/site/BitrixPlugin.html (original)
+++ openmeetings/trunk/site/BitrixPlugin.html Thu Nov 27 08:10:45 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-28 
+ | Generated by Apache Maven Doxia at 2014-11-27 
  | Rendered using Apache Maven Fluido Skin 1.3.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="OpenMeetings Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20141028" />
+    <meta name="Date-Revision-yyyymmdd" content="20141127" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project &#x2013; Bitrix Plugin</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -43,7 +43,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-10-28
+                  <li id="publishDate">Last Published: 2014-11-27
                    </li>
                       
                 
@@ -72,17 +72,10 @@
 
   
     <li class="pull-right">
-        <span class="divider">|</span>
                       <a href="demo.html" title="Demo">
         Demo</a>
       </li>
 
-  
-    <li class="pull-right">
-                      <a href="WeNeedYou.html" title="We need you">
-        We need you</a>
-      </li>
-
                     </ul>
       </div>
 
@@ -93,7 +86,7 @@
                 
                     
                 <ul class="nav nav-list">
-                                                                                                                                                                                                    
+                                                                                                                                                                                  
       <li>
   
                           <a href="#general" title="General">
@@ -145,13 +138,6 @@
                     
       <li>
   
-                          <a href="WeNeedYou.html" title="We need you">
-          <i class="none"></i>
-        We need you</a>
-            </li>
-                    
-      <li>
-  
                           <a href="commercial-support.html" title="Commercial Support">
           <i class="none"></i>
         Commercial Support</a>

Modified: openmeetings/trunk/site/BuildInstructions.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/site/BuildInstructions.html?rev=1642041&r1=1642040&r2=1642041&view=diff
==============================================================================
--- openmeetings/trunk/site/BuildInstructions.html (original)
+++ openmeetings/trunk/site/BuildInstructions.html Thu Nov 27 08:10:45 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-28 
+ | Generated by Apache Maven Doxia at 2014-11-27 
  | Rendered using Apache Maven Fluido Skin 1.3.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="OpenMeetings Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20141028" />
+    <meta name="Date-Revision-yyyymmdd" content="20141127" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project &#x2013; Build instructions</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -43,7 +43,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-10-28
+                  <li id="publishDate">Last Published: 2014-11-27
                    </li>
                       
                 
@@ -72,17 +72,10 @@
 
   
     <li class="pull-right">
-        <span class="divider">|</span>
                       <a href="demo.html" title="Demo">
         Demo</a>
       </li>
 
-  
-    <li class="pull-right">
-                      <a href="WeNeedYou.html" title="We need you">
-        We need you</a>
-      </li>
-
                     </ul>
       </div>
 
@@ -93,7 +86,7 @@
                 
                     
                 <ul class="nav nav-list">
-                                                                                                                                                                                                    
+                                                                                                                                                                                  
       <li>
   
                           <a href="#general" title="General">
@@ -145,13 +138,6 @@
                     
       <li>
   
-                          <a href="WeNeedYou.html" title="We need you">
-          <i class="none"></i>
-        We need you</a>
-            </li>
-                    
-      <li>
-  
                           <a href="commercial-support.html" title="Commercial Support">
           <i class="none"></i>
         Commercial Support</a>

Modified: openmeetings/trunk/site/BuildInstructions_3.0.x.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/site/BuildInstructions_3.0.x.html?rev=1642041&r1=1642040&r2=1642041&view=diff
==============================================================================
--- openmeetings/trunk/site/BuildInstructions_3.0.x.html (original)
+++ openmeetings/trunk/site/BuildInstructions_3.0.x.html Thu Nov 27 08:10:45 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-28 
+ | Generated by Apache Maven Doxia at 2014-11-27 
  | Rendered using Apache Maven Fluido Skin 1.3.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="OpenMeetings Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20141028" />
+    <meta name="Date-Revision-yyyymmdd" content="20141127" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project &#x2013; Build instructions version 3.0.x</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -43,7 +43,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-10-28
+                  <li id="publishDate">Last Published: 2014-11-27
                    </li>
                       
                 
@@ -72,17 +72,10 @@
 
   
     <li class="pull-right">
-        <span class="divider">|</span>
                       <a href="demo.html" title="Demo">
         Demo</a>
       </li>
 
-  
-    <li class="pull-right">
-                      <a href="WeNeedYou.html" title="We need you">
-        We need you</a>
-      </li>
-
                     </ul>
       </div>
 
@@ -93,7 +86,7 @@
                 
                     
                 <ul class="nav nav-list">
-                                                                                                                                                                                                    
+                                                                                                                                                                                  
       <li>
   
                           <a href="#general" title="General">
@@ -145,13 +138,6 @@
                     
       <li>
   
-                          <a href="WeNeedYou.html" title="We need you">
-          <i class="none"></i>
-        We need you</a>
-            </li>
-                    
-      <li>
-  
                           <a href="commercial-support.html" title="Commercial Support">
           <i class="none"></i>
         Commercial Support</a>

Modified: openmeetings/trunk/site/CalendarAndTimezone.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/site/CalendarAndTimezone.html?rev=1642041&r1=1642040&r2=1642041&view=diff
==============================================================================
--- openmeetings/trunk/site/CalendarAndTimezone.html (original)
+++ openmeetings/trunk/site/CalendarAndTimezone.html Thu Nov 27 08:10:45 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-28 
+ | Generated by Apache Maven Doxia at 2014-11-27 
  | Rendered using Apache Maven Fluido Skin 1.3.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="OpenMeetings Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20141028" />
+    <meta name="Date-Revision-yyyymmdd" content="20141127" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project &#x2013; Changing the Calendar and Timezone default</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -43,7 +43,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-10-28
+                  <li id="publishDate">Last Published: 2014-11-27
                    </li>
                       
                 
@@ -72,17 +72,10 @@
 
   
     <li class="pull-right">
-        <span class="divider">|</span>
                       <a href="demo.html" title="Demo">
         Demo</a>
       </li>
 
-  
-    <li class="pull-right">
-                      <a href="WeNeedYou.html" title="We need you">
-        We need you</a>
-      </li>
-
                     </ul>
       </div>
 
@@ -93,7 +86,7 @@
                 
                     
                 <ul class="nav nav-list">
-                                                                                                                                                                                                    
+                                                                                                                                                                                  
       <li>
   
                           <a href="#general" title="General">
@@ -145,13 +138,6 @@
                     
       <li>
   
-                          <a href="WeNeedYou.html" title="We need you">
-          <i class="none"></i>
-        We need you</a>
-            </li>
-                    
-      <li>
-  
                           <a href="commercial-support.html" title="Commercial Support">
           <i class="none"></i>
         Commercial Support</a>

Modified: openmeetings/trunk/site/CallForLogo.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/site/CallForLogo.html?rev=1642041&r1=1642040&r2=1642041&view=diff
==============================================================================
--- openmeetings/trunk/site/CallForLogo.html (original)
+++ openmeetings/trunk/site/CallForLogo.html Thu Nov 27 08:10:45 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-28 
+ | Generated by Apache Maven Doxia at 2014-11-27 
  | Rendered using Apache Maven Fluido Skin 1.3.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="OpenMeetings Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20141028" />
+    <meta name="Date-Revision-yyyymmdd" content="20141127" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project &#x2013; Call For Logo</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -43,7 +43,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-10-28
+                  <li id="publishDate">Last Published: 2014-11-27
                    </li>
                       
                 
@@ -72,17 +72,10 @@
 
   
     <li class="pull-right">
-        <span class="divider">|</span>
                       <a href="demo.html" title="Demo">
         Demo</a>
       </li>
 
-  
-    <li class="pull-right">
-                      <a href="WeNeedYou.html" title="We need you">
-        We need you</a>
-      </li>
-
                     </ul>
       </div>
 
@@ -93,7 +86,7 @@
                 
                     
                 <ul class="nav nav-list">
-                                                                                                                                                                                                              
+                                                                                                                                                                                            
       <li>
   
                           <a href="#general" title="General">
@@ -143,13 +136,6 @@
                     
       <li>
   
-                          <a href="WeNeedYou.html" title="We need you">
-          <i class="none"></i>
-        We need you</a>
-            </li>
-                    
-      <li>
-  
                           <a href="commercial-support.html" title="Commercial Support">
           <i class="none"></i>
         Commercial Support</a>

Modified: openmeetings/trunk/site/Clustering.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/site/Clustering.html?rev=1642041&r1=1642040&r2=1642041&view=diff
==============================================================================
--- openmeetings/trunk/site/Clustering.html (original)
+++ openmeetings/trunk/site/Clustering.html Thu Nov 27 08:10:45 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-28 
+ | Generated by Apache Maven Doxia at 2014-11-27 
  | Rendered using Apache Maven Fluido Skin 1.3.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="OpenMeetings Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20141028" />
+    <meta name="Date-Revision-yyyymmdd" content="20141127" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project &#x2013; Clustering</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -43,7 +43,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-10-28
+                  <li id="publishDate">Last Published: 2014-11-27
                    </li>
                       
                 
@@ -72,17 +72,10 @@
 
   
     <li class="pull-right">
-        <span class="divider">|</span>
                       <a href="demo.html" title="Demo">
         Demo</a>
       </li>
 
-  
-    <li class="pull-right">
-                      <a href="WeNeedYou.html" title="We need you">
-        We need you</a>
-      </li>
-
                     </ul>
       </div>
 
@@ -93,7 +86,7 @@
                 
                     
                 <ul class="nav nav-list">
-                                                                                                                                                                                                    
+                                                                                                                                                                                  
       <li>
   
                           <a href="#general" title="General">
@@ -145,13 +138,6 @@
                     
       <li>
   
-                          <a href="WeNeedYou.html" title="We need you">
-          <i class="none"></i>
-        We need you</a>
-            </li>
-                    
-      <li>
-  
                           <a href="commercial-support.html" title="Commercial Support">
           <i class="none"></i>
         Commercial Support</a>

Modified: openmeetings/trunk/site/CommandLineAdmin.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/site/CommandLineAdmin.html?rev=1642041&r1=1642040&r2=1642041&view=diff
==============================================================================
--- openmeetings/trunk/site/CommandLineAdmin.html (original)
+++ openmeetings/trunk/site/CommandLineAdmin.html Thu Nov 27 08:10:45 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-28 
+ | Generated by Apache Maven Doxia at 2014-11-27 
  | Rendered using Apache Maven Fluido Skin 1.3.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="OpenMeetings Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20141028" />
+    <meta name="Date-Revision-yyyymmdd" content="20141127" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project &#x2013; Command line admin</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -43,7 +43,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-10-28
+                  <li id="publishDate">Last Published: 2014-11-27
                    </li>
                       
                 
@@ -72,17 +72,10 @@
 
   
     <li class="pull-right">
-        <span class="divider">|</span>
                       <a href="demo.html" title="Demo">
         Demo</a>
       </li>
 
-  
-    <li class="pull-right">
-                      <a href="WeNeedYou.html" title="We need you">
-        We need you</a>
-      </li>
-
                     </ul>
       </div>
 
@@ -93,7 +86,7 @@
                 
                     
                 <ul class="nav nav-list">
-                                                                                                                                                                                                    
+                                                                                                                                                                                  
       <li>
   
                           <a href="#general" title="General">
@@ -145,13 +138,6 @@
                     
       <li>
   
-                          <a href="WeNeedYou.html" title="We need you">
-          <i class="none"></i>
-        We need you</a>
-            </li>
-                    
-      <li>
-  
                           <a href="commercial-support.html" title="Commercial Support">
           <i class="none"></i>
         Commercial Support</a>

Modified: openmeetings/trunk/site/ConferenceRoomLayoutOptions.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/site/ConferenceRoomLayoutOptions.html?rev=1642041&r1=1642040&r2=1642041&view=diff
==============================================================================
--- openmeetings/trunk/site/ConferenceRoomLayoutOptions.html (original)
+++ openmeetings/trunk/site/ConferenceRoomLayoutOptions.html Thu Nov 27 08:10:45 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-28 
+ | Generated by Apache Maven Doxia at 2014-11-27 
  | Rendered using Apache Maven Fluido Skin 1.3.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="OpenMeetings Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20141028" />
+    <meta name="Date-Revision-yyyymmdd" content="20141127" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project &#x2013; Layout options for a conference room in OpenMeetings</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -43,7 +43,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-10-28
+                  <li id="publishDate">Last Published: 2014-11-27
                    </li>
                       
                 
@@ -72,17 +72,10 @@
 
   
     <li class="pull-right">
-        <span class="divider">|</span>
                       <a href="demo.html" title="Demo">
         Demo</a>
       </li>
 
-  
-    <li class="pull-right">
-                      <a href="WeNeedYou.html" title="We need you">
-        We need you</a>
-      </li>
-
                     </ul>
       </div>
 
@@ -93,7 +86,7 @@
                 
                     
                 <ul class="nav nav-list">
-                                                                                                                                                                                                    
+                                                                                                                                                                                  
       <li>
   
                           <a href="#general" title="General">
@@ -145,13 +138,6 @@
                     
       <li>
   
-                          <a href="WeNeedYou.html" title="We need you">
-          <i class="none"></i>
-        We need you</a>
-            </li>
-                    
-      <li>
-  
                           <a href="commercial-support.html" title="Commercial Support">
           <i class="none"></i>
         Commercial Support</a>

Modified: openmeetings/trunk/site/ConfluencePlugin.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/site/ConfluencePlugin.html?rev=1642041&r1=1642040&r2=1642041&view=diff
==============================================================================
--- openmeetings/trunk/site/ConfluencePlugin.html (original)
+++ openmeetings/trunk/site/ConfluencePlugin.html Thu Nov 27 08:10:45 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-28 
+ | Generated by Apache Maven Doxia at 2014-11-27 
  | Rendered using Apache Maven Fluido Skin 1.3.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="OpenMeetings Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20141028" />
+    <meta name="Date-Revision-yyyymmdd" content="20141127" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project &#x2013; Confluence Plugin</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -43,7 +43,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-10-28
+                  <li id="publishDate">Last Published: 2014-11-27
                    </li>
                       
                 
@@ -72,17 +72,10 @@
 
   
     <li class="pull-right">
-        <span class="divider">|</span>
                       <a href="demo.html" title="Demo">
         Demo</a>
       </li>
 
-  
-    <li class="pull-right">
-                      <a href="WeNeedYou.html" title="We need you">
-        We need you</a>
-      </li>
-
                     </ul>
       </div>
 
@@ -93,7 +86,7 @@
                 
                     
                 <ul class="nav nav-list">
-                                                                                                                                                                                                    
+                                                                                                                                                                                  
       <li>
   
                           <a href="#general" title="General">
@@ -145,13 +138,6 @@
                     
       <li>
   
-                          <a href="WeNeedYou.html" title="We need you">
-          <i class="none"></i>
-        We need you</a>
-            </li>
-                    
-      <li>
-  
                           <a href="commercial-support.html" title="Commercial Support">
           <i class="none"></i>
         Commercial Support</a>

Modified: openmeetings/trunk/site/CustomCryptMechanism.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/site/CustomCryptMechanism.html?rev=1642041&r1=1642040&r2=1642041&view=diff
==============================================================================
--- openmeetings/trunk/site/CustomCryptMechanism.html (original)
+++ openmeetings/trunk/site/CustomCryptMechanism.html Thu Nov 27 08:10:45 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-28 
+ | Generated by Apache Maven Doxia at 2014-11-27 
  | Rendered using Apache Maven Fluido Skin 1.3.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="OpenMeetings Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20141028" />
+    <meta name="Date-Revision-yyyymmdd" content="20141127" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project &#x2013; Howto create a Custom Crypt styles</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -43,7 +43,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-10-28
+                  <li id="publishDate">Last Published: 2014-11-27
                    </li>
                       
                 
@@ -72,17 +72,10 @@
 
   
     <li class="pull-right">
-        <span class="divider">|</span>
                       <a href="demo.html" title="Demo">
         Demo</a>
       </li>
 
-  
-    <li class="pull-right">
-                      <a href="WeNeedYou.html" title="We need you">
-        We need you</a>
-      </li>
-
                     </ul>
       </div>
 
@@ -93,7 +86,7 @@
                 
                     
                 <ul class="nav nav-list">
-                                                                                                                                                                                                    
+                                                                                                                                                                                  
       <li>
   
                           <a href="#general" title="General">
@@ -145,13 +138,6 @@
                     
       <li>
   
-                          <a href="WeNeedYou.html" title="We need you">
-          <i class="none"></i>
-        We need you</a>
-            </li>
-                    
-      <li>
-  
                           <a href="commercial-support.html" title="Commercial Support">
           <i class="none"></i>
         Commercial Support</a>

Modified: openmeetings/trunk/site/CustomRoomTypeHowTo.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/site/CustomRoomTypeHowTo.html?rev=1642041&r1=1642040&r2=1642041&view=diff
==============================================================================
--- openmeetings/trunk/site/CustomRoomTypeHowTo.html (original)
+++ openmeetings/trunk/site/CustomRoomTypeHowTo.html Thu Nov 27 08:10:45 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-28 
+ | Generated by Apache Maven Doxia at 2014-11-27 
  | Rendered using Apache Maven Fluido Skin 1.3.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="OpenMeetings Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20141028" />
+    <meta name="Date-Revision-yyyymmdd" content="20141127" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project &#x2013; Howto create a custom room type in OpenMeetings</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -43,7 +43,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-10-28
+                  <li id="publishDate">Last Published: 2014-11-27
                    </li>
                       
                 
@@ -72,17 +72,10 @@
 
   
     <li class="pull-right">
-        <span class="divider">|</span>
                       <a href="demo.html" title="Demo">
         Demo</a>
       </li>
 
-  
-    <li class="pull-right">
-                      <a href="WeNeedYou.html" title="We need you">
-        We need you</a>
-      </li>
-
                     </ul>
       </div>
 
@@ -93,7 +86,7 @@
                 
                     
                 <ul class="nav nav-list">
-                                                                                                                                                                                                    
+                                                                                                                                                                                  
       <li>
   
                           <a href="#general" title="General">
@@ -145,13 +138,6 @@
                     
       <li>
   
-                          <a href="WeNeedYou.html" title="We need you">
-          <i class="none"></i>
-        We need you</a>
-            </li>
-                    
-      <li>
-  
                           <a href="commercial-support.html" title="Commercial Support">
           <i class="none"></i>
         Commercial Support</a>

Modified: openmeetings/trunk/site/Dashboard.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/site/Dashboard.html?rev=1642041&r1=1642040&r2=1642041&view=diff
==============================================================================
--- openmeetings/trunk/site/Dashboard.html (original)
+++ openmeetings/trunk/site/Dashboard.html Thu Nov 27 08:10:45 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-28 
+ | Generated by Apache Maven Doxia at 2014-11-27 
  | Rendered using Apache Maven Fluido Skin 1.3.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="OpenMeetings Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20141028" />
+    <meta name="Date-Revision-yyyymmdd" content="20141127" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project &#x2013; Changing Dashboard</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -43,7 +43,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-10-28
+                  <li id="publishDate">Last Published: 2014-11-27
                    </li>
                       
                 
@@ -72,17 +72,10 @@
 
   
     <li class="pull-right">
-        <span class="divider">|</span>
                       <a href="demo.html" title="Demo">
         Demo</a>
       </li>
 
-  
-    <li class="pull-right">
-                      <a href="WeNeedYou.html" title="We need you">
-        We need you</a>
-      </li>
-
                     </ul>
       </div>
 
@@ -93,7 +86,7 @@
                 
                     
                 <ul class="nav nav-list">
-                                                                                                                                                                                                    
+                                                                                                                                                                                  
       <li>
   
                           <a href="#general" title="General">
@@ -145,13 +138,6 @@
                     
       <li>
   
-                          <a href="WeNeedYou.html" title="We need you">
-          <i class="none"></i>
-        We need you</a>
-            </li>
-                    
-      <li>
-  
                           <a href="commercial-support.html" title="Commercial Support">
           <i class="none"></i>
         Commercial Support</a>

Modified: openmeetings/trunk/site/DrupalPlugin.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/site/DrupalPlugin.html?rev=1642041&r1=1642040&r2=1642041&view=diff
==============================================================================
--- openmeetings/trunk/site/DrupalPlugin.html (original)
+++ openmeetings/trunk/site/DrupalPlugin.html Thu Nov 27 08:10:45 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-28 
+ | Generated by Apache Maven Doxia at 2014-11-27 
  | Rendered using Apache Maven Fluido Skin 1.3.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="OpenMeetings Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20141028" />
+    <meta name="Date-Revision-yyyymmdd" content="20141127" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project &#x2013; Drupal Plugin</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -43,7 +43,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-10-28
+                  <li id="publishDate">Last Published: 2014-11-27
                    </li>
                       
                 
@@ -72,17 +72,10 @@
 
   
     <li class="pull-right">
-        <span class="divider">|</span>
                       <a href="demo.html" title="Demo">
         Demo</a>
       </li>
 
-  
-    <li class="pull-right">
-                      <a href="WeNeedYou.html" title="We need you">
-        We need you</a>
-      </li>
-
                     </ul>
       </div>
 
@@ -93,7 +86,7 @@
                 
                     
                 <ul class="nav nav-list">
-                                                                                                                                                                                                    
+                                                                                                                                                                                  
       <li>
   
                           <a href="#general" title="General">
@@ -145,13 +138,6 @@
                     
       <li>
   
-                          <a href="WeNeedYou.html" title="We need you">
-          <i class="none"></i>
-        We need you</a>
-            </li>
-                    
-      <li>
-  
                           <a href="commercial-support.html" title="Commercial Support">
           <i class="none"></i>
         Commercial Support</a>

Modified: openmeetings/trunk/site/EditTemplates.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/site/EditTemplates.html?rev=1642041&r1=1642040&r2=1642041&view=diff
==============================================================================
--- openmeetings/trunk/site/EditTemplates.html (original)
+++ openmeetings/trunk/site/EditTemplates.html Thu Nov 27 08:10:45 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-28 
+ | Generated by Apache Maven Doxia at 2014-11-27 
  | Rendered using Apache Maven Fluido Skin 1.3.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="OpenMeetings Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20141028" />
+    <meta name="Date-Revision-yyyymmdd" content="20141127" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project &#x2013; Edit Templates</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -43,7 +43,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-10-28
+                  <li id="publishDate">Last Published: 2014-11-27
                    </li>
                       
                 
@@ -72,17 +72,10 @@
 
   
     <li class="pull-right">
-        <span class="divider">|</span>
                       <a href="demo.html" title="Demo">
         Demo</a>
       </li>
 
-  
-    <li class="pull-right">
-                      <a href="WeNeedYou.html" title="We need you">
-        We need you</a>
-      </li>
-
                     </ul>
       </div>
 
@@ -93,7 +86,7 @@
                 
                     
                 <ul class="nav nav-list">
-                                                                                                                                                                                                    
+                                                                                                                                                                                  
       <li>
   
                           <a href="#general" title="General">
@@ -145,13 +138,6 @@
                     
       <li>
   
-                          <a href="WeNeedYou.html" title="We need you">
-          <i class="none"></i>
-        We need you</a>
-            </li>
-                    
-      <li>
-  
                           <a href="commercial-support.html" title="Commercial Support">
           <i class="none"></i>
         Commercial Support</a>

Modified: openmeetings/trunk/site/FFMPEGVersionSwitch.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/site/FFMPEGVersionSwitch.html?rev=1642041&r1=1642040&r2=1642041&view=diff
==============================================================================
--- openmeetings/trunk/site/FFMPEGVersionSwitch.html (original)
+++ openmeetings/trunk/site/FFMPEGVersionSwitch.html Thu Nov 27 08:10:45 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-28 
+ | Generated by Apache Maven Doxia at 2014-11-27 
  | Rendered using Apache Maven Fluido Skin 1.3.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="OpenMeetings Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20141028" />
+    <meta name="Date-Revision-yyyymmdd" content="20141127" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project &#x2013; Howto switch between different versions of FFMPEG </title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -43,7 +43,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-10-28
+                  <li id="publishDate">Last Published: 2014-11-27
                    </li>
                       
                 
@@ -72,17 +72,10 @@
 
   
     <li class="pull-right">
-        <span class="divider">|</span>
                       <a href="demo.html" title="Demo">
         Demo</a>
       </li>
 
-  
-    <li class="pull-right">
-                      <a href="WeNeedYou.html" title="We need you">
-        We need you</a>
-      </li>
-
                     </ul>
       </div>
 
@@ -93,7 +86,7 @@
                 
                     
                 <ul class="nav nav-list">
-                                                                                                                                                                                                    
+                                                                                                                                                                                  
       <li>
   
                           <a href="#general" title="General">
@@ -145,13 +138,6 @@
                     
       <li>
   
-                          <a href="WeNeedYou.html" title="We need you">
-          <i class="none"></i>
-        We need you</a>
-            </li>
-                    
-      <li>
-  
                           <a href="commercial-support.html" title="Commercial Support">
           <i class="none"></i>
         Commercial Support</a>

Modified: openmeetings/trunk/site/GeneralConfiguration.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/site/GeneralConfiguration.html?rev=1642041&r1=1642040&r2=1642041&view=diff
==============================================================================
--- openmeetings/trunk/site/GeneralConfiguration.html (original)
+++ openmeetings/trunk/site/GeneralConfiguration.html Thu Nov 27 08:10:45 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-28 
+ | Generated by Apache Maven Doxia at 2014-11-27 
  | Rendered using Apache Maven Fluido Skin 1.3.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="OpenMeetings Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20141028" />
+    <meta name="Date-Revision-yyyymmdd" content="20141127" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project &#x2013; List of general configuration options</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -43,7 +43,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-10-28
+                  <li id="publishDate">Last Published: 2014-11-27
                    </li>
                       
                 
@@ -72,17 +72,10 @@
 
   
     <li class="pull-right">
-        <span class="divider">|</span>
                       <a href="demo.html" title="Demo">
         Demo</a>
       </li>
 
-  
-    <li class="pull-right">
-                      <a href="WeNeedYou.html" title="We need you">
-        We need you</a>
-      </li>
-
                     </ul>
       </div>
 
@@ -93,7 +86,7 @@
                 
                     
                 <ul class="nav nav-list">
-                                                                                                                                                                                                    
+                                                                                                                                                                                  
       <li>
   
                           <a href="#general" title="General">
@@ -145,13 +138,6 @@
                     
       <li>
   
-                          <a href="WeNeedYou.html" title="We need you">
-          <i class="none"></i>
-        We need you</a>
-            </li>
-                    
-      <li>
-  
                           <a href="commercial-support.html" title="Commercial Support">
           <i class="none"></i>
         Commercial Support</a>

Modified: openmeetings/trunk/site/GetVersionInfo.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/site/GetVersionInfo.html?rev=1642041&r1=1642040&r2=1642041&view=diff
==============================================================================
--- openmeetings/trunk/site/GetVersionInfo.html (original)
+++ openmeetings/trunk/site/GetVersionInfo.html Thu Nov 27 08:10:45 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-28 
+ | Generated by Apache Maven Doxia at 2014-11-27 
  | Rendered using Apache Maven Fluido Skin 1.3.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="OpenMeetings Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20141028" />
+    <meta name="Date-Revision-yyyymmdd" content="20141127" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project &#x2013; How to check which Openmeetings version running</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -43,7 +43,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-10-28
+                  <li id="publishDate">Last Published: 2014-11-27
                    </li>
                       
                 
@@ -72,17 +72,10 @@
 
   
     <li class="pull-right">
-        <span class="divider">|</span>
                       <a href="demo.html" title="Demo">
         Demo</a>
       </li>
 
-  
-    <li class="pull-right">
-                      <a href="WeNeedYou.html" title="We need you">
-        We need you</a>
-      </li>
-
                     </ul>
       </div>
 
@@ -93,7 +86,7 @@
                 
                     
                 <ul class="nav nav-list">
-                                                                                                                                                                                                    
+                                                                                                                                                                                  
       <li>
   
                           <a href="#general" title="General">
@@ -145,13 +138,6 @@
                     
       <li>
   
-                          <a href="WeNeedYou.html" title="We need you">
-          <i class="none"></i>
-        We need you</a>
-            </li>
-                    
-      <li>
-  
                           <a href="commercial-support.html" title="Commercial Support">
           <i class="none"></i>
         Commercial Support</a>

Modified: openmeetings/trunk/site/HotKeys.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/site/HotKeys.html?rev=1642041&r1=1642040&r2=1642041&view=diff
==============================================================================
--- openmeetings/trunk/site/HotKeys.html (original)
+++ openmeetings/trunk/site/HotKeys.html Thu Nov 27 08:10:45 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-28 
+ | Generated by Apache Maven Doxia at 2014-11-27 
  | Rendered using Apache Maven Fluido Skin 1.3.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="OpenMeetings Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20141028" />
+    <meta name="Date-Revision-yyyymmdd" content="20141127" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project &#x2013; Hot Keys</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -43,7 +43,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-10-28
+                  <li id="publishDate">Last Published: 2014-11-27
                    </li>
                       
                 
@@ -72,17 +72,10 @@
 
   
     <li class="pull-right">
-        <span class="divider">|</span>
                       <a href="demo.html" title="Demo">
         Demo</a>
       </li>
 
-  
-    <li class="pull-right">
-                      <a href="WeNeedYou.html" title="We need you">
-        We need you</a>
-      </li>
-
                     </ul>
       </div>
 
@@ -93,7 +86,7 @@
                 
                     
                 <ul class="nav nav-list">
-                                                                                                                                                                                                    
+                                                                                                                                                                                  
       <li>
   
                           <a href="#general" title="General">
@@ -145,13 +138,6 @@
                     
       <li>
   
-                          <a href="WeNeedYou.html" title="We need you">
-          <i class="none"></i>
-        We need you</a>
-            </li>
-                    
-      <li>
-  
                           <a href="commercial-support.html" title="Commercial Support">
           <i class="none"></i>
         Commercial Support</a>

Modified: openmeetings/trunk/site/IBMDB2Config.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/site/IBMDB2Config.html?rev=1642041&r1=1642040&r2=1642041&view=diff
==============================================================================
--- openmeetings/trunk/site/IBMDB2Config.html (original)
+++ openmeetings/trunk/site/IBMDB2Config.html Thu Nov 27 08:10:45 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-28 
+ | Generated by Apache Maven Doxia at 2014-11-27 
  | Rendered using Apache Maven Fluido Skin 1.3.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Apache OpenMeetings Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20141028" />
+    <meta name="Date-Revision-yyyymmdd" content="20141127" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project &#x2013; IBM DB2 Configuration</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -43,7 +43,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-10-28
+                  <li id="publishDate">Last Published: 2014-11-27
                    </li>
                       
                 
@@ -72,17 +72,10 @@
 
   
     <li class="pull-right">
-        <span class="divider">|</span>
                       <a href="demo.html" title="Demo">
         Demo</a>
       </li>
 
-  
-    <li class="pull-right">
-                      <a href="WeNeedYou.html" title="We need you">
-        We need you</a>
-      </li>
-
                     </ul>
       </div>
 
@@ -93,7 +86,7 @@
                 
                     
                 <ul class="nav nav-list">
-                                                                                                                                                                                                    
+                                                                                                                                                                                  
       <li>
   
                           <a href="#general" title="General">
@@ -145,13 +138,6 @@
                     
       <li>
   
-                          <a href="WeNeedYou.html" title="We need you">
-          <i class="none"></i>
-        We need you</a>
-            </li>
-                    
-      <li>
-  
                           <a href="commercial-support.html" title="Commercial Support">
           <i class="none"></i>
         Commercial Support</a>

Modified: openmeetings/trunk/site/Internationalisation.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/site/Internationalisation.html?rev=1642041&r1=1642040&r2=1642041&view=diff
==============================================================================
--- openmeetings/trunk/site/Internationalisation.html (original)
+++ openmeetings/trunk/site/Internationalisation.html Thu Nov 27 08:10:45 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-28 
+ | Generated by Apache Maven Doxia at 2014-11-27 
  | Rendered using Apache Maven Fluido Skin 1.3.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="OpenMeetings Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20141028" />
+    <meta name="Date-Revision-yyyymmdd" content="20141127" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project &#x2013; Upgrade</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -43,7 +43,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-10-28
+                  <li id="publishDate">Last Published: 2014-11-27
                    </li>
                       
                 
@@ -72,17 +72,10 @@
 
   
     <li class="pull-right">
-        <span class="divider">|</span>
                       <a href="demo.html" title="Demo">
         Demo</a>
       </li>
 
-  
-    <li class="pull-right">
-                      <a href="WeNeedYou.html" title="We need you">
-        We need you</a>
-      </li>
-
                     </ul>
       </div>
 
@@ -93,7 +86,7 @@
                 
                     
                 <ul class="nav nav-list">
-                                                                                                                                                                                                    
+                                                                                                                                                                                  
       <li>
   
                           <a href="#general" title="General">
@@ -145,13 +138,6 @@
                     
       <li>
   
-                          <a href="WeNeedYou.html" title="We need you">
-          <i class="none"></i>
-        We need you</a>
-            </li>
-                    
-      <li>
-  
                           <a href="commercial-support.html" title="Commercial Support">
           <i class="none"></i>
         Commercial Support</a>

Modified: openmeetings/trunk/site/JUnitTesting.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/site/JUnitTesting.html?rev=1642041&r1=1642040&r2=1642041&view=diff
==============================================================================
--- openmeetings/trunk/site/JUnitTesting.html (original)
+++ openmeetings/trunk/site/JUnitTesting.html Thu Nov 27 08:10:45 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-28 
+ | Generated by Apache Maven Doxia at 2014-11-27 
  | Rendered using Apache Maven Fluido Skin 1.3.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="OpenMeetings Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20141028" />
+    <meta name="Date-Revision-yyyymmdd" content="20141127" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project &#x2013; JUnit Testing</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -43,7 +43,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-10-28
+                  <li id="publishDate">Last Published: 2014-11-27
                    </li>
                       
                 
@@ -72,17 +72,10 @@
 
   
     <li class="pull-right">
-        <span class="divider">|</span>
                       <a href="demo.html" title="Demo">
         Demo</a>
       </li>
 
-  
-    <li class="pull-right">
-                      <a href="WeNeedYou.html" title="We need you">
-        We need you</a>
-      </li>
-
                     </ul>
       </div>
 
@@ -93,7 +86,7 @@
                 
                     
                 <ul class="nav nav-list">
-                                                                                                                                                                                                    
+                                                                                                                                                                                  
       <li>
   
                           <a href="#general" title="General">
@@ -145,13 +138,6 @@
                     
       <li>
   
-                          <a href="WeNeedYou.html" title="We need you">
-          <i class="none"></i>
-        We need you</a>
-            </li>
-                    
-      <li>
-  
                           <a href="commercial-support.html" title="Commercial Support">
           <i class="none"></i>
         Commercial Support</a>

Modified: openmeetings/trunk/site/JVMPerformanceTuning.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/site/JVMPerformanceTuning.html?rev=1642041&r1=1642040&r2=1642041&view=diff
==============================================================================
--- openmeetings/trunk/site/JVMPerformanceTuning.html (original)
+++ openmeetings/trunk/site/JVMPerformanceTuning.html Thu Nov 27 08:10:45 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-28 
+ | Generated by Apache Maven Doxia at 2014-11-27 
  | Rendered using Apache Maven Fluido Skin 1.3.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="OpenMeetings Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20141028" />
+    <meta name="Date-Revision-yyyymmdd" content="20141127" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project &#x2013; Performance Tuning</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -43,7 +43,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-10-28
+                  <li id="publishDate">Last Published: 2014-11-27
                    </li>
                       
                 
@@ -72,17 +72,10 @@
 
   
     <li class="pull-right">
-        <span class="divider">|</span>
                       <a href="demo.html" title="Demo">
         Demo</a>
       </li>
 
-  
-    <li class="pull-right">
-                      <a href="WeNeedYou.html" title="We need you">
-        We need you</a>
-      </li>
-
                     </ul>
       </div>
 
@@ -93,7 +86,7 @@
                 
                     
                 <ul class="nav nav-list">
-                                                                                                                                                                                                    
+                                                                                                                                                                                  
       <li>
   
                           <a href="#general" title="General">
@@ -145,13 +138,6 @@
                     
       <li>
   
-                          <a href="WeNeedYou.html" title="We need you">
-          <i class="none"></i>
-        We need you</a>
-            </li>
-                    
-      <li>
-  
                           <a href="commercial-support.html" title="Commercial Support">
           <i class="none"></i>
         Commercial Support</a>

Modified: openmeetings/trunk/site/JiraPlugin.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/site/JiraPlugin.html?rev=1642041&r1=1642040&r2=1642041&view=diff
==============================================================================
--- openmeetings/trunk/site/JiraPlugin.html (original)
+++ openmeetings/trunk/site/JiraPlugin.html Thu Nov 27 08:10:45 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-28 
+ | Generated by Apache Maven Doxia at 2014-11-27 
  | Rendered using Apache Maven Fluido Skin 1.3.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="OpenMeetings Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20141028" />
+    <meta name="Date-Revision-yyyymmdd" content="20141127" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project &#x2013; Jira Plugin</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -43,7 +43,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-10-28
+                  <li id="publishDate">Last Published: 2014-11-27
                    </li>
                       
                 
@@ -72,17 +72,10 @@
 
   
     <li class="pull-right">
-        <span class="divider">|</span>
                       <a href="demo.html" title="Demo">
         Demo</a>
       </li>
 
-  
-    <li class="pull-right">
-                      <a href="WeNeedYou.html" title="We need you">
-        We need you</a>
-      </li>
-
                     </ul>
       </div>
 
@@ -93,7 +86,7 @@
                 
                     
                 <ul class="nav nav-list">
-                                                                                                                                                                                                    
+                                                                                                                                                                                  
       <li>
   
                           <a href="#general" title="General">
@@ -145,13 +138,6 @@
                     
       <li>
   
-                          <a href="WeNeedYou.html" title="We need you">
-          <i class="none"></i>
-        We need you</a>
-            </li>
-                    
-      <li>
-  
                           <a href="commercial-support.html" title="Commercial Support">
           <i class="none"></i>
         Commercial Support</a>

Modified: openmeetings/trunk/site/JoomlaPlugin.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/site/JoomlaPlugin.html?rev=1642041&r1=1642040&r2=1642041&view=diff
==============================================================================
--- openmeetings/trunk/site/JoomlaPlugin.html (original)
+++ openmeetings/trunk/site/JoomlaPlugin.html Thu Nov 27 08:10:45 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-28 
+ | Generated by Apache Maven Doxia at 2014-11-27 
  | Rendered using Apache Maven Fluido Skin 1.3.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="OpenMeetings Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20141028" />
+    <meta name="Date-Revision-yyyymmdd" content="20141127" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project &#x2013; Joomla Plugin</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -43,7 +43,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-10-28
+                  <li id="publishDate">Last Published: 2014-11-27
                    </li>
                       
                 
@@ -72,17 +72,10 @@
 
   
     <li class="pull-right">
-        <span class="divider">|</span>
                       <a href="demo.html" title="Demo">
         Demo</a>
       </li>
 
-  
-    <li class="pull-right">
-                      <a href="WeNeedYou.html" title="We need you">
-        We need you</a>
-      </li>
-
                     </ul>
       </div>
 
@@ -93,7 +86,7 @@
                 
                     
                 <ul class="nav nav-list">
-                                                                                                                                                                                                    
+                                                                                                                                                                                  
       <li>
   
                           <a href="#general" title="General">
@@ -145,13 +138,6 @@
                     
       <li>
   
-                          <a href="WeNeedYou.html" title="We need you">
-          <i class="none"></i>
-        We need you</a>
-            </li>
-                    
-      <li>
-  
                           <a href="commercial-support.html" title="Commercial Support">
           <i class="none"></i>
         Commercial Support</a>

Modified: openmeetings/trunk/site/LanguageEditor.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/site/LanguageEditor.html?rev=1642041&r1=1642040&r2=1642041&view=diff
==============================================================================
--- openmeetings/trunk/site/LanguageEditor.html (original)
+++ openmeetings/trunk/site/LanguageEditor.html Thu Nov 27 08:10:45 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-28 
+ | Generated by Apache Maven Doxia at 2014-11-27 
  | Rendered using Apache Maven Fluido Skin 1.3.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="OpenMeetings Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20141028" />
+    <meta name="Date-Revision-yyyymmdd" content="20141127" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project &#x2013; Language Editor</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -43,7 +43,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-10-28
+                  <li id="publishDate">Last Published: 2014-11-27
                    </li>
                       
                 
@@ -72,17 +72,10 @@
 
   
     <li class="pull-right">
-        <span class="divider">|</span>
                       <a href="demo.html" title="Demo">
         Demo</a>
       </li>
 
-  
-    <li class="pull-right">
-                      <a href="WeNeedYou.html" title="We need you">
-        We need you</a>
-      </li>
-
                     </ul>
       </div>
 
@@ -93,7 +86,7 @@
                 
                     
                 <ul class="nav nav-list">
-                                                                                                                                                                                                    
+                                                                                                                                                                                  
       <li>
   
                           <a href="#general" title="General">
@@ -145,13 +138,6 @@
                     
       <li>
   
-                          <a href="WeNeedYou.html" title="We need you">
-          <i class="none"></i>
-        We need you</a>
-            </li>
-                    
-      <li>
-  
                           <a href="commercial-support.html" title="Commercial Support">
           <i class="none"></i>
         Commercial Support</a>

Modified: openmeetings/trunk/site/LdapAndADS.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/site/LdapAndADS.html?rev=1642041&r1=1642040&r2=1642041&view=diff
==============================================================================
--- openmeetings/trunk/site/LdapAndADS.html (original)
+++ openmeetings/trunk/site/LdapAndADS.html Thu Nov 27 08:10:45 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-28 
+ | Generated by Apache Maven Doxia at 2014-11-27 
  | Rendered using Apache Maven Fluido Skin 1.3.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Sebastian Wagner" />
-    <meta name="Date-Revision-yyyymmdd" content="20141028" />
+    <meta name="Date-Revision-yyyymmdd" content="20141127" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project &#x2013; Home</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -43,7 +43,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-10-28
+                  <li id="publishDate">Last Published: 2014-11-27
                    </li>
                       
                 
@@ -72,17 +72,10 @@
 
   
     <li class="pull-right">
-        <span class="divider">|</span>
                       <a href="demo.html" title="Demo">
         Demo</a>
       </li>
 
-  
-    <li class="pull-right">
-                      <a href="WeNeedYou.html" title="We need you">
-        We need you</a>
-      </li>
-
                     </ul>
       </div>
 
@@ -93,7 +86,7 @@
                 
                     
                 <ul class="nav nav-list">
-                                                                                                                                                                                                    
+                                                                                                                                                                                  
       <li>
   
                           <a href="#general" title="General">
@@ -145,13 +138,6 @@
                     
       <li>
   
-                          <a href="WeNeedYou.html" title="We need you">
-          <i class="none"></i>
-        We need you</a>
-            </li>
-                    
-      <li>
-  
                           <a href="commercial-support.html" title="Commercial Support">
           <i class="none"></i>
         Commercial Support</a>

Modified: openmeetings/trunk/site/MSSQLConfig.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/site/MSSQLConfig.html?rev=1642041&r1=1642040&r2=1642041&view=diff
==============================================================================
--- openmeetings/trunk/site/MSSQLConfig.html (original)
+++ openmeetings/trunk/site/MSSQLConfig.html Thu Nov 27 08:10:45 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-28 
+ | Generated by Apache Maven Doxia at 2014-11-27 
  | Rendered using Apache Maven Fluido Skin 1.3.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Apache OpenMeetings Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20141028" />
+    <meta name="Date-Revision-yyyymmdd" content="20141127" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project &#x2013; MSSQL Configuration</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -43,7 +43,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-10-28
+                  <li id="publishDate">Last Published: 2014-11-27
                    </li>
                       
                 
@@ -72,17 +72,10 @@
 
   
     <li class="pull-right">
-        <span class="divider">|</span>
                       <a href="demo.html" title="Demo">
         Demo</a>
       </li>
 
-  
-    <li class="pull-right">
-                      <a href="WeNeedYou.html" title="We need you">
-        We need you</a>
-      </li>
-
                     </ul>
       </div>
 
@@ -93,7 +86,7 @@
                 
                     
                 <ul class="nav nav-list">
-                                                                                                                                                                                                    
+                                                                                                                                                                                  
       <li>
   
                           <a href="#general" title="General">
@@ -145,13 +138,6 @@
                     
       <li>
   
-                          <a href="WeNeedYou.html" title="We need you">
-          <i class="none"></i>
-        We need you</a>
-            </li>
-                    
-      <li>
-  
                           <a href="commercial-support.html" title="Commercial Support">
           <i class="none"></i>
         Commercial Support</a>