X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/dfe70494e786fc038d0f82b6e16c4b3388493a27..81aefba6ac586eccbe18b4e90efc175e34fff5ad:/index.plp diff --git a/index.plp b/index.plp index 7cf10f5..ed32157 100644 --- a/index.plp +++ b/index.plp @@ -1,30 +1,17 @@ -<: -use utf8; -use strict; -use warnings; - -our $VERSION = 'v1.0'; - -$header{content_type} = "text/html; charset=utf-8"; +<(common.inc.plp)><: -:> - - - -vi cheat sheet - - - - - - +Html({ + title => 'cheat sheets', + version => '1.7', + 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

@@ -34,27 +21,53 @@ 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 .= ''; + print "

Last update: $date $subject

\n"; +}} +:> +

Keyboard maps

+
+

Unicode characters

+
- +
+

Other references

+ +