Author: lindner
Date: Fri Jun 17 05:43:37 2011
New Revision: 1136770

URL: http://svn.apache.org/viewvc?rev=1136770&view=rev
Log:
site menu cleanups, use fluido skin

Modified:
    shindig/site/trunk/src/site/site.xml

Modified: shindig/site/trunk/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/shindig/site/trunk/src/site/site.xml?rev=1136770&r1=1136769&r2=1136770&view=diff
==============================================================================
--- shindig/site/trunk/src/site/site.xml (original)
+++ shindig/site/trunk/src/site/site.xml Fri Jun 17 05:43:37 2011
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
@@ -23,13 +22,18 @@ under the License.
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.1 
http://maven.apache.org/xsd/decoration-1.0.1.xsd";
   name="Shindig">
+  <skin>
+    <groupId>com.googlecode.fluido-skin</groupId>
+    <artifactId>fluido-skin</artifactId>
+    <version>1.3</version>
+  </skin>
   <bannerLeft>
-    <name>${project.name}</name>
-    <src>images/logos/shindig-logo.png</src>
+    <name>Apache Shindig&trade;</name>
+    <src>/images/logos/shindig-logo.png</src>
     <href>http://shindig.apache.org/</href>
   </bannerLeft>
   <bannerRight>
-    <name>Apache Shindig Project</name>
+    <name>Apache Software Foundation</name>
     <src>http://www.apache.org/images/feather-small.gif</src>
     <href>http://www.apache.org/</href>
   </bannerRight>
@@ -39,7 +43,6 @@ under the License.
 
   <body>
     <head>
-      <!-- TODO Add google analytics -->
       <link rel="meta" title="DOAP" 
href="${project.url}/doap_shindig-site.rdf" type="application/rdf+xml"/>
     </head>
 
@@ -58,7 +61,6 @@ under the License.
 
     <menu name="Get Shindig">
       <item name="Download" href="/download/index.html"/>
-      <item name="License" href="license.html"/>
     </menu>
 
     <menu name="About Shindig">
@@ -67,15 +69,16 @@ under the License.
       <item name="FAQ" href="/faq.html"/>
       <item name="Resources" href="/resources.html"/>
       <item name="Powered By" href="/powered-by.html"/>
+      <item name="License" href="/license.html"/>
     </menu>
 
-    <menu name="Documentation">
-      <item name="Centre" href="/developers/index.html"/>
+    <menu name="Project Documentation">
+      <item name="" href="/developers/index.html"/>
       <item name="Java" href="/developers/java/index.html"  collapse="true">
         <item name="Building" href="/developers/java/build.html"/>
         <item name="Samples" href="/developers/java/samples.html"/>
-        <item name="Javadoc (1.1.x)" href="/shindig-1.1.x/apidocs/index.html"/>
-        <item name="Doc. (1.1.x)" href="/shindig-1.1.x/index.html"/>
+        <item name="Javadoc (2.0.x)" href="/shindig-2.0.x/apidocs/index.html"/>
+        <item name="Doc. (2.0.x)" href="/shindig-2.0.x/index.html"/>
         <item name="Javadoc (1.0.x)" href="/shindig-1.0.x/apidocs/index.html"/>
         <item name="Doc. (1.0.x)" href="/shindig-1.0.x/index.html"/>
       </item>
@@ -85,19 +88,20 @@ under the License.
       <item name="Features" href="/developers/features/index.html"/>
     </menu>
 
-    <menu name="Community">
-      <item name="Overview" href="/community/index.html"/>
+    <menu name="Getting Involved">
+      <item name="How to Contribute" href="/community/index.html"/>
       <item name="Getting Help" href="/community/getting-help.html"/>
       <item name="Issue Tracking" href="/issue-tracking.html"/>
-      <item name="Source Repository" href="/source-repository.html"/>
+      <item name="Source Code" href="/source-repository.html"/>
       <item name="Wiki" 
href="http://cwiki.apache.org/confluence/display/SHINDIG/"/>
       <item name="The Shindig Team" href="/team-list.html"/>
     </menu>
 
-    <menu name="Misc">
-      <item name="Apache" href="http://www.apache.org/"/>
-      <item name="Sponsorship" 
href="http://www.apache.org/foundation/sponsorship.html"/>
+    <menu name="Apache Foundation">
+      <item name="Apache Software Foundation" href="http://www.apache.org/"/>
+      <item name="Become a Sponsor" 
href="http://www.apache.org/foundation/sponsorship.html"/>
       <item name="Thanks" href="http://www.apache.org/foundation/thanks.html"/>
+      <item name="Security" href="http://www.apache.org/security/"/>
     </menu>
 
     <menu ref="reports" inherit="bottom" />


Reply via email to