X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/57c38d5789c45b5f65595af447ad001821dcf828..d22e7febda8720bc38069f7061adb43b98143c48:/index.plp diff --git a/index.plp b/index.plp index 479bb1e..57cca20 100644 --- a/index.plp +++ b/index.plp @@ -2,13 +2,19 @@ Html({ title => 'cheat sheets', - version => 'v1.7', + 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 => [ + '', + '', + ], }); :> @@ -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.
-Originally created by Mischa Poslawsky, +Originally created by Mischa Poslawsky, but you're free to use, print, alter, and redistribute under the AGPL license.

<: @@ -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// and $date .= ''; - print "

Last update: $date $subject

\n"; + say "

Last update: $date $subject

"; }} :> +