From: Mischa POSLAWSKY Date: Thu, 26 May 2022 21:08:35 +0000 (+0200) Subject: bump versions of all pages with visible changes since v1.11 X-Git-Tag: v1.13^0 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/637b7a6936d2937561bdbcd44595384fc5cc14f3 bump versions of all pages with visible changes since v1.11 --- diff --git a/base.plp b/base.plp index 226a4cd..a68a71f 100644 --- a/base.plp +++ b/base.plp @@ -2,7 +2,7 @@ Html({ title => 'number bases', - version => '1.1', + version => '1.2', description => [ "Cheat sheets summarising various software programs and standards.", ], diff --git a/browser.plp b/browser.plp index 06e55e5..5811594 100644 --- a/browser.plp +++ b/browser.plp @@ -4,7 +4,7 @@ no if $] >= 5.018, warnings => 'experimental::smartmatch'; Html({ title => 'browser compatibility cheat sheet', - version => '1.5', + version => '1.6', description => [ "Compatibility table of new web features (HTML5, CSS3, SVG, Javascript)", "comparing support and usage share for all popular browser versions.", diff --git a/chars.plp b/chars.plp index bea56cf..e43099e 100644 --- a/chars.plp +++ b/chars.plp @@ -2,7 +2,7 @@ Html({ title => 'character support sheet', - version => '1.1', + version => '1.2', keywords => [qw' unicode glyph char character reference common ipa symbol sign mark table digraph '], diff --git a/charset.plp b/charset.plp index 9ab15f1..eb23d7e 100644 --- a/charset.plp +++ b/charset.plp @@ -5,7 +5,7 @@ my @tablist = split m{/+}, $Request || 'default'; Html({ title => 'charset cheat sheet', - version => '1.2', + version => '1.3', description => [ "Reference sheet with all glyphs in common character encoding tables,", "and an overview of Unicode ranges and UTF-8 bytes.", diff --git a/common.inc.plp b/common.inc.plp index f7ca700..2483504 100644 --- a/common.inc.plp +++ b/common.inc.plp @@ -78,7 +78,7 @@ sub stylesheet { return map { sprintf( '', - $_ eq $style ? 'stylesheet' : 'alternate stylesheet', "/$_.css?1.12", $_ + $_ eq $style ? 'stylesheet' : 'alternate stylesheet', "/$_.css?1.13", $_ ) } @avail; } diff --git a/font.plp b/font.plp index 07df3bd..30a4234 100644 --- a/font.plp +++ b/font.plp @@ -4,7 +4,7 @@ my $font = $Request; Html({ title => 'font coverage '.($font ? "for $font" : 'sheet'), - version => '1.2', + version => '1.3', 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 e3cd122..6dfad81 100644 --- a/index.plp +++ b/index.plp @@ -2,7 +2,7 @@ Html({ title => 'cheat sheets', - version => '1.11', + version => '1.13', description => [ "Cheat sheets summarising various software programs and standards.", ], diff --git a/keyboard.plp b/keyboard.plp index 2ecfa8b..eee5d92 100644 --- a/keyboard.plp +++ b/keyboard.plp @@ -2,7 +2,7 @@ Html({ title => 'keyboard cheat sheet', - version => '1.1', + version => '1.2', description => [ "Windows US international keyboard layout table", "with the AltGr modifier key.", diff --git a/latin.plp b/latin.plp index 199a49c..f9453e6 100644 --- a/latin.plp +++ b/latin.plp @@ -2,7 +2,7 @@ Html({ title => 'latin alphabet cheat sheet', - version => '1.5', + version => '1.6', description => [ ], keywords => [qw' diff --git a/mplayer.plp b/mplayer.plp index d868fc9..077c7c5 100644 --- a/mplayer.plp +++ b/mplayer.plp @@ -5,7 +5,7 @@ my $include = "\L$mode.eng.inc.pl"; Html({ title => "\L$mode\E cheat sheet", - version => '1.1', + version => '1.2', description => [ "Keyboard cheat sheet for the $mode media player,", "overviewing the default controls." diff --git a/perl.plp b/perl.plp index 131291e..41768c1 100644 --- a/perl.plp +++ b/perl.plp @@ -2,7 +2,7 @@ Html({ title => 'perl version cheat sheet', - version => '1.3', + version => '1.4', keywords => [qw' perl version feature features comparison sheet cheat overview summary diff --git a/readline.plp b/readline.plp index 1c5350a..7c0bcb4 100644 --- a/readline.plp +++ b/readline.plp @@ -2,7 +2,7 @@ Html({ title => 'readline cheat sheet', - version => '1.1', + version => '1.2', description => [ "Reference sheet of default key bindings for GNU readline,", "used for line-editing in most Unix software, notably Emacs and Bash.", diff --git a/sc.plp b/sc.plp index fc9506a..87befbd 100644 --- a/sc.plp +++ b/sc.plp @@ -38,7 +38,7 @@ my $datafile = "sc-units-$Request.inc.pl"; Html({ title => "$scver{title} unit cheat sheet", - version => '1.2', + version => '1.3', description => [ "Reference of $scver{game} unit properties," . " comparing various statistics of all the units in $scver{name}" diff --git a/source.plp b/source.plp index b10f38b..d7d7cb5 100644 --- a/source.plp +++ b/source.plp @@ -29,7 +29,7 @@ if ($source =~ s{(?<=\Q.inc.pl\E)/jsonp?$}{} and -r $source) { Html({ title => "$source source code", - version => '1.2', + version => '1.3', description => !$source ? 'Index of source files for this site.' : [ "Source code of the $source file at this site,", "with syntax highlighted and references linked." diff --git a/termcol.plp b/termcol.plp index 86ccd45..1d9095f 100644 --- a/termcol.plp +++ b/termcol.plp @@ -2,7 +2,7 @@ Html({ title => ($Request ? 'terminal colour' : 'colour palettes') . ' cheat sheet', - version => '1.2', + version => '1.3', 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 42fcd94..d710b0e 100644 --- a/unicode.plp +++ b/unicode.plp @@ -2,7 +2,7 @@ Html({ title => 'unicode glyph cheat sheet', - version => '1.2', + version => '1.3', description => [ "Common Unicode characters with digraph or code point, layed out for quick location.", "Includes general symbols, arrows, drawing characters, and IPA letters.", diff --git a/vi.plp b/vi.plp index 39d498b..cf4488d 100644 --- a/vi.plp +++ b/vi.plp @@ -2,7 +2,7 @@ Html({ title => 'vi cheat sheet', - version => '1.4', + version => '1.5', description => [ "Interactive cheat sheet for vi text editors, notably Vim,", "describing each key in various modes.", diff --git a/writing.plp b/writing.plp index 2f08da6..fc0a923 100644 --- a/writing.plp +++ b/writing.plp @@ -2,7 +2,7 @@ Html({ title => 'writing system inheritance sheet', - version => '1.2', + version => '1.3', description => [ "Character comparison,", "tracking letters as they evolve from Phoenician to modern scripts.",