You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2006/04/21 22:31:59 UTC

svn commit: r395996 - /maven/maven-1/core/trunk/xdocs/navigation.xml

Author: ltheussl
Date: Fri Apr 21 13:31:57 2006
New Revision: 395996

URL: http://svn.apache.org/viewcvs?rev=395996&view=rev
Log:
Simplified site navigation

Modified:
    maven/maven-1/core/trunk/xdocs/navigation.xml

Modified: maven/maven-1/core/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/navigation.xml?rev=395996&r1=395995&r2=395996&view=diff
==============================================================================
--- maven/maven-1/core/trunk/xdocs/navigation.xml (original)
+++ maven/maven-1/core/trunk/xdocs/navigation.xml Fri Apr 21 13:31:57 2006
@@ -33,38 +33,27 @@
 
     <sitemap/>
 
-    <menu name="About Maven">
+    <menu name="About Maven 1.x">
       <item name="Welcome" href="/index.html"/>
       <item name="What is Maven?" href="/about/whatismaven.html"/>
       <item name="Feature Summary" href="/about/features.html"/>
-      <item name="Powered by Maven" href="/about/powered.html"/>
     </menu>
 
-    <menu name="Getting Maven">
+    <menu name="Getting Maven 1.x">
       <item name="Downloading" href="/start/download.html"/>
-      <item name="Release Notes" href="/start/release-notes-LATEST.html"/>
       <item name="Compatibility" href="/reference/backwards-compatibility.html"/>
-    </menu>
-
-    <menu name="Getting Started">
-      <item name="Installing" href="/start/install.html"/>
-      <item name="Building a Project" href="/start/quick-start.html"/>
-      <item name="Creating a Project" href="/start/ten-minute-test.html"/>
-      <item name="Adapting a Project" href="/start/adapting.html"/>
-      <item name="Maven for Ant Users" href="/start/maven-for-ant-users.html"/>
-      <item name="FAQ" href="/faq.html"/>
-    </menu>
-
-    <menu name="News and Resources">
       <item name="Road Map" href="/roadmap.html"/>
-      <item name="Books and Articles" href="/reference/articles.html"/>
-      <item name="Maven Diaries" href="http://blogs.codehaus.org/projects/maven/" target="_blank"/>
-      <item name="MavenBook.org" href="http://www.mavenbook.org/" target="_blank"/>
-      <item name="PDF Documentation" href="/maven.pdf" img="/images/pdf.gif"/>
     </menu>
 
     <!-- TODO [later]: clean up directory structure -->
     <menu name="User's Guide">
+      <item name="Getting Started" collapse="true" href="/start/index.html">
+        <item name="Installing" href="/start/install.html"/>
+        <item name="Building a Project" href="/start/quick-start.html"/>
+        <item name="Creating a Project" href="/start/ten-minute-test.html"/>
+        <item name="Adapting a Project" href="/start/adapting.html"/>
+        <item name="Migrating from Ant" href="/using/migrating.html"/>
+      </item>
       <item name="Using Maven" collapse="true" href="/using/index.html">
         <item name="Building JARs" href="/using/jar.html"/>
         <item name="Resources" href="/using/resources.html"/>
@@ -75,10 +64,12 @@
         <item name="Web Applications" href="/using/war.html"/>
         <item name="Multiple Modules" href="/using/multiproject.html"/>
         <item name="Handling Dependencies" href="/using/managing-dependencies.html"/>
-        <item name="Migrating from Ant" href="/using/migrating.html"/>
         <item name="Best Practices" href="/using/bestpractices.html"/>
+        <item name="IDE Integration" href="/reference/ide/index.html" collapse="true">
+          <item name="IntelliJ IDEA" href="/reference/ide/idea.html"/>
+        </item>
       </item>
-      <item name="Customising a Build" collapse="true" href="/using/customising.html">
+      <item name="Customising Maven" collapse="true" href="/using/customising.html">
         <item name="Scripting" href="/reference/scripting.html"/>
         <item name="Writing a Plugin" href="/using/developing-plugins.html"/>
         <item name="Sharing Plugins" href="/reference/sharing-plugins.html"/>
@@ -95,54 +86,54 @@
         <item name="Properties Reference" href="/reference/properties.html"/>
         <item name="Maven Jelly Tag Library" href="/tags.html"/>
         <item name="Command Line" href="/reference/command-line.html"/>
-        <item name="IDE Integration" href="/reference/ide/index.html" collapse="true">
-          <item name="IntelliJ IDEA" href="/reference/ide/idea.html"/>
-        </item>
       </item>
+      <item name="Plugins" collapse="true" href="/plugins/index.html">
+        <item name="Bundled Plugins" href="http://maven.apache.org/maven-1.x/plugins/bundled/"/>
+        <item name="History" href="/plugins/bundledHistory.html"/>
+        <item name="Plugins Sandbox" href="http://maven.apache.org/maven-1.x/plugins/sandbox/"/>
+        <item name="Plugins @ sf.net" href="http://maven-plugins.sourceforge.net/" target="_blank"/>
+        <item name="Other 3rd Party Plugins" href="/plugins/3rdparty.html"/>
+      </item>
+      <!-- TODO [later]: Borrow, share with /dev/ and jakarta -->
+      <item name="Contributing" href="/contributing/help.html" collapse="true">
+        <item name="Mailing Lists" href="/mail-lists.html"/>
+        <item name="Reporting Issues" href="/issue-tracking.html"/>
+        <item name="Building from Source" href="/developers/building-from-source.html"/>
+        <item name="Submitting Patches" href="/contributing/patches.html"/>
+      </item>
+      <item name="FAQ" href="/faq.html"/>
+      <item name="PDF Documentation" href="/maven.pdf" img="/images/pdf.gif"/>
     </menu>
 
