From: Mischa POSLAWSKY Date: Thu, 26 Oct 2023 23:24:30 +0000 (+0200) Subject: bump page versions since v1.13 X-Git-Tag: v1.14^0 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/aad474b0ccf6fddd73b11d8c7ed4c57093ce1741 bump page versions since v1.13 --- diff --git a/codec.plp b/codec.plp index 05fe30e..f13b93a 100644 --- a/codec.plp +++ b/codec.plp @@ -11,7 +11,7 @@ if ($@) { Html({ title => "$title cheat sheet", - version => '1.0', + version => '1.1', description => $info->{intro}, keywords => [@{ $info->{keywords} // [] }, qw' feature comparison support benchmark '], stylesheet => [qw'light circus dark red'], diff --git a/emoji.plp b/emoji.plp index 0d733c7..63572c7 100644 --- a/emoji.plp +++ b/emoji.plp @@ -2,7 +2,7 @@ Html({ title => 'emoji cheat sheet', - version => '1.0', + version => '1.1', description => [ "Emoticons overview and Unicode equivalents" . " of MSN, Y!M, and Gmail icons.", diff --git a/font.plp b/font.plp index f17eab5..a460144 100644 --- a/font.plp +++ b/font.plp @@ -4,7 +4,7 @@ my $font = $Request; Html({ title => 'font coverage '.($font ? "for $font" : 'sheet'), - version => '1.3', + version => '1.4', keywords => [qw( unicode font glyph char character support overview cover coverage script block symbol sign mark reference table diff --git a/index.plp b/index.plp index c20b44b..8d48cf7 100644 --- a/index.plp +++ b/index.plp @@ -2,7 +2,7 @@ Html({ title => 'cheat sheets', - version => '1.13', + version => '1.14', description => [ "Cheat sheets summarising various software programs and standards.", ], diff --git a/latin.plp b/latin.plp index 70c9b05..578d858 100644 --- a/latin.plp +++ b/latin.plp @@ -2,7 +2,7 @@ Html({ title => 'latin alphabet cheat sheet', - version => '1.6', + version => '1.7', description => [ ], keywords => [qw' diff --git a/perl.plp b/perl.plp index 1f5cfe7..1699d9b 100644 --- a/perl.plp +++ b/perl.plp @@ -2,7 +2,7 @@ Html({ title => 'perl version cheat sheet', - version => '1.4', + version => '1.5', keywords => [qw' perl version feature features comparison sheet cheat overview summary diff --git a/sc.plp b/sc.plp index 4ad48a3..e784cbd 100644 --- a/sc.plp +++ b/sc.plp @@ -38,7 +38,7 @@ my $datafile = "sc-units-$Request"; Html({ title => "$scver{title} unit cheat sheet", - version => '1.3', + version => '1.4', description => [ "Reference of $scver{game} unit properties," . " comparing various statistics of all the units in $scver{name}" diff --git a/termcol.plp b/termcol.plp index 0e7c569..5f89c3f 100644 --- a/termcol.plp +++ b/termcol.plp @@ -2,7 +2,7 @@ Html({ title => ($Request ? 'terminal colour' : 'colour palettes') . ' cheat sheet', - version => '1.3', + version => '1.4', description => [!$Request ? "Comparison of various colour palettes." : ( "Index of all terminal/console colour codes,", "with an example result of various environments.", diff --git a/unicode.plp b/unicode.plp index 0ba7c3f..edad58c 100644 --- a/unicode.plp +++ b/unicode.plp @@ -2,7 +2,7 @@ Html({ title => 'unicode glyph cheat sheet', - version => '1.3', + version => '1.4', description => [ "Common Unicode characters with digraph or code point, layed out for quick location.", "Includes general symbols, arrows, drawing characters, and IPA letters.",