cc: page listing names for ISO-3166 country codes
authorMischa POSLAWSKY <perl@shiar.org>
Tue, 28 Apr 2009 00:29:01 +0000 (00:29 +0000)
committerMischa POSLAWSKY <perl@shiar.org>
Tue, 28 Apr 2009 00:29:01 +0000 (00:29 +0000)
commitc26d5da0a9b989982e7897ff5712d0fc79a714b4
treef63a6d9f8cce2a9416b06fa8fa16c92ede311524
parent4f4c79b0fd9e7fb10c1059c90b581dfc4f35fdac
cc: page listing names for ISO-3166 country codes

Initial data set up using:

perl -MDBIx::Simple -MData::Dump=pp -e 'pp({
DBIx::Simple->new("dbi:SQLite:dbname=locale.db")->query(q[
SELECT country.code_alpha2, country.name, continent.name
FROM country LEFT JOIN continent ON country.code_alpha2 = continent.country_code
ORDER BY country.code_alpha2
])->map_arrays(0)
})'
base.css
cc.inc.pl [new file with mode: 0644]
cc.plp [new file with mode: 0644]