Author: crossley
Date: Mon Feb 13 18:06:51 2006
New Revision: 377576
URL: http://svn.apache.org/viewcvs?rev=377576&view=rev
Log:
We dropped the "-dev" from plugins deployment, so add .haccess redirect
for /plugins/0.8-dev/* to /plugins/0.8/*
Added:
forrest/site/plugins/0.8/org.apache.forrest.plugin.input.Daisy-0.1-dev.zip
- copied unchanged from r377567,
forrest/site/plugins/0.8-dev/org.apache.forrest.plugin.input.Daisy-0.1-dev.zip
forrest/site/plugins/0.8/org.apache.forrest.plugin.input.projectInfo-0.2-dev.zip
- copied unchanged from r377567,
forrest/site/plugins/0.8-dev/org.apache.forrest.plugin.input.projectInfo-0.2-dev.zip
forrest/site/plugins/0.8/org.apache.forrest.plugin.input.projectInfo.zip
- copied unchanged from r377567,
forrest/site/plugins/0.8-dev/org.apache.forrest.plugin.input.projectInfo.zip
forrest/site/plugins/0.8/org.apache.forrest.plugin.output.voice-0.1-dev.zip
- copied unchanged from r377567,
forrest/site/plugins/0.8-dev/org.apache.forrest.plugin.output.voice-0.1-dev.zip
forrest/site/plugins/0.8/org.apache.forrest.plugin.output.voice.zip
- copied unchanged from r377567,
forrest/site/plugins/0.8-dev/org.apache.forrest.plugin.output.voice.zip
Removed:
forrest/site/plugins/0.8-dev/
Modified:
forrest/site/.htaccess
Modified: forrest/site/.htaccess
URL:
http://svn.apache.org/viewcvs/forrest/site/.htaccess?rev=377576&r1=377575&r2=377576&view=diff
==============================================================================
--- forrest/site/.htaccess (original)
+++ forrest/site/.htaccess Mon Feb 13 18:06:51 2006
@@ -1,3 +1,5 @@
+# NOTE: The source for this file is at site-author/content/.htaccess
+
# FIXME: The version-specific entries need to be updated after each release.
AddDefaultCharset UTF-8
@@ -8,9 +10,12 @@
RedirectMatch ^/0.7/events(.*) http://forrest.apache.org/events$1
RedirectMatch ^/docs\.html http://forrest.apache.org/versions/
RedirectMatch ^/build(.*) http://forrest.apache.org/dev/build$1
+Redirect /plugins/0.8-dev http://forrest.apache.org/plugins/0.8
# Maintain some old URLs to point to current release
Redirect /docs/plugins http://forrest.apache.org/pluginDocs/plugins_0_70
+
+# Some convenience URLs.
Redirect /docs/dev http://forrest.apache.org/docs_0_80
# Some special docs need to point to the development version