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 87FE19EF3 for ; Tue, 7 Feb 2012 00:12:46 +0000 (UTC) Received: (qmail 42900 invoked by uid 500); 7 Feb 2012 00:12:46 -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 42893 invoked by uid 99); 7 Feb 2012 00:12:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Feb 2012 00:12:45 +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; Tue, 07 Feb 2012 00:12:45 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 51AC02388900 for ; Tue, 7 Feb 2012 00:12:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r804052 - /websites/staging/lucene/trunk/content/.htaccess Date: Tue, 07 Feb 2012 00:12:25 -0000 To: commits@lucene.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120207001225.51AC02388900@eris.apache.org> Author: buildbot Date: Tue Feb 7 00:12:24 2012 New Revision: 804052 Log: Staging update by buildbot for lucene Modified: websites/staging/lucene/trunk/content/.htaccess Modified: websites/staging/lucene/trunk/content/.htaccess ============================================================================== --- websites/staging/lucene/trunk/content/.htaccess (original) +++ websites/staging/lucene/trunk/content/.htaccess Tue Feb 7 00:12:24 2012 @@ -8,12 +8,17 @@ # page renames RedirectMatch Permanent /who.html /whoweare.html RedirectMatch Permanent /java/docs/irc.html /core/discussion.html#irc +RedirectMatch Permanent /java/docs/mailinglists.html /core/discussion.html +RedirectMatch Permanent /java/docs/systemrequirements.html /core/systemreqs.html + +# we no longer have a TLP mail.html page use 'core' for now +RedirectMatch Permanent /mail.html /core/discussion.html # versioned core docs -RedirectMatch Permanent /java/(\d+.*) http://lucene.apache.org/core/old_versioned_docs/versions/$1 +RedirectMatch Permanent /java/(\d+.*) /core/old_versioned_docs/versions/$1 # Default catch for "java" - Core is the new Java! -RedirectMatch Permanent /java/docs/(.*) http://lucene.apache.org/core/$1 +RedirectMatch Permanent /java/docs/(.*) /core/$1 ### old subprojects