You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by bu...@apache.org on 2012/04/12 05:06:46 UTC

svn commit: r812465 - in /websites/staging/lucene/trunk/content: ./ .htaccess

Author: buildbot
Date: Thu Apr 12 03:06:46 2012
New Revision: 812465

Log:
Staging update by buildbot for lucene

Modified:
    websites/staging/lucene/trunk/content/   (props changed)
    websites/staging/lucene/trunk/content/.htaccess

Propchange: websites/staging/lucene/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Apr 12 03:06:46 2012
@@ -1 +1 @@
-1325107
+1325108

Modified: websites/staging/lucene/trunk/content/.htaccess
==============================================================================
--- websites/staging/lucene/trunk/content/.htaccess (original)
+++ websites/staging/lucene/trunk/content/.htaccess Thu Apr 12 03:06:46 2012
@@ -19,7 +19,23 @@ RedirectMatch Permanent /solr/issue_trac
 RedirectMatch Permanent /mail.html /core/discussion.html
 
 # versioned core docs
-RedirectMatch Permanent /java/(\d+.*) /core/old_versioned_docs/versions/$1
+# 
+# these are explicit: don't put any more releases under here.
+# this way newer releases redirect to core/<release>
+RedirectMatch Permanent /java/2_9_0 /core/old_versioned_docs/versions/2_9_0
+RedirectMatch Permanent /java/2_9_1 /core/old_versioned_docs/versions/2_9_1
+RedirectMatch Permanent /java/2_9_2 /core/old_versioned_docs/versions/2_9_2
+RedirectMatch Permanent /java/2_9_3 /core/old_versioned_docs/versions/2_9_3
+RedirectMatch Permanent /java/2_9_4 /core/old_versioned_docs/versions/2_9_4
+RedirectMatch Permanent /java/3_0_0 /core/old_versioned_docs/versions/3_0_0
+RedirectMatch Permanent /java/3_0_1 /core/old_versioned_docs/versions/3_0_1
+RedirectMatch Permanent /java/3_0_2 /core/old_versioned_docs/versions/3_0_2
+RedirectMatch Permanent /java/3_0_3 /core/old_versioned_docs/versions/3_0_3
+RedirectMatch Permanent /java/3_1_0 /core/old_versioned_docs/versions/3_1_0
+RedirectMatch Permanent /java/3_2_0 /core/old_versioned_docs/versions/3_2_0
+RedirectMatch Permanent /java/3_3_0 /core/old_versioned_docs/versions/3_3_0
+RedirectMatch Permanent /java/3_4_0 /core/old_versioned_docs/versions/3_4_0
+RedirectMatch Permanent /java/3_5_0 /core/old_versioned_docs/versions/3_5_0
 
 # Default catch for "java" - Core is the new Java!
 RedirectMatch Permanent /java/docs(.*) /core$1
@@ -61,4 +77,4 @@ RedirectMatch Permanent ^/nutch/(.*)$ ht
 
 # Lucy has moved to the incubator, 
 # site strcuture has changed, do don't use $1 in redirect...
-RedirectMatch Permanent ^/lucy/(.*)$ http://incubator.apache.org/lucy/
\ No newline at end of file
+RedirectMatch Permanent ^/lucy/(.*)$ http://incubator.apache.org/lucy/