common: bump version to 1.11
[sheet.git] / index.plp
index b0439ff3acd9f1bedb2b8638ad5633cb62c44027..57cca2053319d5704f9a6aeecd2c5d245822a67b 100644 (file)
--- a/index.plp
+++ b/index.plp
@@ -2,13 +2,19 @@
 
 Html({
        title => 'cheat sheets',
-       version => '1.8',
+       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">',
+       ],
 });
 
 :>
@@ -18,7 +24,7 @@ Html({
 Through the miracle of formatting, design, abbreviation, compression, and Perl,
 the following topics have been condensed into single pages of reference.
 <br>
-Originally created by Mischa <span style="font-variant:small-caps">Poslawsky</span>,
+Originally created by Mischa <span class="family-name">Poslawsky</span>,
 but you're free to use, print, alter, and redistribute under the AGPL license.
 </p>
 <:
@@ -28,10 +34,11 @@ if (open my $log, '-|', git => 'log', -1, @format) {{
        $line or next;  # explicitly ignore empty input
        my ($date, $subject) = split /[\t\n]/, $line;
        $date =~ s/ \K/<small>/ and $date .= '</small>';
-       print "<p><strong>Last update</strong>: $date $subject</p>\n";
+       say "<p><strong>Last update</strong>: $date $subject</p>";
 }}
 
 :>
+<nav>
 <div class="section">
 <h2>Keyboard maps</h2>
 <ul>
@@ -50,10 +57,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>
@@ -71,4 +80,5 @@ if (open my $log, '-|', git => 'log', -1, @format) {{
 <li><a href="/emoji">emoticons</a>
 </ul>
 </div>
+</nav>