X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/94340f1100e0b3171e6d382b6bf9d304919683f4..8b237b43167a2443b69b6c0a3aec13c926782fc1:/countries.plp diff --git a/countries.plp b/countries.plp index a97a174..24be348 100644 --- a/countries.plp +++ b/countries.plp @@ -2,15 +2,15 @@ Html({ title => 'country code cheat sheet', - version => 'v1.0', + version => 'v1.1', description => - "Table of ISO-3166-2 country codes with the names of reserved territories.", - keywords => [qw'country code cc tld territory land table'], + "Table of ISO-3166-1 country codes with the names of reserved territories.", + keywords => [qw'country code cc tld cctld continent territory land table'], stylesheet => [qw'light dark circus mono red'], }); :> -

ISO-3166-2α2 Country codes

+

ISO-3166-1α2 Country codes

<: my $cc = do 'countries.inc.pl'; @@ -36,11 +36,12 @@ my $cc = do 'countries.inc.pl'; $ref ||= $code; local $_ = $ref; if (exists $get{show}) { - my $img = "flag/$ref.png"; + my $img = "data/flag/$ref.png"; $_ = sprintf '%s', $img, $ref if -e $img; } else { $_ = EscapeHTML($short || $name); + $name .= " → $ref" if $ref and $ref ne $code; } printf "\n".'%s', $_ ? 'X '.$class : '', EscapeHTML("$code: $name"), $_; @@ -58,11 +59,12 @@ my $cc = do 'countries.inc.pl'; africa europe asia - antarctica + antarctica oceania south america north america - reserved + reserved + org free user-assigned