changed git repository location
authorMischa POSLAWSKY <perl@shiar.org>
Wed, 7 Jan 2009 13:46:17 +0000 (13:46 +0000)
committerMischa POSLAWSKY <perl@shiar.org>
Tue, 3 Feb 2009 14:31:25 +0000 (14:31 +0000)
Prefer dev.shiar.nl now, part of a greater scheme to unify the various
shiar.* tlds.  To improve (automated) source visibility, add head links
with the newly proposed rel=vcs microformat;
<http://kitenet.net/~joey/rfc/rel-vcs>

digraphs.plp
unicode.plp
vim.plp

index be33d63fe57546e26ca562a067620e618966dfd0..84b063e519f3431f5f09e4113a15de09c3313735 100644 (file)
@@ -17,6 +17,7 @@ $header{content_type} = 'text/html; charset=utf-8';
 <title>digraph cheat sheet</title>
 <meta http-equiv="content-type" content="utf-8">
 <link rel="stylesheet" type="text/css" media="all" href="digraphs.css">
+<link rel="vcs" type="git" href="git://dev.shiar.nl/sheet">
 </head>
 
 <body>
@@ -119,7 +120,7 @@ print "</table>\n";
 
 <p id="footer">
        <a href="http://sheet.shiar.nl/digraphs">sheet.shiar.nl<strong>/digraphs</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 •
        <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> •
index fc9461ee5047f940caa0db7b1436371e50714726..dd7de6d2fe3f8f2825b425e1b96d656908599ce8 100644 (file)
@@ -17,6 +17,7 @@ $header{content_type} = 'text/html; charset=utf-8';
 <title>digraph cheat sheet</title>
 <meta http-equiv="content-type" content="utf-8">
 <link rel="stylesheet" type="text/css" media="all" href="/digraphs.css">
+<link rel="vcs" type="git" href="git://dev.shiar.nl/sheet">
 </head>
 
 <body>
@@ -281,7 +282,7 @@ print_glyph_tables(
 
 <p id="footer">
        <a href="http://sheet.shiar.nl/unicode">sheet.shiar.nl<strong>/unicode</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 •
        <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> •
diff --git a/vim.plp b/vim.plp
index e8ed73ce65cd1e34c821d5b41eb5a258df124615..4be5d712e89737d9d33e6fba47d23d27c0b64991 100644 (file)
--- a/vim.plp
+++ b/vim.plp
@@ -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) {
@@ -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} :>