X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/e23bdedbbacbada904520b4d2a90d13f3dd5179d..dd241141e48016292aaae8210c7aae62957c9ef5:/index.plp diff --git a/index.plp b/index.plp index 22f13df..250778f 100644 --- a/index.plp +++ b/index.plp @@ -2,7 +2,7 @@ Html({ title => 'cheat sheets', - version => 'v1.4', + version => 'v1.5', description => [ "Cheat sheets summarising various software programs and standards.", ], @@ -27,6 +27,7 @@ but you're free to use, print, alter, and redistribute under the AGPL license.

Keyboard maps

@@ -52,20 +54,8 @@ but you're free to use, print, alter, and redistribute under the AGPL license.
  • browser support
  • country codes
  • terminal colours +
  • starcraft units
  • emoticons -<: -if (open my $log, '-|', 'git log -20 --since=2\ week\ ago --pretty=%ai%x00%s%x00%h') { - print "

    Recent updates

    \n\n"; - print "
    \n"; - while (readline $log) { - chomp; - my ($date, $subject, $commit) = split /\0/, $_; - $date =~ s{( .+)}{$1}; - printf '
    %s
    %s
    '."\n", $date, $subject; - } - print "
    \n\n"; -} -