index: bump version to 1.6
[sheet.git] / countries.plp
index 6ad015b29a597eaba50073a0bf54e5e96de2c32a..24be34802db88aea9b168d06b803cfeeceaafcc4 100644 (file)
@@ -2,7 +2,7 @@
 
 Html({
        title => 'country code cheat sheet',
-       version => 'v1.0',
+       version => 'v1.1',
        description =>
                "Table of ISO-3166-1 country codes with the names of reserved territories.",
        keywords => [qw'country code cc tld cctld continent territory land table'],
@@ -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 '<img src="/%s" alt="%s">', $img, $ref if -e $img;
                        }
                        else {
                                $_ = EscapeHTML($short || $name);
+                               $name .= " → $ref" if $ref and $ref ne $code;
                        }
                        printf "\n".'<td class="%s" title="%s">%s',
                                $_ ? 'X '.$class : '', EscapeHTML("$code: $name"), $_;
@@ -62,9 +63,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="X Xr">reserved
+       <td class="X Xi">org
        <td class="">free
-       <td class="X Xi">unused
        <td class="X Co">user-assigned
        </table>