From: Mischa POSLAWSKY Date: Wed, 2 Dec 2009 21:26:04 +0000 (+0000) Subject: countries: rename from cc X-Git-Tag: v1.3~75 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/18a6f92cf7a37023188712560bbb12bc96c24b2c?ds=sidebyside countries: rename from cc --- diff --git a/.htaccess b/.htaccess index a17c5d5..98b32d3 100644 --- a/.htaccess +++ b/.htaccess @@ -7,8 +7,9 @@ RewriteBase / RewriteCond %{HTTP_HOST} ^vim?\.shiar\.\w+$ RewriteRule ^(vi(?=m$)|.*) http://sheet.shiar.nl/$1 [R=301] -# redirect old location +# redirect old locations RewriteRule ^vim$ /vi [R=301] +RewriteRule ^cc$ /countries [R=301] # serve vim commands when requesting /digraphs.ex as well RewriteRule ^(digraphs)\.ex(/.*)?$ $1.vim$2 diff --git a/cc.inc.pl b/countries.inc.pl similarity index 100% rename from cc.inc.pl rename to countries.inc.pl diff --git a/cc.plp b/countries.plp similarity index 94% rename from cc.plp rename to countries.plp index 7d1b0d8..6e12b1b 100644 --- a/cc.plp +++ b/countries.plp @@ -18,7 +18,7 @@

Country codes

<: -my $cc = do 'cc.inc.pl'; +my $cc = do 'countries.inc.pl'; { printf ''; @@ -97,9 +97,9 @@ my $cc = do 'cc.inc.pl';