From 18a6f92cf7a37023188712560bbb12bc96c24b2c Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Wed, 2 Dec 2009 21:26:04 +0000 Subject: [PATCH] countries: rename from cc --- .htaccess | 3 ++- cc.inc.pl => countries.inc.pl | 0 cc.plp => countries.plp | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) rename cc.inc.pl => countries.inc.pl (100%) rename cc.plp => countries.plp (94%) 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';