index: link to dieren page
[sheet.git] / index.plp
index 83da183d736444923b421ef4b0ac8993498523ec..c2e939bc90b569f7cac2daeaf456a6567f30c00f 100644 (file)
--- a/index.plp
+++ b/index.plp
@@ -2,7 +2,7 @@
 
 Html({
        title => 'cheat sheets',
-       version => '1.9',
+       version => '1.11',
        description => [
                "Cheat sheets summarising various software programs and standards.",
        ],
@@ -10,6 +10,7 @@ Html({
                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">',
@@ -31,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>";
@@ -56,6 +58,7 @@ 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>
@@ -76,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>