X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/18a6f92cf7a37023188712560bbb12bc96c24b2c..84f6f39be4ffeb6307756b97126ad993bef367a8:/countries.plp diff --git a/countries.plp b/countries.plp index 6e12b1b..a2fa272 100644 --- a/countries.plp +++ b/countries.plp @@ -1,21 +1,16 @@ <(common.inc.plp)><: - our $VERSION = 'v1.0'; -:> - +Html({ + title => 'country code cheat sheet', + version => 'v1.0', + description => + "Table of ISO-3166-2 country codes with the names of reserved territories.", + keywords => [qw'country code cc tld territory land table'], + stylesheet => [qw'light dark circus mono red'], +}); - - -country code cheat sheet - - -<:= stylesheet(qw'light dark mono red') :> - - - - -

Country codes

+:> +

ISO-3166-2α2 Country codes

<: my $cc = do 'countries.inc.pl'; @@ -45,22 +40,8 @@ my $cc = do 'countries.inc.pl'; $_ = sprintf '%s', $img, $ref if -e $img; } else { - $_ = $short || $name; - s/,.*//; - s/(?<=.)\(.*\)\s*//; - s/ republic\b//gi; - s/ islands?\b//gi; - s/\bthe //g; - s/ and / & /g and s/(?<=.)[a-z ]+//g; - s/\bsaint /st /gi; - s/South(?:ern)? /S-/g; - s/North(?:ern)? /N-/g; - s/New /n./g; - s/(\S)(\S+)-/$1-/g; # strip most chars preceding dash - s/(\S{4}[b-df-hj-np-tv-xz])((?%s', $_ ? 'X '.$class : '', EscapeHTML("$code: $name"), $_; } @@ -96,14 +77,3 @@ my $cc = do 'countries.inc.pl'; - - -