68 lines
		
	
	
	
		
			3.9 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			68 lines
		
	
	
	
		
			3.9 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
| RewriteEngine On
 | |
| 
 | |
| Redirect /directory.html		http://foundation-old.gnome.org/contact/
 | |
| 
 | |
| # Move of the documentation stuff
 | |
| Redirect /documentation.html		http://foundation-old.gnome.org/about/
 | |
| Redirect /charter.html			http://foundation-old.gnome.org/about/charter/
 | |
| Redirect /bylaws.pdf			http://foundation-old.gnome.org/about/bylaws.pdf
 | |
| 
 | |
| # Move of the membership stuff
 | |
| Redirect /membership.html		http://foundation-old.gnome.org/membership/
 | |
| Redirect /membership-list.html		http://foundation-old.gnome.org/membership/members.php
 | |
| Redirect /membership/members.html		http://foundation-old.gnome.org/membership/members.php
 | |
| Redirect /membership-policy.html	http://foundation-old.gnome.org/membership/
 | |
| Redirect /membership-form.html		http://foundation-old.gnome.org/membership/application.php
 | |
| Redirect /membership-form.php		http://foundation-old.gnome.org/membership/application.php
 | |
| 
 | |
| # Move of the organization stuff
 | |
| Redirect /organization.html		http://foundation-old.gnome.org/about/
 | |
| Redirect /advisory_board.html		http://foundation-old.gnome.org/about/
 | |
| Redirect /board_of_directors-2000.html	http://foundation-old.gnome.org/about/history/
 | |
| Redirect /board_of_directors-2001.html	http://foundation-old.gnome.org/about/history/
 | |
| Redirect /board_of_directors.html	http://foundation-old.gnome.org/about/
 | |
| Redirect /executive_director.html	http://foundation-old.gnome.org/about/
 | |
| 
 | |
| # Move of the elections stuff in subdirectories
 | |
| Redirect /announcement.html		http://vote.gnome.org/2000/announcement.html
 | |
| Redirect /ballot-summary-2000.html	http://vote.gnome.org/2000/candidates.html
 | |
| Redirect /ballot-summary-2001.html	http://vote.gnome.org/2001/candidates.html
 | |
| Redirect /ballot-summary.html		http://vote.gnome.org/2002/candidates.html
 | |
| Redirect /election-2000.html		http://vote.gnome.org/2000/
 | |
| Redirect /election-2001.html		http://vote.gnome.org/2001/
 | |
| Redirect /electionresults.html		http://vote.gnome.org/2000/results.html
 | |
| Redirect /electionrules-2000.html	http://vote.gnome.org/2000/rules.html
 | |
| Redirect /electionrules-2001.html	http://vote.gnome.org/2001/rules.html
 | |
| Redirect /electionrules.html		http://vote.gnome.org/2011/rules.html
 | |
| 
 | |
| Redirect /elections.html		http://vote.gnome.org
 | |
| Redirect /final-vote-archive.diff	http://vote.gnome.org/2000/vote-archives.diff
 | |
| Redirect /final_membership_list.txt	http://vote.gnome.org/2000/registered-voters.txt
 | |
| Redirect /list-addresses.py		http://vote.gnome.org/2000/list-addresses.py
 | |
| Redirect /vote-counter.py		http://vote.gnome.org/2000/vote-counter.py
 | |
| Redirect /voters-2000.html		http://vote.gnome.org/2000/voters.html
 | |
| Redirect /voters-2001.html		http://vote.gnome.org/2001/voters.html
 | |
| Redirect /voters.html			http://vote.gnome.org/2002/voters.html
 | |
| Redirect /elections/2001-eligible-members.txt	http://vote.gnome.org/2001/registered-voters.txt
 | |
| Redirect /elections/2001-prelim-results.txt	http://vote.gnome.org/2001/results.txt
 | |
| Redirect /elections/2001-vote-archive.diff	http://vote.gnome.org/2001/vote-archives.diff
 | |
| Redirect /elections/list-addresses.py	http://vote.gnome.org/2001/list-addresses.py
 | |
| Redirect /elections/verify.html		http://vote.gnome.org/2001/verify.html
 | |
| Redirect /elections/vote-counter.py	http://vote.gnome.org/2001/vote-counter.py
 | |
| Redirect /overview.html			http://vote.gnome.org/overview.html
 | |
| Redirect /overview_2000.html		http://vote.gnome.org/overview.html
 | |
| Redirect /elections/2002/preliminary_results.html       http://vote.gnome.org2002/preliminary-results.html
 | |
| RewriteRule elections/200./overview.html	http://vote.gnome.org/overview.html [R]
 | |
| 
 | |
| # Due to a mistake, the URL was announced incorrectly
 | |
| Redirect /elections/2011/candidates.html			 http://vote.gnome.org/2011/candidates.html
 | |
| 
 | |
| # 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]
 | |
| 
 | |
| # Move the annual reports
 | |
| RewriteRule about/gnome_annual_report_(.*).pdf		http://foundation-old.gnome.org/reports/gnome-annual-report-$1.pdf [R]
 | |
| 
 | |
| # Redirect vote.gnome.org
 | |
| Redirect /vote				http://vote.gnome.org
 | 
