gnomeweb-wml r6455 - in trunk: . projects.gnome.org



Author: murrayc
Date: Thu Nov 13 15:27:01 2008
New Revision: 6455
URL: http://svn.gnome.org/viewvc/gnomeweb-wml?rev=6455&view=rev

Log:
2008-11-13  Murray Cumming  <murrayc murrayc com>

* projects.gnome.org/Makefile.am:
* projects.gnome.org/htaccess: Added this, containing 
maybe-useful stuff from www.gnome.org/htaccess. The common rules 
seem to install this as .htaccess automatically.

Added:
   trunk/projects.gnome.org/htaccess   (contents, props changed)
      - copied, changed from r6454, /trunk/www.gnome.org/htaccess
Modified:
   trunk/ChangeLog
   trunk/projects.gnome.org/Makefile.am

Modified: trunk/projects.gnome.org/Makefile.am
==============================================================================
--- trunk/projects.gnome.org/Makefile.am	(original)
+++ trunk/projects.gnome.org/Makefile.am	Thu Nov 13 15:27:01 2008
@@ -66,6 +66,6 @@
 
 urlpath = 
 
-page_SCRIPTS = index.html
+page_SCRIPTS = index.html .htaccess
 
 include $(top_srcdir)/rules.common

Copied: trunk/projects.gnome.org/htaccess (from r6454, /trunk/www.gnome.org/htaccess)
==============================================================================
--- /trunk/www.gnome.org/htaccess	(original)
+++ trunk/projects.gnome.org/htaccess	Thu Nov 13 15:27:01 2008
@@ -1,68 +1,11 @@
 Options +MultiViews +SymLinksIfOwnerMatch
 
-# Temporary utility redirects which should always exist
-Redirect /start/stable                   http://library.gnome.org/misc/release-notes/2.24
-Redirect /start/unstable/schedule.ics    http://www.gnome.org/start/schedule-unstable.ics
-Redirect /start/unstable                 http://live.gnome.org/TwoPointTwentyfive
-# For old release notes (2.12 and 2.14 are handled separately because they have a press release):
-RedirectMatch ^/start/(2\.12])/press_release   /press/releases/2.12
-RedirectMatch ^/start/(2\.14])/press_release   /press/releases/2.14
-RedirectMatch ^/start/(2\.[13579])       /start/unstable/
-RedirectMatch ^/start/(2\.1[13579])      /start/unstable/
-RedirectMatch ^/start/(2\.2[13579])      /start/unstable/
-RedirectMatch ^/start/(2\.[02468])       http://library.gnome.org/misc/release-notes/$1
-RedirectMatch ^/start/(2\.1[02468])/?$     http://library.gnome.org/misc/release-notes/$1
-RedirectMatch ^/start/(2\.2[02468])        http://library.gnome.org/misc/release-notes/$1
-
-# Press
-RedirectMatch /pressreleases.html$      /press/
-RedirectMatch /speakingabout.html$      /press/
-RedirectMatch /pressresources.html$     /press/
-RedirectMatch /pr-(.*).html$            /press/releases/$1.html
-
-# Friends
-RedirectMatch /friends/donors.php$      /friends/donors_2008.html
-RedirectMatch /friends/donors.html$     /friends/donors_2008.html
-RedirectMatch /friends/donors_2003.php$ /friends/donors_2003.html
-RedirectMatch /friends/donors_2002.php$ /friends/donors_2002.html
-
-# Learn
-RedirectMatch /learn/users-guide/latest/?(.*)$  http://library.gnome.org/users/user-guide/stable/$1
-RedirectMatch /learn/users-guide/2.(.+)/?(.*)$  http://library.gnome.org/users/user-guide/2.$1/$2
-RedirectMatch /learn/users-guide/gnome2.(.+)-user-guide.tar.gz http://library.gnome.org/users/user-guide/user-guide-html-2.$1.tar.gz
-RedirectMatch /learn/access-guide/latest/?(.*)$ http://library.gnome.org/users/gnome-access-guide/stable/$1
-RedirectMatch /learn/access-guide/2.(.+)/?(.*)$ http://library.gnome.org/users/gnome-access-guide/2.$1/$2
-RedirectMatch /learn/access-guide/gnome2.(.+)-access-guide.tar.gz http://library.gnome.org/users/gnome-access-guide/gnome-access-guide-html-2.$1.tar.gz
-RedirectMatch /learn/admin-guide/latest/?(.*)$  http://library.gnome.org/admin/system-admin-guide/stable/$1
-RedirectMatch /learn/admin-guide/2.(.+)/?(.*)$  http://library.gnome.org/admin/system-admin-guide/2.$1/$2
-RedirectMatch /learn/admin-guide/gnome2.(.+)-system-admin-guide.tar.gz http://library.gnome.org/admin/system-admin-guide/system-admin-guide-html-2.$1.tar.gz
-RedirectMatch /learn/intro/[^/]+/?(.*)$         http://library.gnome.org/users/user-guide/stable/
-RedirectMatch ^/intro/?(.*)$               	http://library.gnome.org/users/user-guide/stable/
-Redirect /learn/archived.html                   http://library.gnome.org/
-
-# Software Map
-RedirectMatch /applist/?.*$             /softwaremap/
-#RedirectMatch /softwaremap/?.*$         http://www.gnomefiles.org
-
-# Old Stuff That Should Just Die
-RedirectMatch /developerinterviews/?.*$ http://developer.gnome.org/
-RedirectMatch ^/developers/?.*$         http://developer.gnome.org/
-RedirectMatch /foundation/?.*$          http://foundation.gnome.org/
-RedirectMatch ^/guadec/?.*$             http://www.guadec.org/
-RedirectMatch /mirrors/?.*$             http://download.gnome.org/
-RedirectMatch /people/?.*$              /
-RedirectMatch /seegnome.html$           /start/
-RedirectMatch ^/summit/?.*$              http://live.gnome.org/BostonSummit
-RedirectMatch /start/source.html$       /start/
-RedirectMatch /start/installing.*$      /start/
-RedirectMatch /todo/?.*$                http://bugzilla.gnome.org/
-
 # Epiphany reorg
-Redirect 301 /projects/epiphany/downloads.html  http://live.gnome.org/Epiphany/Downloads
-Redirect 301 /projects/epiphany/news.html       http://blogs.gnome.org/epiphany
-Redirect 301 /projects/epiphany/documentation/faq.html http://live.gnome.org/Epiphany/FrequentlyAskedQuestions
+Redirect 301 /epiphany/downloads.html  http://live.gnome.org/Epiphany/Downloads
+Redirect 301 /epiphany/news.html       http://blogs.gnome.org/epiphany
+Redirect 301 /epiphany/documentation/faq.html http://live.gnome.org/Epiphany/FrequentlyAskedQuestions
 
 # Summer of Code & Friends
-RedirectMatch /projects/wsop/?(.*)$     /projects/outreach/women/$1
-Redirect /projects/soc	http://live.gnome.org/SummerOfCode2008
-Redirect /projects/ghop	http://code.google.com/p/google-highly-open-participation-gnome
+RedirectMatch /wsop/?(.*)$     /outreach/women/$1
+Redirect /soc	http://live.gnome.org/SummerOfCode2008
+Redirect /ghop	http://code.google.com/p/google-highly-open-participation-gnome



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