bump versions of all pages with visible changes since v1.11
[sheet.git] / index.plp
index 468e92731e84ec4d421f620895dd43416b61f340..6dfad817264ab414dd8446e1ef730ff33e2f4659 100644 (file)
--- a/index.plp
+++ b/index.plp
@@ -2,7 +2,7 @@
 
 Html({
        title => 'cheat sheets',
-       version => '1.11',
+       version => '1.13',
        description => [
                "Cheat sheets summarising various software programs and standards.",
        ],
@@ -35,6 +35,7 @@ if (open my $log, '<', 'UPDATE') {{
        EscapeHTML $line;
        my ($date, $subject) = split /[\t\n]/, $line;
        $date =~ s/ \K/<small>/ and $date .= '</small>';
+       $subject =~ s{\A(\w+)(?=: )}{showlink($1, -e "$1.plp" && "/$1")}e;
        say "<p><strong>Last update</strong>: $date $subject</p>";
 }}
 
@@ -76,8 +77,7 @@ if (open my $log, '<', 'UPDATE') {{
 <li><a href="/perl">perl versions</a>
 <li><a href="/apl">apl symbols</a>
 <li><a href="/termcol">terminal colours</a>
-<li><a href="/sc/2">starcraft 2 units</a>
-       (<a href="/sc" title="StarCraft: Brood War">bw</a>)
+<li><a href="/sc/lotv">starcraft units</a>
 <li><a href="/emoji">emoticons</a>
 <li><a href="/dieren">dieren (Dutch animals)</a>
 </ul>