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

svn commit: r1240608 - in /lucene/cms/trunk/content: .htaccess core/documentation.mdtext

Author: gsingers
Date: Sat Feb  4 20:46:58 2012
New Revision: 1240608

URL: http://svn.apache.org/viewvc?rev=1240608&view=rev
Log:
LUCENE-2748: bring in htaccess

Added:
    lucene/cms/trunk/content/.htaccess
Modified:
    lucene/cms/trunk/content/core/documentation.mdtext

Added: lucene/cms/trunk/content/.htaccess
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/.htaccess?rev=1240608&view=auto
==============================================================================
--- lucene/cms/trunk/content/.htaccess (added)
+++ lucene/cms/trunk/content/.htaccess Sat Feb  4 20:46:58 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: lucene/cms/trunk/content/core/documentation.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/core/documentation.mdtext?rev=1240608&r1=1240607&r2=1240608&view=diff
==============================================================================
--- lucene/cms/trunk/content/core/documentation.mdtext (original)
+++ lucene/cms/trunk/content/core/documentation.mdtext Sat Feb  4 20:46:58 2012
@@ -4,13 +4,13 @@ We are still porting our documentation t
 
 ## Java Docs
 
-- [3.5](http://lucene.apache.org/java/3_5_0/index.html)
-- [3.4](http://lucene.apache.org/java/3_4_0/index.html)
-- [3.3](http://lucene.apache.org/java/3_3_0/index.html)
-- [3.2](http://lucene.apache.org/java/3_2_0/index.html)
-- [3.1](http://lucene.apache.org/java/3_1_0/index.html)
-- [3.0.3](http://lucene.apache.org/java/3_0_3/index.html)
-- [3.0.2](http://lucene.apache.org/java/3_0_2/index.html)
-- [3.0.1](http://lucene.apache.org/java/3_0_1/index.html)
-- [3.0.0](http://lucene.apache.org/java/3_0_0/index.html)
+- [3.5](./versions/3_5_0/index.html)
+- [3.4](./versions/3_4_0/index.html)
+- [3.3](./versions/3_3_0/index.html)
+- [3.2](./versions/3_2_0/index.html)
+- [3.1](./versions/3_1_0/index.html)
+- [3.0.3](./versions/3_0_3/index.html)
+- [3.0.2](./versions/3_0_2/index.html)
+- [3.0.1](./versions/3_0_1/index.html)
+- [3.0.0](./versions/3_0_0/index.html)