X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/28151a28db84c6d6018232f36c0003ecd562b3f0..93206827330428f33809785db63d8bd90dca2730:/mutt.plp diff --git a/mutt.plp b/mutt.plp index cd90e86..f3909fe 100644 --- a/mutt.plp +++ b/mutt.plp @@ -1,30 +1,21 @@ <(common.inc.plp)><: - use Shiar_Sheet::KeySigns qw(%sign); - our $VERSION = 'v1.0'; +Html({ + title => 'mutt cheat sheet', + version => 'v1.1', + description => [ + "Cheat sheet for the Mutt e-mail client,", + "showing the default binding for each key.", + ], + keywords => [qw' + mutt MUA email client sheet cheat reference overview commands keyboard + '], + charset => $sign{charset}, + stylesheet => [qw'light dark circus mono red terse'], + keys => 1, +}); - $header{content_type} = "text/html; charset=$sign{charset}"; - -:> - - - - -mutt cheat sheet -<:= stylesheet(qw'light dark circus mono red terse') :> - -<: - our $showkeys = exists $get{keys} && $get{keys} ne '0'; - print "\n".'' - unless $showkeys; - print "\n".'' - if $showkeys and $get{keys} eq 'ghost'; :> - - - -

Mutt cheat sheet

index (default)

@@ -39,8 +30,10 @@ <: -use Shiar_Sheet::Keyboard; -my $keys = Shiar_Sheet::Keyboard->new({do 'mutt.inc.pl'}); +use Shiar_Sheet::Keyboard 2; +my $info = do 'mutt.eng.inc.pl' or die $@; +$info->{def} = do 'mutt.inc.pl'; +my $keys = Shiar_Sheet::Keyboard->new($info); $keys->map($get{map}) or undef $get{map}; $keys->print_rows($get{rows}); :> @@ -91,14 +84,3 @@ $keys->print_rows($get{rows}); - - -