readline: rename from bash (which is just one application)
authorMischa POSLAWSKY <perl@shiar.org>
Tue, 5 May 2009 13:48:52 +0000 (13:48 +0000)
committerMischa POSLAWSKY <perl@shiar.org>
Tue, 5 May 2009 13:48:52 +0000 (13:48 +0000)
index.plp
readline.inc.pl [moved from bash.inc.pl with 100% similarity]
readline.plp [moved from bash.plp with 98% similarity]

index 7cf10f53efdd151cdd5b625119b30b5f6ca3a0ff..1927f13b0fabcc76ec03cca27f88cd42d95f6b42 100644 (file)
--- a/index.plp
+++ b/index.plp
@@ -40,7 +40,7 @@ but you're free to use, print, alter, and redistribute under the AGPL license.
 <li><a href="/vim">vi/vim</a>
 <li><a href="/vimperator">vimperator</a>
 <li><a href="/nethack">nethack</a>
-<li><a href="/bash">readline/bash</a>
+<li><a href="/readline">readline</a>
 </ul>
 
 <h2>Unicode characters</h2>
similarity index 100%
rename from bash.inc.pl
rename to readline.inc.pl
similarity index 98%
rename from bash.plp
rename to readline.plp
index dfaeda4d83ed93716a367043e4993d5806ee63be..b8a6022c6c19b80ec8514163409ab5eebd1e9b9b 100644 (file)
--- a/bash.plp
@@ -51,7 +51,7 @@ $header{content_type} = "text/html; charset=$sign{charset}";
 
 <:
 use Shiar_Sheet::Keyboard;
-my $keys = Shiar_Sheet::Keyboard->new({do 'bash.inc.pl'});
+my $keys = Shiar_Sheet::Keyboard->new({do 'readline.inc.pl'});
 $keys->map($get{map}) or undef $get{map};
 $keys->print_rows($get{static} || '543');
 :>