Return to Snippet

Revision: 558
at July 18, 2006 21:59 by ringo


Initial Code
countries = [
	["",  "Generic",  ["1.0","2.0", "2.5"]],
	["ar%2F", "Argentina",  ["2.5"]],
	["au%2F", "Australia",  ["2.0","2.1"]],
	["at%2F", "Austria",   ["1.0","2.0"]],
	["be%2F", "Belgium",  ["2.0"]],
	["br%2F", "Brazil",  ["2.0", "2.5"]],
	["bg%2F", "Bulgaria",  ["2.5"]],
	["ca%2F", "Canada",  ["2.0","2.5"]],
	["cl%2F", "Chile",  ["2.0"]],
	["hr%2F", "Croatia",  ["2.0","2.5"]],
	["hu%2F", "Hungary",  ["2.5"]],
	["fi%2F", "Finland",  ["1.0"]],
	["fr%2F", "France",  ["2.0"]],
	["de%2F", "Germany",  ["2.0","2.5"]],
	["il%2F", "Israel",  ["1.0"]],
	["it%2F", "Italy",  ["2.0"]],
	["jp%2F", "Japan",  ["2.0", "2.1"]],
	["kr%2F", "Korea",  ["2.0"]],
	["my%2F", "Malaysia",  ["2.5"]],
	["nl%2F", "Netherlands",  ["1.0","2.0", "2.5"]],
	["pl%2F", "Poland",  ["2.0", "2.5"]],
	["si%2F", "Slovenia",  ["2.5"]],
	["za%2F", "South Africa",  ["2.0", "2.5"]],
	["es%2F", "Spain",  ["2.0","2.1", "2.5"]],
	["se%2F", "Sweden",  ["2.5"]],
	["tw%2F", "Taiwan",  ["2.0"]],
	["uk%2F", "UK: England & Wales",  ["2.0"]],
	["scotland%2F", "UK: Scotland",  ["2.5"]]	
]

Initial URL


Initial Description


Initial Title
CC country codes

Initial Tags
textmate

Initial Language
Ruby