Author: vtence
Date: Wed Jul 7 20:11:41 2004
New Revision: 22689
Removed:
incubator/directory/sitedocs/trunk/xdocs/community/history/navigation.xml
incubator/directory/sitedocs/trunk/xdocs/community/navigation.xml
incubator/directory/sitedocs/trunk/xdocs/community/process/navigation.xml
incubator/directory/sitedocs/trunk/xdocs/community/who/navigation.xml
incubator/directory/sitedocs/trunk/xdocs/doc/navigation.xml
incubator/directory/sitedocs/trunk/xdocs/related/navigation.xml
incubator/directory/sitedocs/trunk/xdocs/sandbox/navigation.xml
incubator/directory/sitedocs/trunk/xdocs/subprojects/navigation.xml
incubator/directory/sitedocs/trunk/xdocs/subprojects/sitedocs/navigation.xml
Modified:
incubator/directory/sitedocs/trunk/xdocs/navigation.xml
Log:
Discovered the wonderful world of the collapse="true" property. So long
nightmares of navigation.xml files maintenance.
Modified: incubator/directory/sitedocs/trunk/xdocs/navigation.xml
==============================================================================
--- incubator/directory/sitedocs/trunk/xdocs/navigation.xml (original)
+++ incubator/directory/sitedocs/trunk/xdocs/navigation.xml Wed Jul 7
20:11:41 2004
@@ -23,22 +23,67 @@
<menu name="About Directory">
<item name="Overview" href="/index.html"/>
- <item name="Community" href="/community/index.html"/>
+ <item name="Community" href="/community/index.html" collapse="true">
+ <item name="Who We Are" href="/community/who/index.html"
collapse="true">
+ <item name="Wes McKean" href="/community/who/wesmckean.html"/>
+ <item name="Jeff Machols" href="/community/who/jmachols.html"/>
+ <item name="Robb Penoyer" href="/community/who/rpenoyer.html"/>
+ <item name="Alex Karasulu" href="/community/who/akarasulu.html"/>
+ <item name="Noel J. Bergman" href="/community/who/noel.html"/>
+ <item name="Stephen McConnell" href="/community/who/mcconnell.html"/>
+ <item name="Phil Steitz" href="/community/who/psteitz.html"/>
+ <item name="Vincent Tence" href="/community/who/vtence.html"/>
+ </item>
+ <item name="Process" href="/community/process/index.html"
collapse="true">
+ <item name="Project Charter" href="/community/process/mission.html"/>
+ <item name="Management Committee"
href="/community/process/pmc.html"/>
+ <item name="PMC Procedures"
href="/community/process/pmc-votes.html"/>
+ <item name="Coding Standards"
+ href="/community/process/code-standards.html"/>
+ <item name="Release Management"
+ href="/community/process/release.html"/>
+ <item name="Patches and Bugs"
+ href="/community/process/patches.html"/>
+ </item>
+ <item name="History" href="/community/history/index.html"
collapse="true">
+ <item name="Java and LDAP" href="/community/history/java-ldap.html"/>
+ <item name="The LDAPd Group"
+ href="/community/history/ldapd-group.html"/>
+ <item name="Naming Commons"
+ href="/community/history/naming-commons.html"/>
+ </item>
+ </item>
<item name="Latest News" href="/news.html"/>
- <item name="Documentation" href="/doc/index.html"/>
+ <item name="Documentation" href="/doc/index.html" collapse="true">
+ <item name="Wiki" href="/doc/wiki.html"/>
+ <item name="Articles" href="/doc/articles.html"/>
+ </item>
</menu>
<menu name="Subprojects">
- <item name="Overview" href="/subprojects/index.html"/>
+ <item name="Overview" href="/subprojects/index.html"/>
<item name="Eve" href="/subprojects/eve/index.html"/>
<item name="RMS" href="/subprojects/rms/index.html"/>
<item name="LDAP" href="/subprojects/directory-ldap/index.html"/>
<item name="Janus" href="/subprojects/janus/index.html"/>
<item name="Naming" href="/subprojects/directory-naming/index.html"/>
<item name="Snickers" href="/subprojects/snickers/index.html"/>
- <!--
- <item name="Sitedocs" href="/subprojects/sitedocs/index.html"/>
- -->
+ <!-- Work in progress
+ <item name="LDAP Server" href="/subprojects/server.html"
collapse="true">
+ <item name="Eve" href="/subprojects/eve/index.html"/>
+ <item name="LDAPd" href="/subprojects/ldapd.html"/>
+ </item>
+ <item name="JNDI" href="/subprojects/jndi.html" collapse="true">
+ <item name="Naming"
href="/subprojects/directory-naming/index.html"/>
+ </item>
+ <item name="ASN.1 Codec" href="/subprojects/asn1.html" collapse="true">
+ <item name="Snickers" href="/subprojects/snickers/index.html"/>
+ </item>
+ <item name="Security" href="/subprojects/security.html"
collapse="true">
+ <item name="RMS" href="/subprojects/rms/index.html"/>
+ <item name="Janus" href="/subprojects/janus/index.html"/>
+ </item>
+ -->
</menu>
<menu name="Resources">
@@ -51,7 +96,11 @@
<item name="Sandbox" href="/sandbox/index.html"/>
<item name="Downloads" href="/download.cgi"/>
<item name="Subversion" href="/svn.html"/>
- <item name="Related Projects" href="/related/index.html"/>
+ <item name="Related Projects" href="/related/index.html" collapse="true">
+ <item name="Apache" href="/related/apache.html"/>
+ <item name="External" href="/related/external.html"/>
+ <item name="Powered-By" href="/related/powered.html"/>
+ </item>
</menu>
</body>
</project>