Author: bayard
Date: Thu Aug 10 20:13:24 2006
New Revision: 430638
URL: http://svn.apache.org/viewvc?rev=430638&view=rev
Log:
Changed the menu's to match the current component menus and not the commons
site itself. Also added more links on the top right; having Sandbox there means
that currently we wouldn't be able to share this website bit with the commons
proper components
Modified:
jakarta/commons/trunks-sandbox/src/site/site.xml
Modified: jakarta/commons/trunks-sandbox/src/site/site.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/trunks-sandbox/src/site/site.xml?rev=430638&r1=430637&r2=430638&view=diff
==============================================================================
--- jakarta/commons/trunks-sandbox/src/site/site.xml (original)
+++ jakarta/commons/trunks-sandbox/src/site/site.xml Thu Aug 10 20:13:24 2006
@@ -56,60 +56,31 @@
<!-- Can probably be removed when breadcrumbs work -->
<links>
- <item name="Jakarta" href="http://jakarta.apache.org"/>
+ <item name="Apache" href="http://www.apache.org/" />
+ <item name="Jakarta" href="http://jakarta.apache.org/"
/>
+ <item name="Jakarta Commons"
href="http://jakarta.apache.org/commons/" />
+ <item name="Sandbox"
href="http://jakarta.apache.org/commons/sandbox/" />
</links>
- <!-- TODO: replace absolute links -->
- <menu name="About Us" inherit="top">
- <item name="Home"
href="http://jakarta.apache.org/commons/" />
- <!-- replace with project info reports -->
- <item name="Contributors"
href="http://jakarta.apache.org/commons/contributors.html"/>
- <item name="License"
href="http://jakarta.apache.org/commons/license.html"/>
- <item name="Components"
href="http://jakarta.apache.org/commons/components.html" />
- <item name="Sandbox"
href="http://jakarta.apache.org/commons/sandbox/index.html" />
- <item name="Dormant"
href="http://jakarta.apache.org/commons/dormant/index.html" />
+ <menu name="Commons" inherit="bottom">
+ <item name="Home"
href="http://jakarta.apache.org/commons/" />
+ <item name="Components"
href="http://jakarta.apache.org/commons/components.html" collapse="true">
+ <item name="Full list..."
href="http://jakarta.apache.org/commons/components.html"/>
+ </item>
+ <item name="Sandbox"
href="http://jakarta.apache.org/commons/sandbox/index.html" collapse="true">
+ <item name="Full list..."
href="http://jakarta.apache.org/commons/sandbox/index.html"/>
+ </item>
+ <item name="Dormant"
href="http://jakarta.apache.org/commons/dormant/index.html" collapse="true">
+ <item name="Full list..."
href="http://jakarta.apache.org/commons/dormant/index.html"/>
+ </item>
+ <item name="Volunteering"
href="http://jakarta.apache.org/commons/volunteering.html"/>
+ <item name="Contributing Patches"
href="http://jakarta.apache.org/commons/patches.html"/>
+ <item name="Building Components"
href="http://jakarta.apache.org/commons/building.html"/>
+ <item name="Releasing Components"
href="http://jakarta.apache.org/commons/releases/index.html"/>
+ <item name="Wiki"
href="http://wiki.apache.org/jakarta-commons/FrontPage"/>
</menu>
- <menu name="Sandbox components" inherit="top" ref="modules" />
-
- <menu name="Download" inherit="top">
- <item name="Releases (mirrored)"
href="http://jakarta.apache.org/site/downloads/downloads_commons.html"/>
- <item name="Nightly Snapshots"
href="http://people.apache.org/builds/jakarta-commons/nightly/"/>
- </menu>
-
- <!-- TODO: remove in favour of project info reports? -->
- <menu name="View Source Code Repository" inherit="top">
- <item name="General Information"
href="http://jakarta.apache.org/commons/svninfo.html"/>
- <item name="Components"
href="http://svn.apache.org/viewcvs/jakarta/commons/proper/"/>
- <item name="Sandbox"
href="http://svn.apache.org/viewcvs/jakarta/commons/sandbox/"/>
- <item name="Dormant"
href="http://svn.apache.org/viewcvs/jakarta/commons/dormant/"/>
- </menu>
-
- <!-- TODO: remove in favour of project info reports? -->
- <menu name="Support" inherit="top">
- <item name="Mailing Lists"
href="http://jakarta.apache.org/site/mail2.html#Commons"/>
- <item name="Bug Database"
href="http://jakarta.apache.org/site/bugs.html"/>
- </menu>
-
- <menu name="General Information" inherit="bottom">
- <item name="Charter"
href="http://jakarta.apache.org/commons/charter.html"/>
- <item name="Volunteering"
href="http://jakarta.apache.org/commons/volunteering.html"/>
- <item name="Contributing Patches"
href="http://jakarta.apache.org/commons/patches.html"/>
- <item name="Building Components"
href="http://jakarta.apache.org/commons/building.html"/>
- <item name="Releasing Components"
href="http://jakarta.apache.org/commons/releases/index.html"/>
- <item name="Wiki"
href="http://wiki.apache.org/jakarta-commons/FrontPage"/>
-
- <!-- Yet to come?
- <item name="Guidelines"
href="http://jakarta.apache.org/commons/guidelines.html"/>
- <item name="News"
href="http://jakarta.apache.org/commons/news.html"/>
- -->
- </menu>
-
- <menu name="Related" inherit="bottom">
- <item name="DB Commons"
href="http://db.apache.org/commons/"/>
- <item name="WS Commons"
href="http://ws.apache.org/commons/"/>
- <item name="XML Commons"
href="http://xml.apache.org/commons/"/>
- </menu>
</body>
+
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]