You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ho...@apache.org on 2012/02/07 01:31:41 UTC

svn commit: r1241291 - /lucene/cms/trunk/content/.htaccess

Author: hossman
Date: Tue Feb  7 00:31:40 2012
New Revision: 1241291

URL: http://svn.apache.org/viewvc?rev=1241291&view=rev
Log:
pylucene redirects

Modified:
    lucene/cms/trunk/content/.htaccess

Modified: lucene/cms/trunk/content/.htaccess
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/.htaccess?rev=1241291&r1=1241290&r2=1241291&view=diff
==============================================================================
--- lucene/cms/trunk/content/.htaccess (original)
+++ lucene/cms/trunk/content/.htaccess Tue Feb  7 00:31:40 2012
@@ -21,6 +21,18 @@ RedirectMatch Permanent /java/(\d+.*) /c
 # Default catch for "java" - Core is the new Java!
 RedirectMatch Permanent /java/docs/(.*) /core/$1
 
+# pylucene docs renamed
+RedirectMatch Permanent /pylucene/documentation/install.html /pylucene/install.html
+RedirectMatch Permanent /pylucene/documentation/readme.html /pylucene/features.html
+RedirectMatch Permanent /pylucene/resources/version_control.html /pylucene/mailing-lists.html
+
+# no page for this????
+RedirectMatch Permanent /pylucene/resources/version_control.html /pylucene/
+
+# when in doubt, assume they've moved up a dir
+RedirectMatch Permanent /pylucene/documentation/(.*) /pylucene/$1
+RedirectMatch Permanent /pylucene/jcc/documentation/(.*) /pylucene/jcc/$1
+
 ### old subprojects
 
 # old nutch redirects