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/02/04 21:47:05 UTC

svn commit: r803945 - in /websites/staging/lucene/trunk/content: .htaccess core/documentation.html

Author: buildbot
Date: Sat Feb  4 20:47:05 2012
New Revision: 803945

Log:
Staging update by buildbot for lucene

Added:
    websites/staging/lucene/trunk/content/.htaccess
Modified:
    websites/staging/lucene/trunk/content/core/documentation.html

Added: websites/staging/lucene/trunk/content/.htaccess
==============================================================================
--- websites/staging/lucene/trunk/content/.htaccess (added)
+++ websites/staging/lucene/trunk/content/.htaccess Sat Feb  4 20:47:05 2012
@@ -0,0 +1,25 @@
+#
+# $HeadURL: https://svn.apache.org/repos/asf/lucene/site/publish/.htaccess $
+#
+#
+
+#Core is the new Java!
+Redirect Permanent /java(.*) http://lucene.apache.org/core/$1
+
+Redirect Permanent /nutch/docs/en/bot.html http://lucene.apache.org/nutch/bot.html
+
+# hadoop graduated to TLP
+RedirectMatch Permanent ^/hadoop(.*) http://hadoop.apache.org/core$1
+
+#mahout is TLP
+RedirectMatch Permanent ^/mahout(.*) http://mahout.apache.org/$1
+
+# promote Tika to TLP
+RedirectMatch Permanent ^/tika/(.*)$ http://tika.apache.org/$1 
+
+# promote Nutch to TLP
+RedirectMatch Permanent ^/nutch/(.*)$ http://nutch.apache.org/$1
+
+# 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

Modified: websites/staging/lucene/trunk/content/core/documentation.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/documentation.html (original)
+++ websites/staging/lucene/trunk/content/core/documentation.html Sat Feb  4 20:47:05 2012
@@ -209,15 +209,15 @@
 <p>We are still porting our documentation to our new CMS.  For now, you can review the old site's documentation.</p>
 <h2 id="java_docs">Java Docs</h2>
 <ul>
-<li><a href="http://lucene.apache.org/java/3_5_0/index.html">3.5</a></li>
-<li><a href="http://lucene.apache.org/java/3_4_0/index.html">3.4</a></li>
-<li><a href="http://lucene.apache.org/java/3_3_0/index.html">3.3</a></li>
-<li><a href="http://lucene.apache.org/java/3_2_0/index.html">3.2</a></li>
-<li><a href="http://lucene.apache.org/java/3_1_0/index.html">3.1</a></li>
-<li><a href="http://lucene.apache.org/java/3_0_3/index.html">3.0.3</a></li>
-<li><a href="http://lucene.apache.org/java/3_0_2/index.html">3.0.2</a></li>
-<li><a href="http://lucene.apache.org/java/3_0_1/index.html">3.0.1</a></li>
-<li><a href="http://lucene.apache.org/java/3_0_0/index.html">3.0.0</a></li>
+<li><a href="./versions/3_5_0/index.html">3.5</a></li>
+<li><a href="./versions/3_4_0/index.html">3.4</a></li>
+<li><a href="./versions/3_3_0/index.html">3.3</a></li>
+<li><a href="./versions/3_2_0/index.html">3.2</a></li>
+<li><a href="./versions/3_1_0/index.html">3.1</a></li>
+<li><a href="./versions/3_0_3/index.html">3.0.3</a></li>
+<li><a href="./versions/3_0_2/index.html">3.0.2</a></li>
+<li><a href="./versions/3_0_1/index.html">3.0.1</a></li>
+<li><a href="./versions/3_0_0/index.html">3.0.0</a></li>
 </ul></div>