common: bump version to 1.9 v1.9
authorMischa POSLAWSKY <perl@shiar.org>
Thu, 23 Mar 2017 03:23:50 +0000 (04:23 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Thu, 23 Mar 2017 03:24:18 +0000 (04:24 +0100)
Mark significant changes since v1.8 and force CSS reload.

browser.plp
common.inc.plp
digraphs.plp
index.plp
latin.plp
perl.plp
termcol.plp
writing.plp

index 4a964fd6bc89a66642fc405e6fc3e358a1baddbc..0fc1627cec5eb3265ca13ac16eb34b7d3ed6bc46 100644 (file)
@@ -6,7 +6,7 @@ no if $] >= 5.018, warnings => 'experimental::smartmatch';
 
 Html({
        title => 'browser compatibility cheat sheet',
 
 Html({
        title => 'browser compatibility cheat sheet',
-       version => '1.3',
+       version => '1.4',
        description => [
                "Compatibility table of new web features (HTML5, CSS3, SVG, Javascript)",
                "comparing support and usage share for all popular browser versions.",
        description => [
                "Compatibility table of new web features (HTML5, CSS3, SVG, Javascript)",
                "comparing support and usage share for all popular browser versions.",
index fe2a2878a6a09d8c5e7861b2bb6e7d12452e89d7..fa0e14f62f5ee11308b5f537b93071f2f159a912 100644 (file)
@@ -41,7 +41,7 @@ sub stylesheet {
 
        return join "\n", map { sprintf(
                '<link rel="%s" type="text/css" media="all" href="%s" title="%s">',
 
        return join "\n", map { sprintf(
                '<link rel="%s" type="text/css" media="all" href="%s" title="%s">',
-               $_ eq $style ? 'stylesheet' : 'alternate stylesheet', "/$_.css?1.8", $_
+               $_ eq $style ? 'stylesheet' : 'alternate stylesheet', "/$_.css?1.9", $_
        ) } @_;
 }
 
        ) } @_;
 }
 
index e66ec8f87cadfb5d2af978188bb9252a099d1acf..aca0766bc9ec509a0bf08fb30d7245dadcde5f49 100644 (file)
@@ -6,7 +6,7 @@ my $modename = $mode ? 'X.Org' : 'RFC-1345';
 
 Html({
        title => 'digraph cheat sheet',
 
 Html({
        title => 'digraph cheat sheet',
-       version => '1.1',
+       version => '1.2',
        description => [
                "Complete table of digraph characters from $modename.",
        ],
        description => [
                "Complete table of digraph characters from $modename.",
        ],
index b0439ff3acd9f1bedb2b8638ad5633cb62c44027..01b59c4844c8837b7ed0b70672c5f1d738dcc536 100644 (file)
--- a/index.plp
+++ b/index.plp
@@ -2,7 +2,7 @@
 
 Html({
        title => 'cheat sheets',
 
 Html({
        title => 'cheat sheets',
-       version => '1.8',
+       version => '1.9',
        description => [
                "Cheat sheets summarising various software programs and standards.",
        ],
        description => [
                "Cheat sheets summarising various software programs and standards.",
        ],
index e27a91607e2d662f676f8be50f393f183c6c90f8..03820d2c4717b3c69a26dcbd0e7e5e562349650d 100644 (file)
--- a/latin.plp
+++ b/latin.plp
@@ -2,7 +2,7 @@
 
 Html({
        title => 'latin alphabet cheat sheet',
 
 Html({
        title => 'latin alphabet cheat sheet',
-       version => '1.2',
+       version => '1.3',
        description => [
        ],
        keywords => [qw'
        description => [
        ],
        keywords => [qw'
index ff3054e679b8575e87d8ecaebaf1fc560cceae89..57401d2be1214cf072e1c349457e380d2f4974e8 100644 (file)
--- a/perl.plp
+++ b/perl.plp
@@ -2,7 +2,7 @@
 
 Html({
        title => 'perl version cheat sheet',
 
 Html({
        title => 'perl version cheat sheet',
-       version => '1.1',
+       version => '1.2',
        keywords => [qw'
                perl version feature features comparison
                sheet cheat overview summary
        keywords => [qw'
                perl version feature features comparison
                sheet cheat overview summary
index d4cd63f4b7b7d36dafa9f8d895be8f72f421ac70..6f7a55d979cf7a6d14fcac0839019c828232fce2 100644 (file)
@@ -2,7 +2,7 @@
 
 Html({
        title => 'terminal colour cheat sheet',
 
 Html({
        title => 'terminal colour cheat sheet',
-       version => '1.0',
+       version => '1.1',
        description => [
                "Index of all terminal/console colour codes,",
                "with an example result of various environments.",
        description => [
                "Index of all terminal/console colour codes,",
                "with an example result of various environments.",
index 81ef21bcdaf08727032eb3fd39873a340c3cdf66..61e9e1f7f2dc1914ac9ebe1c691f4b0640bf16a1 100644 (file)
@@ -2,7 +2,7 @@
 
 Html({
        title => 'writing system inheritance sheet',
 
 Html({
        title => 'writing system inheritance sheet',
-       version => '1.1',
+       version => '1.2',
        description => [
                "Character comparison,",
                "tracking letters as they evolve from Phoenician to modern scripts.",
        description => [
                "Character comparison,",
                "tracking letters as they evolve from Phoenician to modern scripts.",