Return-Path: X-Original-To: apmail-lucene-commits-archive@www.apache.org Delivered-To: apmail-lucene-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id ED8D09514 for ; Sat, 4 Feb 2012 20:47:21 +0000 (UTC) Received: (qmail 70406 invoked by uid 500); 4 Feb 2012 20:47:20 -0000 Mailing-List: contact commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list commits@lucene.apache.org Received: (qmail 70399 invoked by uid 99); 4 Feb 2012 20:47:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Feb 2012 20:47:20 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Feb 2012 20:47:19 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 283002388860; Sat, 4 Feb 2012 20:46:59 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1240608 - in /lucene/cms/trunk/content: .htaccess core/documentation.mdtext Date: Sat, 04 Feb 2012 20:46:59 -0000 To: commits@lucene.apache.org From: gsingers@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120204204659.283002388860@eris.apache.org> 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)