X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/b733f673734a104e3bc0ed2585ff4abbc4db2e78..57c38d5789c45b5f65595af447ad001821dcf828:/index.plp diff --git a/index.plp b/index.plp index 42ff251..479bb1e 100644 --- a/index.plp +++ b/index.plp @@ -2,14 +2,13 @@ Html({ title => 'cheat sheets', - version => 'v1.6', + version => 'v1.7', description => [ "Cheat sheets summarising various software programs and standards.", ], keywords => [qw' sheet cheat reference software overview summary help keyboard map unicode '], - stylesheet => [qw'light dark red'], }); :> @@ -25,7 +24,8 @@ but you're free to use, print, alter, and redistribute under the AGPL license. <: my @format = ('--date=short', "--pretty=%ad (%ar)\t%s"); if (open my $log, '-|', git => 'log', -1, @format) {{ - my $line = readline $log or next; + my $line = readline $log; + $line or next; # explicitly ignore empty input my ($date, $subject) = split /[\t\n]/, $line; $date =~ s/ \K// and $date .= ''; print "

Last update: $date $subject

\n"; @@ -52,7 +52,7 @@ if (open my $log, '-|', git => 'log', -1, @format) {{
  • charsets
  • common glyphs
  • digraphs -
  • script comparison +
  • alphabet comparison
  • font coverage @@ -63,8 +63,10 @@ if (open my $log, '-|', git => 'log', -1, @format) {{
  • browser support
  • country codes
  • perl versions +
  • apl symbols
  • terminal colours -
  • starcraft units +
  • starcraft 2 units + (bw)
  • emoticons