-    <menu name="Plugins">
-      <item name="Getting them" href="/plugins/index.html"/>
-      <item name="Bundled Plugins" href="http://maven.apache.org/maven-1.x/plugins/bundled/"/>
-      <item name="History" href="/plugins/bundledHistory.html"/>
-      <item name="Plugins Sandbox" href="http://maven.apache.org/maven-1.x/plugins/sandbox/"/>
-      <item name="Plugins @ sf.net" href="http://maven-plugins.sourceforge.net/" target="_blank"/>
-      <item name="Other 3rd Party Plugins" href="/plugins/3rdparty.html"/>
-    </menu>
-
-    <!-- TODO [later]: Borrow, share with /dev/ and jakarta -->
-    <menu name="Getting Involved">
-      <item name="How to Help" href="/contributing/help.html"/>
-      <item name="Mailing Lists" href="/mail-lists.html"/>
-      <item name="Reporting Issues" href="/issue-tracking.html"/>
-      <item name="Building from Source" href="/developers/building-from-source.html"/>
-      <item name="Submitting Patches" href="/contributing/patches.html"/>
-    </menu>
-
-    <!-- TODO [later]: Should references have an explanatory page? Eg summary about related projects, summary about subprojects -->
-    <menu name="Maven projects">
-      <item name="About projects" href="/project/index.html"/>
-      <item name="Maven 2.x"      href="http://maven.apache.org"/>
-      <item name="Continuum"      href="http://maven.apache.org/continuum/"/>
-      <item name="Maven Wagon"    href="http://maven.apache.org/wagon/" />
-      <item name="Maven SCM"      href="http://maven.apache.org/scm/" /> -->
-      <item name="Maven JXR"    href="http://maven.apache.org/jxr/" />
-      <item name="Maven Doxia"      href="http://maven.apache.org/doxia/" /> -->
-    </menu>
-
-    <menu name="Related Projects">
-      <item name="Mevenide" href="http://mevenide.codehaus.org/" target="_blank"/>
-      <item name="Maven Proxy" href="http://maven-proxy.codehaus.org/" target="_blank"/>
-      <item name="Ant" href="http://ant.apache.org/" target="_blank"/>
-      <item name="Jelly" href="http://jakarta.apache.org/commons/jelly/" target="_blank"/>
+    <menu name="Resources">
+      <item name="Powered by Maven" href="/about/powered.html"/>
+      <item name="Related links"    href="/reference/links.html" collapse="true">
+        <item name="Books and Articles" href="/reference/articles.html"/>
+        <item name="Maven Diaries"  href="http://blogs.codehaus.org/projects/maven/" target="_blank"/>
+        <item name="MavenBook.org"  href="http://www.mavenbook.org/" target="_blank"/>
+      </item>
+      <item name="Maven projects"   href="/project/index.html" collapse="true">
+        <item name="Maven 2.x"      href="http://maven.apache.org"/>
+        <item name="Continuum"      href="http://maven.apache.org/continuum/"/>
+        <item name="Maven Wagon"    href="http://maven.apache.org/wagon/" />
+        <item name="Maven SCM"      href="http://maven.apache.org/scm/" />
+        <item name="Maven JXR"      href="http://maven.apache.org/jxr/" />
+        <item name="Maven Doxia"    href="http://maven.apache.org/doxia/" />
+      </item>
+      <item name="Related projects" href="/project/related.html" collapse="true">
+        <item name="Mevenide"       href="http://mevenide.codehaus.org/" target="_blank"/>
+        <item name="Maven Proxy"    href="http://maven-proxy.codehaus.org/" target="_blank"/>
+        <item name="Ant"            href="http://ant.apache.org/" target="_blank"/>
+        <item name="Jelly"          href="http://jakarta.apache.org/commons/jelly/" target="_blank"/>
+      </item>
+      <!-- TODO [later]: actually, may want to fold up the whole top of the site when entering the "developer section" -->
+      <item name="For Developers"   href="/developers/index.html" collapse="true">
+        <!--<item name="Documenting" href="/developers/documentation-conventions.html"/>-->
+        <item name="Making Releases"    href="/developers/making-releases.html"/>
+        <item name="Apache Resources"   href="/developers/apache.html"/>
+      </item>
     </menu>
 
-    <!-- TODO [later]: actually, may want to fold up the whole top of the site when entering the "developer section" -->
-    <menu name="Developers" type="footer">
-      <item name="Documenting" href="/developers/documentation-conventions.html"/>
-      <item name="Making Releases" href="/developers/making-releases.html"/>
-      <item name="Apache Resources" href="/developers/apache.html"/>
-    </menu>
     <!--
 TODO [later]: overhaul development-process.xml and development directories
 -->