X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/8ead727e049d95c57ca27d5e3c92c37be34e687c..2a99bcdadec88d7483903e2c8420ad3e78fcb805:/index.plp diff --git a/index.plp b/index.plp index d3c03ad..f8a1938 100644 --- a/index.plp +++ b/index.plp @@ -1,23 +1,17 @@ <(common.inc.plp)><: - our $VERSION = 'v1.0'; -:> - - - - -cheat sheets -<:= stylesheet(qw'light dark red') :> - - - - +Html({ + title => 'cheat sheets', + version => '1.9', + description => [ + "Cheat sheets summarising various software programs and standards.", + ], + keywords => [qw' + sheet cheat reference software overview summary help keyboard map unicode + '], +}); +:>

Shiar's cheat sheets

@@ -27,30 +21,54 @@ the following topics have been condensed into single pages of reference. Originally created by Mischa Poslawsky, 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; + $line or next; # explicitly ignore empty input + my ($date, $subject) = split /[\t\n]/, $line; + $date =~ s/ \K// and $date .= ''; + say "

Last update: $date $subject

"; +}} +:> +

Keyboard maps

+
+

Unicode characters

+
- +
+

Other references

+ +