X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/19dcb04f753b532e55a1e704ca760d509f19c173..352e92112d4f6e464363f1722e1998247c03d0be:/index.plp diff --git a/index.plp b/index.plp index 404d2e3..8baf901 100644 --- a/index.plp +++ b/index.plp @@ -9,7 +9,6 @@ Html({ 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"; @@ -63,6 +63,7 @@ if (open my $log, '-|', git => 'log', -1, @format) {{
  • browser support
  • country codes
  • perl versions +
  • apl symbols
  • terminal colours
  • starcraft units
  • emoticons