You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by er...@apache.org on 2008/02/11 18:47:14 UTC

svn commit: r620549 - in /httpcomponents/httpcore/trunk: module-main/src/site/site.xml module-nio/src/site/site.xml

Author: erikabele
Date: Mon Feb 11 09:47:12 2008
New Revision: 620549

URL: http://svn.apache.org/viewvc?rev=620549&view=rev
Log:
Module site improvements for HttpClient:
  - remove 'parent' menus and add explicit Home menus
  - remove 'report' menus - will be inherited from main site
  - add Overview menu for easier navigation

Modified:
    httpcomponents/httpcore/trunk/module-main/src/site/site.xml
    httpcomponents/httpcore/trunk/module-nio/src/site/site.xml

Modified: httpcomponents/httpcore/trunk/module-main/src/site/site.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/module-main/src/site/site.xml?rev=620549&r1=620548&r2=620549&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/module-main/src/site/site.xml (original)
+++ httpcomponents/httpcore/trunk/module-main/src/site/site.xml Mon Feb 11 09:47:12 2008
@@ -28,6 +28,7 @@
    information on the Apache Software Foundation, please see
    <http://www.apache.org/>.
  -->
+
 <project name="HttpCore">
   <bannerLeft>
     <name>Apache</name>
@@ -42,7 +43,17 @@
   </bannerRight>
 
   <body>
-    <menu ref="parent"/>
-    <menu ref="reports"/>
+    <menu name="HttpComponents">
+      <item name="Home" href="../.."/>
+    </menu>
+    <menu name="HttpCore Overview">
+      <item name="Description" href="../index.html"/>
+      <item name="Download" href="../download.html"/>
+      <item name="Examples" href="../examples.html"/>
+    </menu>
+    <menu name="Modules">
+      <item name="HttpCore" href="index.html"/>
+      <item name="HttpCore NIO" href="../httpcore-nio/index.html"/>
+    </menu>
   </body>
 </project>

Modified: httpcomponents/httpcore/trunk/module-nio/src/site/site.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/module-nio/src/site/site.xml?rev=620549&r1=620548&r2=620549&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/module-nio/src/site/site.xml (original)
+++ httpcomponents/httpcore/trunk/module-nio/src/site/site.xml Mon Feb 11 09:47:12 2008
@@ -28,6 +28,7 @@
    information on the Apache Software Foundation, please see
    <http://www.apache.org/>.
  -->
+
 <project name="HttpCore">
   <bannerLeft>
     <name>Apache</name>
@@ -42,7 +43,17 @@
   </bannerRight>
 
   <body>
-    <menu ref="parent"/>
-    <menu ref="reports"/>
+    <menu name="HttpComponents">
+      <item name="Home" href="../.."/>
+    </menu>
+    <menu name="HttpCore Overview">
+      <item name="Description" href="../index.html"/>
+      <item name="Download" href="../download.html"/>
+      <item name="Examples" href="../examples.html"/>
+    </menu>
+    <menu name="Modules">
+      <item name="HttpCore" href="../httpcore/index.html"/>
+      <item name="HttpCore NIO" href="index.html"/>
+    </menu>
   </body>
 </project>