vimperator: keyboard cheat page
[sheet.git] / vim.plp
diff --git a/vim.plp b/vim.plp
index e8ed73ce65cd1e34c821d5b41eb5a258df124615..505e34e70805b35608f56e398764a9f9822f6aa9 100644 (file)
--- a/vim.plp
+++ b/vim.plp
@@ -31,7 +31,7 @@ $header{content_type} = $ctype;
 <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]--><:
-       my %styles = map {$_ => $_} qw(dark circus mono terse);
+       my %styles = map {$_ => $_} qw(dark circus mono red terse);
        our $style = exists $get{style} && $styles{$get{style}} || 'light';
        printf(qq{\n<link rel="%s" type="text/css" media="all" href="%s" title="%s">},
                $_ eq $style ? 'stylesheet' : 'alternate stylesheet', "$_.css", $_
@@ -42,6 +42,7 @@ $header{content_type} = $ctype;
        print "\n<style> .no, .alias {opacity:.5} </style>"
                if $showkeys and $get{keys} eq 'ghost';
 :>
+<link rel="vcs" type="git" href="git://dev.shiar.nl/sheet">
 
 <script><!--
 function setmode(classname) {
@@ -70,7 +71,7 @@ function setmode(classname) {
 } // setmode
 //--></script>
 
-<body>
+<body id="vim">
 
 <h1>vi/vim cheat sheet</h1>
 
@@ -160,7 +161,7 @@ $keys->print_rows($get{static});
 
 <p class="footer">
        <a href="http://sheet.shiar.nl/vim">sheet.shiar.nl<strong>/vim</strong></a>
-       <a href="git://dev.shiar.net/vi-cheat"><:= "v$VERSION" :></a>
+       <a href="git://dev.shiar.nl/sheet"><:= "v$VERSION" :></a>
        created by Shiar <:= $sign{sep} :>
        <a title="Licensed under the GNU Affero General Public License, version 3"
           href="http://www.fsf.org/licensing/licenses/agpl-3.0.html">AGPLv3</a> <:= $sign{sep} :>