common: drop leading 'v' in version numbers
authorMischa POSLAWSKY <perl@shiar.org>
Mon, 21 Sep 2015 17:06:53 +0000 (19:06 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Mon, 21 Sep 2015 22:20:08 +0000 (00:20 +0200)
28 files changed:
apl.plp
base.plp
browser.plp
chars.plp
charset.plp
common.inc.plp
countries.plp
digits.plp
digraphs.plp
emoji.plp
font.plp
index.plp
keyboard.plp
latin.plp
less.plp
mplayer.plp
mutt.plp
nethack.plp
perl.plp
readline.plp
sc.plp
screen.plp
source.plp
termcol.plp
unicode.plp
vi.plp
vimperator.plp
writing.plp

diff --git a/apl.plp b/apl.plp
index 52ea685a7b56c7427f7c11f78dd483dca8ee0c4e..6fdf3ca62da5ba73a0eaccc2578234a5e10c6f41 100644 (file)
--- a/apl.plp
+++ b/apl.plp
@@ -2,7 +2,7 @@
 
 Html({
        title => 'APL',
 
 Html({
        title => 'APL',
-       version => 'v1.0',
+       version => '1.0',
        description => [
        ],
        keywords => [qw'
        description => [
        ],
        keywords => [qw'
index 3a89a53de6979de2a05417ab84620f5698ad353d..0c9ba8b2d362b0eb3ea8ede61b24409eff5a79ff 100644 (file)
--- a/base.plp
+++ b/base.plp
@@ -2,7 +2,7 @@
 
 Html({
        title => 'number bases',
 
 Html({
        title => 'number bases',
-       version => 'v1.1',
+       version => '1.1',
        description => [
                "Cheat sheets summarising various software programs and standards.",
        ],
        description => [
                "Cheat sheets summarising various software programs and standards.",
        ],
index a694f3b25b1745ef481d92a94d0c5eec2bc345f5..782bea8628ddf3128fd58d2927f5fba28856db5b 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 => 'v1.3',
+       version => '1.3',
        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 ebfdc6b816c795287cc48a572a009df200d14b84..943bf8c818453e07ea933ffb2a39e2315f377bb7 100644 (file)
--- a/chars.plp
+++ b/chars.plp
@@ -2,7 +2,7 @@
 
 Html({
        title => 'character support sheet',
 
 Html({
        title => 'character support sheet',
-       version => 'v1.0',
+       version => '1.0',
        keywords => [qw'
                unicode glyph char character reference common ipa symbol sign mark table digraph
        '],
        keywords => [qw'
                unicode glyph char character reference common ipa symbol sign mark table digraph
        '],
index 3dd7b449bba4302596fc07e89a6aa5a1198f28aa..402d8398067851939d1eb7b8fbcb1b2e0faf68be 100644 (file)
@@ -2,7 +2,7 @@
 
 Html({
        title => 'charset cheat sheet',
 
 Html({
        title => 'charset cheat sheet',
-       version => 'v1.0',
+       version => '1.0',
        description => [
                "Reference sheet with all glyphs in common character encoding tables,",
                "and an overview of Unicode ranges and UTF-8 bytes.",
        description => [
                "Reference sheet with all glyphs in common character encoding tables,",
                "and an overview of Unicode ranges and UTF-8 bytes.",
index 4e426d6d96c55b089c6311cad02b8b31430c9808..54356fb42adfd24cab478beba319ee4adc794291 100644 (file)
@@ -134,7 +134,7 @@ EOT
        <a href="/" rel="start">sheet.shiar.nl</a>/$file.<a href="/source/$file.plp"
         rel="source" title="Written in Perl">plp</a>
        <a href="http://git.shiar.nl/sheet.git/history/HEAD:/$file.plp"
        <a href="/" rel="start">sheet.shiar.nl</a>/$file.<a href="/source/$file.plp"
         rel="source" title="Written in Perl">plp</a>
        <a href="http://git.shiar.nl/sheet.git/history/HEAD:/$file.plp"
-        rel="vcs-git" title="Git repository">$meta->{version}</a>
+        rel="vcs-git" title="Git repository">v$meta->{version}</a>
        created by <a href="http://shiar.nl/" rel="author">Shiar</a> •
        <a href="http://www.fsf.org/licensing/licenses/agpl-3.0.html" rel="license copyright"
         title="Licensed under the GNU Affero General Public License, version 3">AGPLv3</a>
        created by <a href="http://shiar.nl/" rel="author">Shiar</a> •
        <a href="http://www.fsf.org/licensing/licenses/agpl-3.0.html" rel="license copyright"
         title="Licensed under the GNU Affero General Public License, version 3">AGPLv3</a>
index 2bbe1f7612a20005516c7e7c36ea84818c0edbdb..de29a82027a80a0fedc4b0bbc55ce0b1d3f61492 100644 (file)
@@ -2,7 +2,7 @@
 
 Html({
        title => 'country code cheat sheet',
 
 Html({
        title => 'country code cheat sheet',
-       version => 'v1.1',
+       version => '1.1',
        description =>
                "Table of ISO-3166-1 country codes with the names of reserved territories.",
        keywords => [qw'country code cc tld cctld continent territory land table'],
        description =>
                "Table of ISO-3166-1 country codes with the names of reserved territories.",
        keywords => [qw'country code cc tld cctld continent territory land table'],
index ec0d7ff1948a3dc65d839fe1078f2466bded3dc0..b2b4e09f3a200935c0c9e242c86eec5ef952c65e 100644 (file)
@@ -2,7 +2,7 @@
 
 Html({
        title => 'digit characters sheet',
 
 Html({
        title => 'digit characters sheet',
-       version => 'v1.0',
+       version => '1.0',
        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.",
index 4c45044c97f122ba8c0e3feeb3ba078c42aecb1a..12f76c81e621562835120daff6ec383786151ebe 100644 (file)
@@ -3,7 +3,7 @@ use 5.010;  # state
 
 Html({
        title => 'digraph cheat sheet',
 
 Html({
        title => 'digraph cheat sheet',
-       version => 'v1.1',
+       version => '1.1',
        description => [
                "Complete table of digraph characters from RFC-1345.",
        ],
        description => [
                "Complete table of digraph characters from RFC-1345.",
        ],
index 00e75066478c640432a6d0bdad741bc11d330806..f4559cc760ff7b1884dcf715857a2680cbebe1a6 100644 (file)
--- a/emoji.plp
+++ b/emoji.plp
@@ -2,7 +2,7 @@
 
 Html({
        title => 'emoji cheat sheet',
 
 Html({
        title => 'emoji cheat sheet',
-       version => 'v1.0',
+       version => '1.0',
        description => [
                "Emoticons overview and Unicode equivalents"
                . " of MSN, Y!M, and Gmail icons.",
        description => [
                "Emoticons overview and Unicode equivalents"
                . " of MSN, Y!M, and Gmail icons.",
index 53157649f84006f9fa01eec3d0dba1b5d9996b7a..d7f3b2eb3c31f7f38f695973b3f44aa451449e33 100644 (file)
--- a/font.plp
+++ b/font.plp
@@ -5,7 +5,7 @@ my $font = $ENV{PATH_INFO} =~ s{^/}{}r;
 
 Html({
        title => 'font coverage '.($font ? "for $font" : 'sheet'),
 
 Html({
        title => 'font coverage '.($font ? "for $font" : 'sheet'),
-       version => 'v1.2',
+       version => '1.2',
        keywords => [qw(
                unicode font glyph char character support overview cover coverage
                script block symbol sign mark reference table
        keywords => [qw(
                unicode font glyph char character support overview cover coverage
                script block symbol sign mark reference table
index 479bb1efb23d7598e97112d7a95b115f9b6f6cee..ed321577bfa58e089de0b281f43e3a4dd3b74e79 100644 (file)
--- a/index.plp
+++ b/index.plp
@@ -2,7 +2,7 @@
 
 Html({
        title => 'cheat sheets',
 
 Html({
        title => 'cheat sheets',
-       version => 'v1.7',
+       version => '1.7',
        description => [
                "Cheat sheets summarising various software programs and standards.",
        ],
        description => [
                "Cheat sheets summarising various software programs and standards.",
        ],
index 9fd00feef398e11f8763e73ff263635ee2bd1bbe..ac9df32e2edb716ed7aa0a2b347cc2c52a45aee3 100644 (file)
@@ -2,7 +2,7 @@
 
 Html({
        title => 'keyboard cheat sheet',
 
 Html({
        title => 'keyboard cheat sheet',
-       version => 'v1.0',
+       version => '1.0',
        stylesheet => [qw'light dark circus mono red terse'],
        keys => 1,
 });
        stylesheet => [qw'light dark circus mono red terse'],
        keys => 1,
 });
index 8ad53c0de1db251c6f0e20993874f5e887c41a01..a166ff80b33875b81bfab08bd7000c3201a119dd 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 => 'v1.1',
+       version => '1.1',
        description => [
        ],
        keywords => [qw'
        description => [
        ],
        keywords => [qw'
index f394f67eec6b65b8103b451342f0144d611e5580..52cc5f11cf10f3a8c271bcfd1efffbacede3174f 100644 (file)
--- a/less.plp
+++ b/less.plp
@@ -2,7 +2,7 @@
 
 Html({
        title => 'less cheat sheet',
 
 Html({
        title => 'less cheat sheet',
-       version => 'v1.1',
+       version => '1.1',
        description => [
                "Default bindings of the less pager.",
                "Clearly shows how much it's more than more.",
        description => [
                "Default bindings of the less pager.",
                "Clearly shows how much it's more than more.",
index dfc62dab33b17e661db6f7dd912a89219e5b8e8d..3a444d79643ee03799a42186055b526ec821bd41 100644 (file)
@@ -2,7 +2,7 @@
 
 Html({
        title => 'mplayer cheat sheet',
 
 Html({
        title => 'mplayer cheat sheet',
-       version => 'v1.1',
+       version => '1.1',
        description => [
                "Keyboard cheat sheet for the MPlayer media player,",
                "overviewing the default controls."
        description => [
                "Keyboard cheat sheet for the MPlayer media player,",
                "overviewing the default controls."
index 872004c29387ce75dbe6596280c64ef1c8380072..f29a39a6285907e0f1d3e875a0147adcdcf0a23c 100644 (file)
--- a/mutt.plp
+++ b/mutt.plp
@@ -2,7 +2,7 @@
 
 Html({
        title => 'mutt cheat sheet',
 
 Html({
        title => 'mutt cheat sheet',
-       version => 'v1.1',
+       version => '1.1',
        description => [
                "Cheat sheet for the Mutt e-mail client,",
                "showing the default binding for each key.",
        description => [
                "Cheat sheet for the Mutt e-mail client,",
                "showing the default binding for each key.",
index 53902b03152b657157243e17583b3ad7d0dc19f0..447ad271529632251fd9ea65c232cc4521fce00e 100644 (file)
@@ -2,7 +2,7 @@
 
 Html({
        title => 'nethack cheat sheet',
 
 Html({
        title => 'nethack cheat sheet',
-       version => 'v1.1',
+       version => '1.1',
        description => [
                "Keyboard overview sheet for the Nethack console RPG game,",
                "describing the default controls.",
        description => [
                "Keyboard overview sheet for the Nethack console RPG game,",
                "describing the default controls.",
index 4c9068797a5a0668d2ea19b6faf40bb34c6911e0..20eafc75339e974821a37631191a95dc13d4cc33 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 => 'v1.1',
+       version => '1.1',
        keywords => [qw'
                perl version feature features comparison
                sheet cheat overview summary
        keywords => [qw'
                perl version feature features comparison
                sheet cheat overview summary
index e8e37e29715cf325401d9e9f04a420925982dd3f..1a0e6381de4c1a85e46803785c712032659826fb 100644 (file)
@@ -2,7 +2,7 @@
 
 Html({
        title => 'readline cheat sheet',
 
 Html({
        title => 'readline cheat sheet',
-       version => 'v1.1',
+       version => '1.1',
        description => [
                "Reference sheet of default key bindings for GNU readline,",
                "used for line-editing in most Unix software, notably Emacs and Bash.",
        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 612695e69dcb91db6072d45ab569c920b53cf9a2..0966fc48942aff86d325f1f17a1f0b9cf2ba90ce 100644 (file)
--- a/sc.plp
+++ b/sc.plp
@@ -22,7 +22,7 @@ my $datafile = "sc-units-$scver{id}.inc.pl";
 
 Html({
        title => "$scver{title} unit cheat sheet",
 
 Html({
        title => "$scver{title} unit cheat sheet",
-       version => 'v1.1',
+       version => '1.1',
        description => [
                "Reference of $scver{game} unit properties,"
                . " comparing various statistics of all the units in $scver{name}"
        description => [
                "Reference of $scver{game} unit properties,"
                . " comparing various statistics of all the units in $scver{name}"
index e5faf7d786fafc66e02db8f9d28110778d4d0586..c075a4e23fb1488b91eb6dca266e27c8ab9e1fd7 100644 (file)
@@ -2,7 +2,7 @@
 
 Html({
        title => 'screen cheat sheet',
 
 Html({
        title => 'screen cheat sheet',
-       version => 'v1.1',
+       version => '1.1',
        description => [
                "Interactive cheat sheet for the Screen terminal manager,",
                "describing the function of each key.",
        description => [
                "Interactive cheat sheet for the Screen terminal manager,",
                "describing the function of each key.",
index 418a2c17c75c11ebd539f06c2670403feac075b3..7facf51a885f7662c1126a514df9f33696662822 100644 (file)
@@ -28,7 +28,7 @@ if ($source =~ s{(?<=\Q.inc.pl\E)/jsonp?$}{} and -r $source) {
 
 Html({
        title => "$source source code",
 
 Html({
        title => "$source source code",
-       version => 'v1.1',
+       version => '1.1',
        description => !$source ? 'Index of source files for this site.' : [
                "Source code of the $source file at this site,",
                "with syntax highlighted and references linked."
        description => !$source ? 'Index of source files for this site.' : [
                "Source code of the $source file at this site,",
                "with syntax highlighted and references linked."
index 0e3c979631307e78b8e2bc450ba9f61ebef176ef..6d4d69fe9b2a9832ba7eec99be6c5da1cb6fbf6c 100644 (file)
@@ -2,7 +2,7 @@
 
 Html({
        title => 'terminal colour cheat sheet',
 
 Html({
        title => 'terminal colour cheat sheet',
-       version => 'v1.0',
+       version => '1.0',
        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 119d771aa9e77f8c654edaf733e1cc4297cad2b7..5937545efacc16b2204a5ef6cb083acb397725d1 100644 (file)
@@ -2,7 +2,7 @@
 
 Html({
        title => 'unicode glyph cheat sheet',
 
 Html({
        title => 'unicode glyph cheat sheet',
-       version => 'v1.1',
+       version => '1.1',
        description => [
                "Common Unicode characters with digraph or code point, layed out for quick location.",
                "Includes general symbols, arrows, drawing characters, and IPA letters.",
        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 f72af742486f9f6972c0fd3204deb2a027e937bc..deb30ec8895385dde877a2b2e18e044f897dbaba 100644 (file)
--- a/vi.plp
+++ b/vi.plp
@@ -2,7 +2,7 @@
 
 Html({
        title => 'vi cheat sheet',
 
 Html({
        title => 'vi cheat sheet',
-       version => 'v1.3',
+       version => '1.3',
        description => [
                "Interactive cheat sheet for vi text editors, notably Vim,",
                "describing each key in various modes.",
        description => [
                "Interactive cheat sheet for vi text editors, notably Vim,",
                "describing each key in various modes.",
index 1e9059254b9d744516fbebecd23fe5d3f477a793..46bcf6e30e5ac7bfb94677dfc31037af41a0e9d5 100644 (file)
@@ -2,7 +2,7 @@
 
 Html({
        title => 'vimperator cheat sheet',
 
 Html({
        title => 'vimperator cheat sheet',
-       version => 'v1.2',
+       version => '1.2',
        description => [
                "Interactive cheat sheet for the Vimperator Firefox extension,",
                "describing the function of each key.",
        description => [
                "Interactive cheat sheet for the Vimperator Firefox extension,",
                "describing the function of each key.",
index 69fffe2f491ee7243385ee6354a86a2807af7aa2..81ef21bcdaf08727032eb3fd39873a340c3cdf66 100644 (file)
@@ -2,7 +2,7 @@
 
 Html({
        title => 'writing system inheritance sheet',
 
 Html({
        title => 'writing system inheritance sheet',
-       version => 'v1.1',
+       version => '1.1',
        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.",