You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by eb...@apache.org on 2013/10/09 13:36:44 UTC

svn commit: r1530573 - in /commons/proper/jci/trunk/src/site: site.xml xdoc/downloads.xml xdoc/index.xml

Author: ebourg
Date: Wed Oct  9 11:36:43 2013
New Revision: 1530573

URL: http://svn.apache.org/r1530573
Log:
Removed the custom download page and use directly the CGI page

Removed:
    commons/proper/jci/trunk/src/site/xdoc/downloads.xml
Modified:
    commons/proper/jci/trunk/src/site/site.xml
    commons/proper/jci/trunk/src/site/xdoc/index.xml

Modified: commons/proper/jci/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/src/site/site.xml?rev=1530573&r1=1530572&r2=1530573&view=diff
==============================================================================
--- commons/proper/jci/trunk/src/site/site.xml (original)
+++ commons/proper/jci/trunk/src/site/site.xml Wed Oct  9 11:36:43 2013
@@ -28,7 +28,7 @@
             <item name="Usage" href="usage.html"/>
             <item name="FAQ" href="faq.html"/>
             <item name="Issue Tracking" href="issue-tracking.html"/>
-            <item name="Downloads" href="downloads.html"/>
+            <item name="Downloads" href="download_jci.cgi"/>
             <item name="Javadoc" href="apidocs/index.html"/>
         </menu>
     </body>

Modified: commons/proper/jci/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/src/site/xdoc/index.xml?rev=1530573&r1=1530572&r2=1530573&view=diff
==============================================================================
--- commons/proper/jci/trunk/src/site/xdoc/index.xml (original)
+++ commons/proper/jci/trunk/src/site/xdoc/index.xml Wed Oct  9 11:36:43 2013
@@ -39,12 +39,12 @@
         </section>
         <section name="Releases">
             <p>
-                See the <a href="downloads.html">downloads</a> page for information on obtaining releases.
+                See the <a href="download_jci.cgi">downloads</a> page for information on obtaining releases.
             </p>
         </section>
         <section name="Documentation">
             <p>
-                The <a href="apidocs/index.html">JavaDoc API documents</a> are available online.
+                The <a href="apidocs/index.html">Javadoc API documents</a> are available online.
             </p>
         </section>
     </body>