You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2014/10/16 10:44:59 UTC

svn commit: r1632244 - in /directory/site/trunk/content/mavibot: download-old-versions.mdtext gen-docs/ gen-docs/.htaccess gen-docs/latest/

Author: elecharny
Date: Thu Oct 16 08:44:59 2014
New Revision: 1632244

URL: http://svn.apache.org/r1632244
Log:
Updated the ref to the old mavibot javadoc versions

Added:
    directory/site/trunk/content/mavibot/gen-docs/
    directory/site/trunk/content/mavibot/gen-docs/.htaccess
    directory/site/trunk/content/mavibot/gen-docs/latest/
Modified:
    directory/site/trunk/content/mavibot/download-old-versions.mdtext

Modified: directory/site/trunk/content/mavibot/download-old-versions.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/mavibot/download-old-versions.mdtext?rev=1632244&r1=1632243&r2=1632244&view=diff
==============================================================================
--- directory/site/trunk/content/mavibot/download-old-versions.mdtext (original)
+++ directory/site/trunk/content/mavibot/download-old-versions.mdtext Thu Oct 16 08:44:59 2014
@@ -20,12 +20,12 @@ Notice: Licensed to the Apache Software 
 
 <CENTER>
 
-| Version| Download Link | Date |
-|:-:|:-:|:-:|
-| Apache MAVIBOT 1.0.0-M4 | [Download](http://archive.apache.org/dist/directory/mavibot/dist/1.0.0-M4) | 13/mar/2014 |
-| Apache MAVIBOT 1.0.0-M3 | [Download](http://archive.apache.org/dist/directory/mavibot/dist/1.0.0-M3) | 16/Dec/2013 |
-| Apache MAVIBOT 1.0.0-M2 | [Download](http://archive.apache.org/dist/directory/mavibot/dist/1.0.0-M2) | 06/Nov/2013 |
-| Apache MAVIBOT 1.0.0-M1 | [Download](http://archive.apache.org/dist/directory/mavibot/dist/1.0.0-M1) | 06/Jun/2013 |
+| Version| Download Link | Javadoc & XRef | Date |
+|:-:|:-:|:-:|:-:|
+| Apache MAVIBOT 1.0.0-M4 | [Download](http://archive.apache.org/dist/directory/mavibot/dist/1.0.0-M4) | [Javadoc](http://directory.apache.org/mavibot/gen-docs/1.0.0-M4/apidocs/), [Xref](http://directory.apache.org/mavibot/gen-docs/1.0.0-M4/xref/) | 13/mar/2014 |
+| Apache MAVIBOT 1.0.0-M3 | [Download](http://archive.apache.org/dist/directory/mavibot/dist/1.0.0-M3) | [Javadoc](http://directory.apache.org/mavibot/gen-docs/1.0.0-M3/apidocs/), [Xref](http://directory.apache.org/mavibot/gen-docs/1.0.0-M3/xref/) | 16/Dec/2013 |
+| Apache MAVIBOT 1.0.0-M2 | [Download](http://archive.apache.org/dist/directory/mavibot/dist/1.0.0-M2) | [Javadoc](http://directory.apache.org/mavibot/gen-docs/1.0.0-M2/apidocs/), [Xref](http://directory.apache.org/mavibot/gen-docs/1.0.0-M2/xref/) | 06/Nov/2013 |
+| Apache MAVIBOT 1.0.0-M1 | [Download](http://archive.apache.org/dist/directory/mavibot/dist/1.0.0-M1) | N/A | 06/Jun/2013 |
 
 </CENTER>
 

Added: directory/site/trunk/content/mavibot/gen-docs/.htaccess
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/mavibot/gen-docs/.htaccess?rev=1632244&view=auto
==============================================================================
--- directory/site/trunk/content/mavibot/gen-docs/.htaccess (added)
+++ directory/site/trunk/content/mavibot/gen-docs/.htaccess Thu Oct 16 08:44:59 2014
@@ -0,0 +1,7 @@
+RewriteEngine on
+
+RewriteBase /mavibot/gen-docs
+
+RewriteRule ^latest$ 1.0.0-M5/
+RewriteRule ^latest/(.*)$ 1.0.0-M5/$1
+