voting/foundation.gnome.org/htaccess

58 lines
3.9 KiB
Text
Raw Normal View History

RewriteEngine On
Redirect /directory.html http://foundation.gnome.org/contact/
# Move of the documentation stuff
Redirect /documentation.html http://foundation.gnome.org/about/
Redirect /charter.html http://foundation.gnome.org/about/charter/
Redirect /bylaws.pdf http://foundation.gnome.org/about/bylaws.pdf
# Move of the membership stuff
Redirect /membership.html http://foundation.gnome.org/membership/
Redirect /membership-list.html http://foundation.gnome.org/membership/members.html
Redirect /membership-policy.html http://foundation.gnome.org/membership/
Redirect /membership-form.html http://foundation.gnome.org/membership/application.php
Redirect /membership-form.php http://foundation.gnome.org/membership/application.php
# Move of the organization stuff
Redirect /organization.html http://foundation.gnome.org/about/
Redirect /advisory_board.html http://foundation.gnome.org/about/
Redirect /board_of_directors-2000.html http://foundation.gnome.org/about/history/
Redirect /board_of_directors-2001.html http://foundation.gnome.org/about/history/
Redirect /board_of_directors.html http://foundation.gnome.org/about/
Redirect /executive_director.html http://foundation.gnome.org/about/
put the dates in dd/mm/yyyy format instead of two or three different 2003-10-07 Vincent Untz <vincent@vuntz.net> * index.html: put the dates in dd/mm/yyyy format instead of two or three different formats. * .htaccess: added so we can redirect people from the old pages to the new ones. I'd like to have a htaccess file which is moved to .htaccess when copying the website (so it is not hidden in CVS), but that'll be for later * membership-form.html: removed (we now use membership-form.php) * press.html * press/*: removed these because we now point to press releases on gnome.org. * advisory_board.html * board_of_directors-2000.html * board_of_directors-2001.html * board_of_directors.html * charter.html * directory.html * documentation.html * executive_director.html * faq-ln7.html * faq.html * index.html * membership-list.html * membership-policy.html * membership.html * organization.html * template.html: updated the links to the elections pages, and added the Fundraising links when it was missing. * announcement.html * ballot-summary-2000.html * election-2000.html * electionresults.html * electionrules-2000.html * final-vote-archive.diff * final_membership_list.txt * list-addresses.py * overview_2000.html * vote-counter.py * voters-2000.html: removed. Those files are now in elections/2000/ (some have been renamed) * ballot-summary-2001.html * election-2001.html * electionrules-2001.html * voters-2001.html * elections/2001-eligible-members.txt * elections/2001-prelim-results.txt * elections/2001-vote-archive.diff * elections/list-addresses.py * elections/verify.html * elections/vote-counter.py: removed. Those files are now in elections/2001/ (some have been renamed) * ballot-summary.html * electionrules.html * elections.html * overview.html * voters.html: removed. Those files are now in elections/2002/ (some have been renamed) * elections/index.html * elections/2000/* * elections/2001/* * elections/2002/candidates.html * elections/2002/overview.html * elections/2002/rules.html * elections/2002/voters.html: new files. Most of them are copies of old files with some modifications (because of the change of directory and updated title).
2003-10-08 12:12:36 +00:00
# Move of the elections stuff in subdirectories
Redirect /announcement.html http://foundation.gnome.org/elections/2000/announcement.html
Redirect /ballot-summary-2000.html http://foundation.gnome.org/elections/2000/candidates.html
Redirect /ballot-summary-2001.html http://foundation.gnome.org/elections/2001/candidates.html
Redirect /ballot-summary.html http://foundation.gnome.org/elections/2002/candidates.html
Redirect /election-2000.html http://foundation.gnome.org/elections/2000/
Redirect /election-2001.html http://foundation.gnome.org/elections/2001/
Redirect /electionresults.html http://foundation.gnome.org/elections/2000/results.html
Redirect /electionrules-2000.html http://foundation.gnome.org/elections/2000/rules.html
Redirect /electionrules-2001.html http://foundation.gnome.org/elections/2001/rules.html
Redirect /electionrules.html http://foundation.gnome.org/elections/2002/rules.html
Redirect /elections.html http://foundation.gnome.org/elections/
Redirect /final-vote-archive.diff http://foundation.gnome.org/elections/2000/vote-archives.diff
Redirect /final_membership_list.txt http://foundation.gnome.org/elections/2000/registered-voters.txt
Redirect /list-addresses.py http://foundation.gnome.org/elections/2000/list-addresses.py
Redirect /vote-counter.py http://foundation.gnome.org/elections/2000/vote-counter.py
Redirect /voters-2000.html http://foundation.gnome.org/elections/2000/voters.html
Redirect /voters-2001.html http://foundation.gnome.org/elections/2001/voters.html
Redirect /voters.html http://foundation.gnome.org/elections/2002/voters.html
Redirect /elections/2001-eligible-members.txt http://foundation.gnome.org/elections/2001/registered-voters.txt
Redirect /elections/2001-prelim-results.txt http://foundation.gnome.org/elections/2001/results.txt
Redirect /elections/2001-vote-archive.diff http://foundation.gnome.org/elections/2001/vote-archives.diff
Redirect /elections/list-addresses.py http://foundation.gnome.org/elections/2001/list-addresses.py
Redirect /elections/verify.html http://foundation.gnome.org/elections/2001/verify.html
Redirect /elections/vote-counter.py http://foundation.gnome.org/elections/2001/vote-counter.py
Redirect /overview.html http://foundation.gnome.org/elections/overview.html
Redirect /overview_2000.html http://foundation.gnome.org/elections/overview.html
Redirect /elections/2002/preliminary_results.html http://foundation.gnome.org/elections/2002/preliminary-results.html
RewriteRule elections/200./overview.html http://foundation.gnome.org/elections/overview.html [R]
put the dates in dd/mm/yyyy format instead of two or three different 2003-10-07 Vincent Untz <vincent@vuntz.net> * index.html: put the dates in dd/mm/yyyy format instead of two or three different formats. * .htaccess: added so we can redirect people from the old pages to the new ones. I'd like to have a htaccess file which is moved to .htaccess when copying the website (so it is not hidden in CVS), but that'll be for later * membership-form.html: removed (we now use membership-form.php) * press.html * press/*: removed these because we now point to press releases on gnome.org. * advisory_board.html * board_of_directors-2000.html * board_of_directors-2001.html * board_of_directors.html * charter.html * directory.html * documentation.html * executive_director.html * faq-ln7.html * faq.html * index.html * membership-list.html * membership-policy.html * membership.html * organization.html * template.html: updated the links to the elections pages, and added the Fundraising links when it was missing. * announcement.html * ballot-summary-2000.html * election-2000.html * electionresults.html * electionrules-2000.html * final-vote-archive.diff * final_membership_list.txt * list-addresses.py * overview_2000.html * vote-counter.py * voters-2000.html: removed. Those files are now in elections/2000/ (some have been renamed) * ballot-summary-2001.html * election-2001.html * electionrules-2001.html * voters-2001.html * elections/2001-eligible-members.txt * elections/2001-prelim-results.txt * elections/2001-vote-archive.diff * elections/list-addresses.py * elections/verify.html * elections/vote-counter.py: removed. Those files are now in elections/2001/ (some have been renamed) * ballot-summary.html * electionrules.html * elections.html * overview.html * voters.html: removed. Those files are now in elections/2002/ (some have been renamed) * elections/index.html * elections/2000/* * elections/2001/* * elections/2002/candidates.html * elections/2002/overview.html * elections/2002/rules.html * elections/2002/voters.html: new files. Most of them are copies of old files with some modifications (because of the change of directory and updated title).
2003-10-08 12:12:36 +00:00
# Move of the press releases
Redirect /press.html http://www.gnome.org/press/
RewriteRule press/pr-(.*).html$ http://www.gnome.org/press/releases/$1.html [R]