minor updates to footers (file-specific git links)
[sheet.git] / index.plp
index 7cf10f53efdd151cdd5b625119b30b5f6ca3a0ff..b707e7ed378180a4bc029bc66540b928c32dc628 100644 (file)
--- a/index.plp
+++ b/index.plp
@@ -12,10 +12,10 @@ $header{content_type} = "text/html; charset=utf-8";
 <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">
-<style>
+<style type="text/css">
        ul {
                text-align: center;
                margin-bottom: 1ex;
@@ -37,10 +37,12 @@ but you're free to use, print, alter, and redistribute under the AGPL license.
 
 <h2>Keyboard maps</h2>
 <ul>
+<li><a href="/readline">readline</a>
 <li><a href="/vim">vi/vim</a>
 <li><a href="/vimperator">vimperator</a>
+<li><a href="/mutt">mutt</a>
 <li><a href="/nethack">nethack</a>
-<li><a href="/bash">readline/bash</a>
+<li><a href="/mplayer">mplayer</a>
 </ul>
 
 <h2>Unicode characters</h2>
@@ -51,10 +53,11 @@ but you're free to use, print, alter, and redistribute under the AGPL license.
 </ul>
 
 <p class="footer">
-       <a href="http://sheet.shiar.nl/" rel="home">sheet.shiar.nl</a>/
+       <a href="http://sheet.shiar.nl/" rel="home">sheet.shiar.nl</a>/index.<a
+        href="/source/index.plp" rel="code" title="Written in Perl">plp</a>
        <a href="http://git.shiar.nl/sheet.git" rel="vcs-git" title="Git repository"><:= $VERSION :></a>
        created by <a href="http://shiar.nl/" rel="author">Shiar</a> •
-       <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>