You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2008/02/02 15:29:01 UTC

svn commit: r617802 - /myfaces/orchestra/trunk/maven/src/site/site.xml

Author: skitching
Date: Sat Feb  2 06:29:00 2008
New Revision: 617802

URL: http://svn.apache.org/viewvc?rev=617802&view=rev
Log:
Synchronize orchestra site with main myfaces site look-and-feel.

Modified:
    myfaces/orchestra/trunk/maven/src/site/site.xml

Modified: myfaces/orchestra/trunk/maven/src/site/site.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/maven/src/site/site.xml?rev=617802&r1=617801&r2=617802&view=diff
==============================================================================
--- myfaces/orchestra/trunk/maven/src/site/site.xml (original)
+++ myfaces/orchestra/trunk/maven/src/site/site.xml Sat Feb  2 06:29:00 2008
@@ -18,60 +18,76 @@
   under the License.
   -->
 <project name="MyFaces Orchestra">
-
-	<bannerLeft>
-		<name>MyFaces Orchestra</name>
-		<src>images/myfaces-logo.png</src>
-		<href>http://myfaces.apache.org/</href>
-	</bannerLeft>
-	<bannerRight>
-		<name>Easter Island</name>
-		<src>images/easter.png</src>
-		<href>http://myfaces.apache.org/</href>
-	</bannerRight>
-
-	<body>
-
-		<links>
-			<item name="Apache" href="http://www.apache.org/"/>
-			<item name="MyFaces" href="../index.html"/>
-			<item name="API" href="../api/index.html"/>
-			<item name="Impl" href="../impl/index.html"/>
-			<item name="Tomahawk" href="../tomahawk/index.html"/>
-			<item name="Sandbox" href="../sandbox/index.html"/>
-			<item name="Tobago" href="http://myfaces.apache.org/tobago"/>
-			<item name="Orchestra" href="index.html"/>
-		</links>
-
-		<menu name="MyFaces Projects">
-			<item name="Overview" href="../index.html"/>
-			<item name="API" href="../api/index.html"/>
-			<item name="Impl" href="../impl/index.html"/>
-			<item name="Tomahawk" href="../tomahawk/index.html"/>
-			<item name="Sandbox" href="../sandbox/index.html"/>
-			<item name="Tobago" href="http://myfaces.apache.org/tobago"/>
-			<item name="Orchestra" href="index.html"/>
-		</menu>
-
-		<menu name="MyFaces Orchestra">
-			<item name="Download" href="download.html"/>
-			<item name="Wiki" href="http://wiki.apache.org/myfaces/Orchestra" />
-		</menu>
-
-		<menu name="MyFaces Orchestra - Modules">
-			<item name="Core" href="myfaces-orchestra-core/index.html"/>
-			<item name="Core15" href="myfaces-orchestra-core15/index.html"/>
-			<item name="Sandbox" href="myfaces-orchestra-sandbox/index.html"/>
-			<item name="Examples" href="myfaces-orchestra-examples-project/index.html"/>
-		</menu>
-
-		${reports}
-
-     <menu name="Foundation">
-      <item name="ASF" href="http://apache.org/" />
-      <item name="Sponsorship" href="http://www.apache.org/foundation/sponsorship.html" />
-      <item name="Thanks" href="http://www.apache.org/foundation/thanks.html" />
-    </menu>
-
-  </body>
+    <bannerLeft>
+        <name>MyFaces Orchestra</name>
+        <src>http://myfaces.apache.org/images/myfaces-logo.png</src>
+        <href>http://myfaces.apache.org/</href>
+    </bannerLeft>
+    <bannerRight>
+        <name>Easter Island</name>
+        <src>http://myfaces.apache.org/images/easter.png</src>
+        <href>http://myfaces.apache.org/</href>
+    </bannerRight>
+    <skin>
+        <groupId>org.apache.myfaces.maven</groupId>
+        <artifactId>myfaces-site-skin</artifactId>
+        <version>1-SNAPSHOT</version>
+    </skin>
+
+    <body>
+        <links>
+            <item name="Apache"         href="http://www.apache.org/"/>
+            <item name="MyFaces"        href="http://myfaces.apache.org/index.html"/>
+            <item name="Core JSF-1.1"   href="http://myfaces.apache.org/core11/index.html"/>
+            <item name="Core JSF-1.2"   href="http://myfaces.apache.org/core12/index.html"/>
+            <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"/>
+            <item name="Sandbox"        href="http://myfaces.apache.org/sandbox/index.html"/>
+            <item name="Orchestra"      href="http://myfaces.apache.org/orchestra/index.html"/>
+            <item name="Portlet Bridge" href="http://myfaces.apache.org/portlet-bridge/index.html"/>
+        </links>
+
+        <menu name="Apache MyFaces" inherit="top">
+            <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">
+            <item name="Core JSF-1.1"   href="http://myfaces.apache.org/core11/index.html" collapse="true">
+              <item name="API1"          href="http://myfaces.apache.org/core11/myfaces-api/index.html"/>
+              <item name="Impl"         href="http://myfaces.apache.org/core11/myfaces-impl/index.html"/>
+            </item>
+            <item name="Core JSF-1.2"   href="http://myfaces.apache.org/core12/index.html" collapse="true">
+              <item name="API1"          href="http://myfaces.apache.org/core12/myfaces-api/index.html"/>
+              <item name="Impl"         href="http://myfaces.apache.org/core12/myfaces-impl/index.html"/>
+            </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"/>
+            <item name="Sandbox"        href="http://myfaces.apache.org/sandbox/index.html"/>
+            <item name="Orchestra"      href="http://myfaces.apache.org/orchestra/index.html"/>
+            <item name="Portlet Bridge" href="http://myfaces.apache.org/portlet-bridge/index.html"/>
+        </menu>
+
+        <menu name="MyFaces Orchestra">
+            <item name="Download" href="download.html"/>
+            <item name="Wiki" href="http://wiki.apache.org/myfaces/Orchestra" />
+        </menu>
+
+        <menu name="MyFaces Orchestra - Modules">
+            <item name="Core" href="myfaces-orchestra-core/index.html"/>
+            <item name="Core15" href="myfaces-orchestra-core15/index.html"/>
+            <item name="Sandbox" href="myfaces-orchestra-sandbox/index.html"/>
+            <item name="Examples" href="myfaces-orchestra-examples-project/index.html"/>
+        </menu>
+
+        <menu ref="reports" inherit="top"/>
+
+        <menu name="Foundation">
+            <item name="ASF"            href="http://www.apache.org/" />
+            <item name="Sponsorship"    href="http://www.apache.org/foundation/sponsorship.html" />
+            <item name="Thanks"         href="http://www.apache.org/foundation/thanks.html" />
+        </menu>
+    </body>
 </project>