X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/db3d07fcafd3085df1c3350fb77df54fc0a85803..c1fc4711bae4a2d5d2203eaa97d0e6b0bb83b6d0:/vimperator.plp diff --git a/vimperator.plp b/vimperator.plp index f2bea96..624f412 100644 --- a/vimperator.plp +++ b/vimperator.plp @@ -2,14 +2,14 @@ Html({ title => 'vimperator cheat sheet', - version => '1.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 '], stylesheet => [qw( light dark circus mono red )], keys => 1, @@ -22,7 +22,7 @@ Html({ <: use Shiar_Sheet::Keyboard 2.07; -my $info = do 'vimperator.eng.inc.pl' or die $@; +my $info = Data('vimperator.eng'); my $keys = Shiar_Sheet::Keyboard->new($info); $keys->map($get{map}) or undef $get{map}; $keys->print_rows($get{rows});