Author: wsmoak
Date: Sun Jun 11 19:53:30 2006
New Revision: 413569

URL: http://svn.apache.org/viewvc?rev=413569&view=rev
Log:
Convert the top level Struts Sandbox site to Maven 2. (Part 1 of 3)

Added:
    struts/sandbox/trunk/src/
    struts/sandbox/trunk/src/site/
    struts/sandbox/trunk/src/site/site.xml
      - copied, changed from r410434, struts/sandbox/trunk/xdocs/navigation.xml

Copied: struts/sandbox/trunk/src/site/site.xml (from r410434, 
struts/sandbox/trunk/xdocs/navigation.xml)
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/src/site/site.xml?p2=struts/sandbox/trunk/src/site/site.xml&p1=struts/sandbox/trunk/xdocs/navigation.xml&r1=410434&r2=413569&rev=413569&view=diff
==============================================================================
--- struts/sandbox/trunk/xdocs/navigation.xml (original)
+++ struts/sandbox/trunk/src/site/site.xml Sun Jun 11 19:53:30 2006
@@ -1,18 +1,41 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<project name="Struts Sandbox">
+<project name="Apache Struts - Sandbox">
+    <bannerLeft>
+        <name>Apache Software Foundation</name>
+        <src>http://www.apache.org/images/asf-logo.gif</src>
+        <href>http://www.apache.org</href>
+    </bannerLeft>
+    <bannerRight>
+        <name>Apache Struts</name>
+        <src>http://struts.apache.org/images/struts.gif</src>
+        <href>http://struts.apache.org</href>
+    </bannerRight>
     <body>
+
+        <links>
+            <item name="Apache" href="http://www.apache.org"; />
+            <item name="Action" href="http://struts.apache.org/struts-action"; 
/>
+            <item name="Action 2" 
href="http://struts.apache.org/struts-action2"; />
+            <item name="Shale" href="http://struts.apache.org/struts-shale"; />
+        </links>
         <menu name="Sandbox Projects">
         <item
                     name="Standalone Tiles"
-                    href="tiles-core/index.html"/>
+                    href="/tiles/index.html"/>
+        <item
+                    name="Struts Flow"
+                    href="/struts-flow/index.html"/>
         <item
                     name="Struts Ti"
-                    href="struts-ti/index.html"/>
+                    href="/struts-ti/index.html"/>
         </menu>
         <menu name="Quick Links">
             <item
                     name="Struts"
-                    href="../index.html"/>
+                    href="http://struts.apache.org/index.html"/>
         </menu>
+        
+        ${reports}
+        
     </body>
 </project>


Reply via email to