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/05/27 12:19:55 UTC

svn commit: r1597735 - in /openmeetings/trunk/singlewebapp/openmeetings-server/src/site: site.xml xdoc/JoomlaPlugin.xml

Author: solomax
Date: Tue May 27 10:19:55 2014
New Revision: 1597735

URL: http://svn.apache.org/r1597735
Log:
Missing links were added to the site; Joomla tutorials are added to the site

Modified:
    openmeetings/trunk/singlewebapp/openmeetings-server/src/site/site.xml
    openmeetings/trunk/singlewebapp/openmeetings-server/src/site/xdoc/JoomlaPlugin.xml

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=1597735&r1=1597734&r2=1597735&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/openmeetings-server/src/site/site.xml (original)
+++ openmeetings/trunk/singlewebapp/openmeetings-server/src/site/site.xml Tue May 27 10:19:55 2014
@@ -28,12 +28,21 @@
 		<version>1.3.1</version>
 	</skin>
 	
+	<version position="none"/>
+	
 	<body>
 		<head>
 			<link rel="stylesheet" href="./css/openmeetings.css"/>
 			<script type="text/javascript" src="./js/site.js"></script>
 		</head>
 		
+		<links>
+			<item name="Demo" href="demo.html"/>
+			<item name="Download" href="downloads.html"/>
+			<item name="Installation" href="installation.html"/>
+			<item name="Wiki" href="https://cwiki.apache.org/confluence/display/OPENMEETINGS"/>
+		</links>
+		
 		<menu>
 			<item name="General" href="#general">
 				<item name="Home" href="/index.html"/>
@@ -136,6 +145,9 @@
 			</item>
 		</menu>
 	</body>
+	
+	<poweredBy></poweredBy>
+	
 	<custom>
 		<fluidoSkin>
 			<topBarEnabled>false</topBarEnabled>

Modified: openmeetings/trunk/singlewebapp/openmeetings-server/src/site/xdoc/JoomlaPlugin.xml
URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/openmeetings-server/src/site/xdoc/JoomlaPlugin.xml?rev=1597735&r1=1597734&r2=1597735&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/openmeetings-server/src/site/xdoc/JoomlaPlugin.xml (original)
+++ openmeetings/trunk/singlewebapp/openmeetings-server/src/site/xdoc/JoomlaPlugin.xml Tue May 27 10:19:55 2014
@@ -25,7 +25,7 @@
 		<section name="OpenMeetings Plugin for Joomla">
 			<p>
 				Plugin for Joomla currently is not open source. 
-				Please contact <a href="commercial-support.html" target="_BLANK" rel="nofollow">Commercial Support</a> to get it. 
+				Please contact <a href="commercial-support.html" target="_blank" rel="nofollow">Commercial Support</a> to get it. 
 			</p>			
 		</section>
 		<section name="Features">
@@ -49,22 +49,12 @@
 		<section name="Demo video">			
 			<div>
 				<b>OpenMeetings Joomla Plugin Installation</b><br/>              
-				<object style="height: 360px; width: 640px">
-					<param name="movie" value="http://www.youtube.com/v/jt8ejgtHavc?version=3&amp;feature=player_detailpage"/>
-					<param name="allowFullScreen" value="true"/>
-					<param name="allowScriptAccess" value="always"/>
-					<embed src="http://www.youtube.com/v/jt8ejgtHavc?version=3&amp;feature=player_detailpage" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="360"/>
-				</object> 
+				<iframe width="640" height="360" src="https://www.youtube.com/embed/jt8ejgtHavc?feature=player_embedded" frameborder="0" allowfullscreen=""></iframe>
 			</div>
 			<br/>
 			<div>
 				<b>OpenMeetings Integration with Joomla</b><br/>              
-				<object style="height: 360px; width: 640px">
-					<param name="movie" value="http://www.youtube.com/v/H61N0pfLusA?version=3&amp;feature=player_detailpage"/>
-					<param name="allowFullScreen" value="true"/>
-					<param name="allowScriptAccess" value="always"/>
-					<embed src="http://www.youtube.com/v/H61N0pfLusA?version=3&amp;feature=player_detailpage" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="360"/>
-				</object> 
+				<iframe width="640" height="360" src="https://www.youtube.com/embed/H61N0pfLusA?feature=player_embedded" frameborder="0" allowfullscreen=""></iframe>
 			</div>
 		</section>
 	</body>