From: Mischa POSLAWSKY Date: Mon, 21 Sep 2015 17:06:53 +0000 (+0200) Subject: common: drop leading 'v' in version numbers X-Git-Tag: v1.8~2 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/81aefba6ac586eccbe18b4e90efc175e34fff5ad common: drop leading 'v' in version numbers --- diff --git a/apl.plp b/apl.plp index 52ea685..6fdf3ca 100644 --- a/apl.plp +++ b/apl.plp @@ -2,7 +2,7 @@ Html({ title => 'APL', - version => 'v1.0', + version => '1.0', description => [ ], keywords => [qw' diff --git a/base.plp b/base.plp index 3a89a53..0c9ba8b 100644 --- a/base.plp +++ b/base.plp @@ -2,7 +2,7 @@ Html({ title => 'number bases', - version => 'v1.1', + version => '1.1', description => [ "Cheat sheets summarising various software programs and standards.", ], diff --git a/browser.plp b/browser.plp index a694f3b..782bea8 100644 --- a/browser.plp +++ b/browser.plp @@ -6,7 +6,7 @@ no if $] >= 5.018, warnings => 'experimental::smartmatch'; 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.", diff --git a/chars.plp b/chars.plp index ebfdc6b..943bf8c 100644 --- a/chars.plp +++ b/chars.plp @@ -2,7 +2,7 @@ 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 '], diff --git a/charset.plp b/charset.plp index 3dd7b44..402d839 100644 --- a/charset.plp +++ b/charset.plp @@ -2,7 +2,7 @@ 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.", diff --git a/common.inc.plp b/common.inc.plp index 4e426d6..54356fb 100644 --- a/common.inc.plp +++ b/common.inc.plp @@ -134,7 +134,7 @@ EOT sheet.shiar.nl/$file.plp $meta->{version} + rel="vcs-git" title="Git repository">v$meta->{version} created by • AGPLv3 diff --git a/countries.plp b/countries.plp index 2bbe1f7..de29a82 100644 --- a/countries.plp +++ b/countries.plp @@ -2,7 +2,7 @@ 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'], diff --git a/digits.plp b/digits.plp index ec0d7ff..b2b4e09 100644 --- a/digits.plp +++ b/digits.plp @@ -2,7 +2,7 @@ Html({ title => 'digit characters sheet', - version => 'v1.0', + version => '1.0', description => [ "Character comparison,", "tracking letters as they evolve from Phoenician to modern scripts.", diff --git a/digraphs.plp b/digraphs.plp index 4c45044..12f76c8 100644 --- a/digraphs.plp +++ b/digraphs.plp @@ -3,7 +3,7 @@ use 5.010; # state Html({ title => 'digraph cheat sheet', - version => 'v1.1', + version => '1.1', description => [ "Complete table of digraph characters from RFC-1345.", ], diff --git a/emoji.plp b/emoji.plp index 00e7506..f4559cc 100644 --- a/emoji.plp +++ b/emoji.plp @@ -2,7 +2,7 @@ Html({ title => 'emoji cheat sheet', - version => 'v1.0', + version => '1.0', description => [ "Emoticons overview and Unicode equivalents" . " of MSN, Y!M, and Gmail icons.", diff --git a/font.plp b/font.plp index 5315764..d7f3b2e 100644 --- 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'), - version => 'v1.2', + version => '1.2', 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 479bb1e..ed32157 100644 --- a/index.plp +++ b/index.plp @@ -2,7 +2,7 @@ Html({ title => 'cheat sheets', - version => 'v1.7', + version => '1.7', description => [ "Cheat sheets summarising various software programs and standards.", ], diff --git a/keyboard.plp b/keyboard.plp index 9fd00fe..ac9df32 100644 --- a/keyboard.plp +++ b/keyboard.plp @@ -2,7 +2,7 @@ Html({ title => 'keyboard cheat sheet', - version => 'v1.0', + version => '1.0', stylesheet => [qw'light dark circus mono red terse'], keys => 1, }); diff --git a/latin.plp b/latin.plp index 8ad53c0..a166ff8 100644 --- a/latin.plp +++ b/latin.plp @@ -2,7 +2,7 @@ Html({ title => 'latin alphabet cheat sheet', - version => 'v1.1', + version => '1.1', description => [ ], keywords => [qw' diff --git a/less.plp b/less.plp index f394f67..52cc5f1 100644 --- a/less.plp +++ b/less.plp @@ -2,7 +2,7 @@ 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.", diff --git a/mplayer.plp b/mplayer.plp index dfc62da..3a444d7 100644 --- a/mplayer.plp +++ b/mplayer.plp @@ -2,7 +2,7 @@ Html({ title => 'mplayer cheat sheet', - version => 'v1.1', + version => '1.1', description => [ "Keyboard cheat sheet for the MPlayer media player,", "overviewing the default controls." diff --git a/mutt.plp b/mutt.plp index 872004c..f29a39a 100644 --- a/mutt.plp +++ b/mutt.plp @@ -2,7 +2,7 @@ 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.", diff --git a/nethack.plp b/nethack.plp index 53902b0..447ad27 100644 --- a/nethack.plp +++ b/nethack.plp @@ -2,7 +2,7 @@ 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.", diff --git a/perl.plp b/perl.plp index 4c90687..20eafc7 100644 --- a/perl.plp +++ b/perl.plp @@ -2,7 +2,7 @@ Html({ title => 'perl version cheat sheet', - version => 'v1.1', + version => '1.1', keywords => [qw' perl version feature features comparison sheet cheat overview summary diff --git a/readline.plp b/readline.plp index e8e37e2..1a0e638 100644 --- a/readline.plp +++ b/readline.plp @@ -2,7 +2,7 @@ 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.", diff --git a/sc.plp b/sc.plp index 612695e..0966fc4 100644 --- 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", - version => 'v1.1', + version => '1.1', description => [ "Reference of $scver{game} unit properties," . " comparing various statistics of all the units in $scver{name}" diff --git a/screen.plp b/screen.plp index e5faf7d..c075a4e 100644 --- a/screen.plp +++ b/screen.plp @@ -2,7 +2,7 @@ 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.", diff --git a/source.plp b/source.plp index 418a2c1..7facf51 100644 --- a/source.plp +++ b/source.plp @@ -28,7 +28,7 @@ if ($source =~ s{(?<=\Q.inc.pl\E)/jsonp?$}{} and -r $source) { 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." diff --git a/termcol.plp b/termcol.plp index 0e3c979..6d4d69f 100644 --- a/termcol.plp +++ b/termcol.plp @@ -2,7 +2,7 @@ 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.", diff --git a/unicode.plp b/unicode.plp index 119d771..5937545 100644 --- a/unicode.plp +++ b/unicode.plp @@ -2,7 +2,7 @@ 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.", diff --git a/vi.plp b/vi.plp index f72af74..deb30ec 100644 --- a/vi.plp +++ b/vi.plp @@ -2,7 +2,7 @@ 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.", diff --git a/vimperator.plp b/vimperator.plp index 1e90592..46bcf6e 100644 --- a/vimperator.plp +++ b/vimperator.plp @@ -2,7 +2,7 @@ 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.", diff --git a/writing.plp b/writing.plp index 69fffe2..81ef21b 100644 --- a/writing.plp +++ b/writing.plp @@ -2,7 +2,7 @@ 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.",