unicode: add specific header and footer
[sheet.git] / unicode.plp
index 2d5b54c8a58812f010a9e30dca9fe820a47b9b11..18ed2ce71dcf58a4960c5c95030e79276a4e062f 100644 (file)
@@ -88,7 +88,7 @@ small.value {
 </head>
 
 <body>
 </head>
 
 <body>
-<h1>Common Digraphs</h1>
+<h1>Common uncommon Unicode</h1>
 
 <p>i^k in <a href="/">Vim</a>.
 Also see the <a href="/digraphs">complete digraphs table</a>.</p>
 
 <p>i^k in <a href="/">Vim</a>.
 Also see the <a href="/digraphs">complete digraphs table</a>.</p>
@@ -331,3 +331,17 @@ print table(@$_) for (
                [qw{A I U E O}],
        ],
 );
                [qw{A I U E O}],
        ],
 );
+
+:><p id="footer">
+       <a href="http://vi.shiar.net/unicode">vi.<strong>shiar.net</strong>/unicode</a>
+       <a href="git://dev.shiar.net/vi-cheat"><:= "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> •
+       last update <:
+               use Time::Format qw(time_format);
+               print time_format('yyyy-mm-dd', (stat $ENV{SCRIPT_FILENAME})[9]);
+       :>
+</p>
+
+</html>