common: bump version to 1.11
[sheet.git] / vimperator.plp
index 3493d842775b026b51eabfb651b520918f6548c9..08ea859b47b15126d8b097eb9d40783730c8b462 100644 (file)
@@ -2,17 +2,16 @@
 
 Html({
        title => 'vimperator cheat sheet',
-       version => 'v1.2',
+       version => '1.3',
        description => [
-               "Interactive cheat sheet for the Vimperator Firefox extension,",
-               "describing the function of each key.",
+               "Interactive cheat sheet for the Vimperator (or Pentadactyl)",
+               "Firefox extension, describing the function of each key.",
        ],
        keywords => [qw'
-               vimperator firefox vim iceweasel sheet cheat reference overview
-               commands keyboard browser
+               vimperator firefox pentadactyl vim sheet cheat reference overview
+               commands keyboard browser vimfx vimium cvim
        '],
-       charset => $sign{charset},
-       stylesheet => [qw'light dark circus mono red terse'],
+       stylesheet => [qw( light dark circus mono red )],
        keys => 1,
 });
 
@@ -22,38 +21,10 @@ Html({
 <h2>normal mode (default)</h2>
 
 <:
-use Shiar_Sheet::Keyboard 2;
+use Shiar_Sheet::Keyboard 2.07;
 my $info = do 'vimperator.eng.inc.pl' or die $@;
-$info->{def} = do 'vimperator.inc.pl';
-$_->{"\e"} = ['mv mode', "normal mode"] for values %{ $info->{def} };
-delete $info->{def}->{''}->{"\e"};
 my $keys = Shiar_Sheet::Keyboard->new($info);
 $keys->map($get{map}) or undef $get{map};
 $keys->print_rows($get{rows});
-:>
-
-<hr>
-
-<div class="help">
-       <div class="left">
-<: $keys->print_legend('legend-types', [qw( ci pm po co cp mi mo mv me )]) :>
-       </div>
-
-       <div class="right">
-<: $keys->print_legend('legend-options', [qw( arg args )]) :>
-
-               <ul class="legend legend-set">
-               <li>keyboard <strong>map</strong> is
-                       <:= $get{map} ? 'set to ' : '' :><em><:= $keys->{map} :></em>
-               <li><strong>ascii</strong> mode is
-                       <:= defined $sign{-ascii} && 'forced ' :><em><:=
-                               $sign{-ascii} ? 'on' : 'off' :></em>
-               <li><strong>keys</strong> are
-                       <em><:= $showkeys ? 'always shown' : 'hidden if unassigned' :></em><:=
-                               !exists $get{keys} && ' by default' :>
-               <li>default <strong>style</strong> is
-                       <:= defined $get{style} && 'set to ' :><em><:= $style :></em>
-               </ul>
-       </div>
-</div>
+$keys->print_legends(\%get);