index: release v1.18 with only altgr index linked
[sheet.git] / vimperator.plp
index cd165a8b92ef9e8efc9e613c72839ccb3075496d..50baa1b7ae8fa9b2a82ca1efa743bc0481f04db8 100644 (file)
@@ -1,30 +1,3 @@
-<(common.inc.plp)><:
-
-Html({
-       title => 'vimperator cheat sheet',
-       version => '1.2',
-       description => [
-               "Interactive cheat sheet for the Vimperator (or Pentadactyl)",
-               "Firefox extension, describing the function of each key.",
-       ],
-       keywords => [qw'
-               vimperator firefox pentadactyl vim sheet cheat reference overview
-               commands keyboard browser vimfx vimium cvim
-       '],
-       stylesheet => [qw( light dark circus mono red )],
-       keys => 1,
-});
-
-:>
-<h1>Vimperator cheat sheet</h1>
-
-<h2>normal mode (default)</h2>
-
 <:
-use Shiar_Sheet::Keyboard 2.07;
-my $info = do 'vimperator.eng.inc.pl' or die $@;
-my $keys = Shiar_Sheet::Keyboard->new($info);
-$keys->map($get{map}) or undef $get{map};
-$keys->print_rows($get{rows});
-$keys->print_legends(\%get);
-
+$Request = 'vimperator';
+Include 'keyboard.plp';