gnomeweb-wml r5994 - in trunk: . www.gnome.org



Author: vuntz
Date: Wed Mar 12 22:14:00 2008
New Revision: 5994
URL: http://svn.gnome.org/viewvc/gnomeweb-wml?rev=5994&view=rev

Log:
2008-03-12  Vincent Untz  <vuntz gnome org>

	* www.gnome.org/htaccess: try to simplify the redirect for the release
	notes (and handle more things)


Modified:
   trunk/ChangeLog
   trunk/www.gnome.org/htaccess

Modified: trunk/www.gnome.org/htaccess
==============================================================================
--- trunk/www.gnome.org/htaccess	(original)
+++ trunk/www.gnome.org/htaccess	Wed Mar 12 22:14:00 2008
@@ -1,13 +1,14 @@
 Options +MultiViews +SymLinksIfOwnerMatch
 
 # Temporary utility redirects which should always exist
-Redirect /start/stable      http://library.gnome.org/misc/release-notes/2.22
+Redirect /start/stable                   http://library.gnome.org/misc/release-notes/2.22
+Redirect /start/unstable                 http://live.gnome.org/TwoPointTwentythree
 Redirect /start/unstable/schedule.ics    http://www.gnome.org/start/schedule-unstable.ics
-Redirect /start/unstable    http://live.gnome.org/TwoPointTwentythree
-# For release notes:
-RedirectMatch ^/start/(2\.20)/notes        http://library.gnome.org/misc/release-notes/$1
-Redirect /start/2.20      http://library.gnome.org/misc/release-notes/2.20
-RedirectMatch ^/start/2.22      http://library.gnome.org/misc/release-notes/2.22
+# For old release notes (2.12 and 2.14 are handled separately because they have a press release):
+RedirectMatch ^/start/(2\.1[24])/notes   http://library.gnome.org/misc/release-notes/$1
+RedirectMatch ^/start/(2\.1[24])/?$      http://library.gnome.org/misc/release-notes/$1
+RedirectMatch ^/start/(2\.1[68])         http://library.gnome.org/misc/release-notes/$1
+RedirectMatch ^/start/(2\.2[02])         http://library.gnome.org/misc/release-notes/$1
 
 # Press
 RedirectMatch /pressreleases.html$      /press/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]