nethack: add break points
[sheet.git] / mplayer.plp
index 9d7028d8d0fa461ed744a5d82929275f73f8c5b9..2de974a958d3f5c274f0b921719d2c546cce1b07 100644 (file)
@@ -1,30 +1,21 @@
 <(common.inc.plp)><:
-       use Shiar_Sheet::KeySigns qw(%sign);
 
-       our $VERSION = 'v1.0';
+Html({
+       title => 'mplayer cheat sheet',
+       version => 'v1.0',
+       description => [
+               "Keyboard cheat sheet for the MPlayer media player,",
+               "overviewing the default controls."
+       ],
+       keywords => [qw'
+               mplayer video media sheet cheat reference overview control shortkey keyboard
+       '],
+       charset => $sign{charset},
+       stylesheet => [qw'light dark circus mono red terse'],
+       keys => 1,
+});
 
-       $header{content_type} = "text/html; charset=$sign{charset}";
-
-:><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
- "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-
-<head>
-<meta http-equiv="content-type" content="<:= $header{content_type} :>">
-<title>mplayer cheat sheet</title>
-<:= stylesheet(qw'light dark circus mono red terse') :>
-<!--[if lte IE 6]><style> .help dl.legend dt {margin:0 0 1px} </style><![endif]-->
-<!--[if lte IE 7]><style> .help dl.legend dd {float:none} </style><![endif]--><:
-       our $showkeys = exists $get{keys} && $get{keys} ne '0';
-       print "\n".'<style type="text/css"> .no {visibility:hidden} </style>'
-               unless $showkeys;
-       print "\n".'<style type="text/css"> .no, .alias {opacity:.5} </style>'
-               if $showkeys and $get{keys} eq 'ghost';
 :>
-<script type="text/javascript" src="/keys.js"></script>
-
-<body id="mplayer">
-
 <h1>MPlayer cheat sheet</h1>
 
 <h2>index (default)</h2>
@@ -89,14 +80,3 @@ $keys->print_rows($get{rows}, [1,0]);
        </div>
 </div>
 
-<p class="footer">
-       <a href="/" rel="home">sheet.shiar.nl</a>/mplayer.<a href="/source/mplayer.plp"
-        rel="code" title="Written in Perl">plp</a>
-       <a href="http://git.shiar.nl/sheet.git/history/HEAD:/mplayer.plp"
-        rel="vcs-git" title="Git repository"><:= $VERSION :></a>
-       created by <a href="http://shiar.nl/" rel="author">Shiar</a> <:= $sign{sep} :>
-       <a href="http://www.fsf.org/licensing/licenses/agpl-3.0.html" rel="copyright"
-        title="Licensed under the GNU Affero General Public License, version 3">AGPLv3</a>
-</p>
-
-</html>