minor updates to footers (file-specific git links)
[sheet.git] / readline.plp
index f9a29b18f38cc74cce8dad0f6fdf2091554ce992..81421628e44370262bff8f1f771c527be53a6544 100644 (file)
@@ -16,8 +16,8 @@ $header{content_type} = "text/html; charset=$sign{charset}";
 <html>
 
 <head>
-<title>readline cheat sheet</title>
 <meta http-equiv="content-type" content="<:= $header{content_type} :>">
+<title>readline 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]--><:
@@ -104,11 +104,13 @@ $keys->print_rows($get{rows} || '^x=213', [4,3,2]);
 </div>
 
 <p class="footer">
-       <a href="/" rel="home">sheet.shiar.nl</a>/readline
-       <a href="git://git.shiar.nl/sheet" rel="vcs-git" title="Git repository"><:= $VERSION :></a>
+       <a href="/" rel="home">sheet.shiar.nl</a>/readline.<a href="/source/readline.plp"
+        rel="code" title="Written in Perl">plp</a>
+       <a href="http://git.shiar.nl/sheet.git/history/HEAD:/readline.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>