You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2011/08/11 06:12:31 UTC

svn commit: r1156475 - /myfaces/core/branches/2.0.x/src/site/site.xml

Author: lu4242
Date: Thu Aug 11 04:12:31 2011
New Revision: 1156475

URL: http://svn.apache.org/viewvc?rev=1156475&view=rev
Log:
MYFACES-3273 Create a better site layout for myfaces project

Modified:
    myfaces/core/branches/2.0.x/src/site/site.xml

Modified: myfaces/core/branches/2.0.x/src/site/site.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.0.x/src/site/site.xml?rev=1156475&r1=1156474&r2=1156475&view=diff
==============================================================================
--- myfaces/core/branches/2.0.x/src/site/site.xml (original)
+++ myfaces/core/branches/2.0.x/src/site/site.xml Thu Aug 11 04:12:31 2011
@@ -53,36 +53,43 @@
             <item name="Overview"       href="http://myfaces.apache.org/index.html"/>
             <item name="Download"       href="http://myfaces.apache.org/download.html" />
         </menu>
-
-        <menu name="MyFaces Projects" inherit="top">
-            <item name="Core JSF-1.1"   href="http://myfaces.apache.org/core11/index.html" collapse="true">
-              <item name="dummy"        href="dummy"/>
-            </item>
-            <item name="Core JSF-1.2"   href="http://myfaces.apache.org/core12/index.html" collapse="true">
+        
+        <menu name="JSF Implementations" inherit="top">
+            <item name="Core JSF-2.1"   href="./core21/index.html" collapse="true">
               <item name="dummy"        href="dummy"/>
             </item>
             <item name="Core JSF-2.0"   href="http://myfaces.apache.org/core20/index.html" collapse="false">
               <item name="API"          href="http://myfaces.apache.org/core20/myfaces-api/index.html"/>
               <item name="Impl"         href="http://myfaces.apache.org/core20/myfaces-impl/index.html"/>
             </item>
-            <item name="Core JSF-2.1"   href="http://myfaces.apache.org/core21/index.html" collapse="true">
+            <item name="Core JSF-1.2"   href="./core12/index.html" collapse="true">
+              <item name="dummy"        href="dummy"/>
+            </item>
+            <item name="Core JSF-1.1"   href="./core11/index.html" collapse="true">
               <item name="dummy"        href="dummy"/>
             </item>
-            <item name="Trinidad"       href="http://myfaces.apache.org/trinidad/index.html"/>
-            <item name="Tobago"         href="http://myfaces.apache.org/tobago/index.html"/>
-            <item name="Tomahawk"       href="http://myfaces.apache.org/tomahawk/index.html" collapse="true">
+        </menu>
+
+        <menu name="UI-Component Sets" inherit="top">
+            <item name="Trinidad"       href="./trinidad/index.html"/>
+            <item name="Tobago"         href="./tobago/index.html"/>
+            <item name="Tomahawk"       href="./tomahawk/index.html" collapse="true">
               <item name="dummy"        href="dummy"/>
             </item>
-            <item name="Sandbox"        href="http://myfaces.apache.org/sandbox/index.html" collapse="true">
+        </menu>
+
+        <menu name="Add-ons and Extensions" inherit="top">
+            <item name="CODI"           href="./extensions/cdi/index.html"/>
+            <item name="Orchestra"      href="./orchestra/index.html"/>
+            <item name="ExtVal"         href="./extensions/validator/index.html"/>
+            <item name="Portlet Bridge" href="./portlet-bridge/index.html"/>
+            <item name="Test"           href="./test/index.html"/>
+            <item name="Commons"        href="./commons/index.html"/>
+            <item name="HTML5"          href="./html5/index.html"/>
+            <item name="Sandbox"        href="./sandbox/index.html" collapse="true">
               <item name="dummy"        href="dummy"/>
             </item>
-            <item name="Orchestra"      href="http://myfaces.apache.org/orchestra/index.html"/>
-            <item name="Portlet Bridge" href="http://myfaces.apache.org/portlet-bridge/index.html"/>
-            <item name="ExtVal"         href="http://myfaces.apache.org/extensions/validator/index.html"/>
-            <item name="Commons"        href="http://myfaces.apache.org/commons/index.html"/>
-            <item name="Test"           href="http://myfaces.apache.org/test/index.html"/>
-            <item name="HTML5"           href="http://myfaces.apache.org/html5/index.html"/>
-            <item name="Others"         href="http://myfaces.apache.org/otherProjects.html"/>
+            <item name="Others"         href="./otherProjects.html"/>
         </menu>
         
         <menu name="Documentation" inherit="top">