countries: prefer most significant country of .rb
[sheet.git] / countries.plp
index 575aa8bb2c40be3c67eb89e495f1e64c54a7d0ad..83a98f47c951e2849b30439e050407dd600c84b5 100644 (file)
@@ -4,13 +4,13 @@ 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'],
+               "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'],
 });
 
 :>
-<h1>ISO-3166-2α2 Country codes</h1>
+<h1>ISO-3166-1α2 Country codes</h1>
 
 <:
 my $cc = do 'countries.inc.pl';
@@ -62,9 +62,9 @@ my $cc = do 'countries.inc.pl';
        <td class="X c-oc">oceania
        <td class="X c-sa">south america
        <td class="X c-na">north america
-       <td class="Xr">reserved
-       <td class="">free
+       <td class="X Xr">reserved
        <td class="X Xi">unused
+       <td class="">free
        <td class="X Co">user-assigned
        </table>