You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2016/11/21 22:58:31 UTC

svn commit: r1770780 - /lucene/cms/trunk/content/.htaccess

Author: sarowe
Date: Mon Nov 21 22:58:30 2016
New Revision: 1770780

URL: http://svn.apache.org/viewvc?rev=1770780&view=rev
Log:
Redirect DOAP files to new Git repo locations

Modified:
    lucene/cms/trunk/content/.htaccess

Modified: lucene/cms/trunk/content/.htaccess
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/.htaccess?rev=1770780&r1=1770779&r2=1770780&view=diff
==============================================================================
--- lucene/cms/trunk/content/.htaccess (original)
+++ lucene/cms/trunk/content/.htaccess Mon Nov 21 22:58:30 2016
@@ -5,6 +5,10 @@
 
 ### Pre-CMS site redirects
 
+# DOAP file redirects to source repository
+RedirectMatch Permanent /core/doap.rdf https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;a=blob_plain;f=dev-tools/doap/lucene.rdf;hb=HEAD
+RedirectMatch Permanent /solr/doap.rdf https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;a=blob_plain;f=dev-tools/doap/solr.rdf;hb=HEAD
+
 # page renames
 RedirectMatch Permanent /who.html /whoweare.html
 RedirectMatch Permanent /java/docs/irc.html /core/discussion.html#irc
@@ -91,4 +95,4 @@ RedirectMatch Permanent ^/tika/(.*)$ htt
 RedirectMatch Permanent ^/nutch/(.*)$ http://nutch.apache.org/$1
 
 # Lucy has moved, site strcuture has changed, do don't use $1 in redirect...
-RedirectMatch Permanent ^/lucy/(.*)$ http://lucy.apache.org/
+RedirectMatch Permanent ^/lucy/(.*)$ http://lucy.apache.org/
\ No newline at end of file