X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/28151a28db84c6d6018232f36c0003ecd562b3f0..02e6a32fd44d994d88f8bcb79d47e217455c580d:/mutt.plp diff --git a/mutt.plp b/mutt.plp index cd90e86..4095965 100644 --- a/mutt.plp +++ b/mutt.plp @@ -1,50 +1,33 @@ <(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)

-
@@ -91,14 +74,3 @@ $keys->print_rows($get{rows}); - - -