You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by si...@apache.org on 2012/01/16 13:36:44 UTC

svn commit: r1231976 - /incubator/any23/trunk/src/site/site.xml

Author: simonetripodi
Date: Mon Jan 16 12:36:44 2012
New Revision: 1231976

URL: http://svn.apache.org/viewvc?rev=1231976&view=rev
Log:
added Downloads subsections

Modified:
    incubator/any23/trunk/src/site/site.xml

Modified: incubator/any23/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/src/site/site.xml?rev=1231976&r1=1231975&r2=1231976&view=diff
==============================================================================
--- incubator/any23/trunk/src/site/site.xml (original)
+++ incubator/any23/trunk/src/site/site.xml Mon Jan 16 12:36:44 2012
@@ -56,7 +56,14 @@
   <body>
     <menu name="${project.name}">
       <item name="Introduction"      href="./index.html"/>
-      <item name="Download"          href="./download.html"/>
+      <item name="Downloads"         href="./download.html" collapse="true">
+        <item name="Sources"         href="./download.html#Apache_Any23_Sources" />
+        <item name="Core"            href="./download.html#Apache_Any23_Core" />
+        <item name="Basic Crawler"   href="./download.html#Basic_Crawler" />
+        <item name="HTML Scarper"    href="./download.html#HTML_Scarper" />
+        <item name="Office Scraper"  href="./download.html#Office_Scraper" />
+        <item name="Service"         href="./download.html#Apache_Any23_Service" />
+      </item>
       <item name="Install"           href="./install.html"/>
     </menu>