cc: improve abbreviations; show options legend
[sheet.git] / vim.plp
diff --git a/vim.plp b/vim.plp
index e357b73d2626205a1cb1a3a33f4bbf39f5b03b15..8c666e94a5c6eee9469d3e29f2fa3fc0e99f06a3 100644 (file)
--- a/vim.plp
+++ b/vim.plp
@@ -16,8 +16,8 @@ $header{content_type} = "text/html; charset=$sign{charset}";
 <html>
 
 <head>
-<title>vi cheat sheet</title>
 <meta http-equiv="content-type" content="<:= $header{content_type} :>">
+<title>vi cheat sheet</title>
 <link rel="stylesheet" type="text/css" media="all" href="base.css">
 <!--[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]--><:
@@ -28,8 +28,8 @@ $header{content_type} = "text/html; charset=$sign{charset}";
        ) for keys %styles;
 
        our $showkeys = exists $get{keys} && $get{keys} ne '0';
-       print "\n<style> .no {visibility:hidden} </style>" unless $showkeys;
-       print "\n<style> .no, .alias {opacity:.5} </style>"
+       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>
@@ -109,11 +109,13 @@ $keys->print_rows($get{rows});
 </div>
 
 <p class="footer">
-       <a href="/" rel="home">sheet.shiar.nl</a>/vim
-       <a href="git://git.shiar.nl/sheet" rel="vcs-git" title="Git repository"><:= $VERSION :></a>
+       <a href="/" rel="home">sheet.shiar.nl</a>/vim.<a href="/source/vim.plp"
+        rel="code" title="Written in Perl">plp</a>
+       <a href="http://git.shiar.nl/sheet.git/history/HEAD:/vim.plp"
+        rel="vcs-git" title="Git repository"><:= $VERSION :></a>
        created by <a href="http://shiar.nl/" rel="author">Shiar</a> <:= $sign{sep} :>
-       <a title="Licensed under the GNU Affero General Public License, version 3" rel="copyright"
-          href="http://www.fsf.org/licensing/licenses/agpl-3.0.html">AGPLv3</a>
+       <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>