index: link to dieren page
[sheet.git] / index.plp
index 36d87eb4b4683830ce4cd3de76e152246be2d965..c2e939bc90b569f7cac2daeaf456a6567f30c00f 100644 (file)
--- a/index.plp
+++ b/index.plp
@@ -2,13 +2,19 @@
 
 Html({
        title => 'cheat sheets',
-       version => '1.9',
+       version => '1.11',
        description => [
                "Cheat sheets summarising various software programs and standards.",
        ],
        keywords => [qw'
                sheet cheat reference software overview summary help keyboard map unicode
        '],
+       raw => [
+               '<link rel="sitemap" type="application/xml" href="/sitemap.xml">',
+               '<link rel="alternate" type="application/rss+xml"',
+               ' title="RSS feed of repository updates"',
+               ' href="http://git.shiar.nl/sheet.git/rss">',
+       ],
 });
 
 :>
@@ -26,6 +32,7 @@ my @format = ('--date=short', "--pretty=%ad (%ar)\t%s");
 if (open my $log, '-|', git => 'log', -1, @format) {{
        my $line = readline $log;
        $line or next;  # explicitly ignore empty input
+       EscapeHTML $line;
        my ($date, $subject) = split /[\t\n]/, $line;
        $date =~ s/ \K/<small>/ and $date .= '</small>';
        say "<p><strong>Last update</strong>: $date $subject</p>";
@@ -51,10 +58,12 @@ if (open my $log, '-|', git => 'log', -1, @format) {{
 <h2>Unicode characters</h2>
 <ul>
 <li><a href="/charset">charsets</a>
+<li><a href="/charset/unicode">unicode allocation</a>
 <li><a href="/unicode">common glyphs</a>
 <li><a href="/digraphs">digraphs</a>
 <li><a href="/writing">alphabet comparison</a>
 <li><a href="/latin">latin variants</a>
+<li><a href="/digits">numerals</a>
 <li><a href="/font">font coverage</a>
 </ul>
 </div>
@@ -70,6 +79,7 @@ if (open my $log, '-|', git => 'log', -1, @format) {{
 <li><a href="/sc/2">starcraft 2 units</a>
        (<a href="/sc" title="StarCraft: Brood War">bw</a>)
 <li><a href="/emoji">emoticons</a>
+<li><a href="/dieren">dieren (Dutch animals)</a>
 </ul>
 </div>
 </nav>