sheet.git
6 years agolatin: common styling for pigpen and nyctograph svg
Mischa POSLAWSKY [Sun, 2 Apr 2017 17:11:53 +0000 (19:11 +0200)]
latin: common styling for pigpen and nyctograph svg

6 years agolatin: prevent line wrapping of code39 bars
Mischa POSLAWSKY [Sun, 2 Apr 2017 17:06:51 +0000 (19:06 +0200)]
latin: prevent line wrapping of code39 bars

Keep single line even if a font gives very wide characters.

6 years agolatin: code 128 as svg images
Mischa POSLAWSKY [Sun, 2 Apr 2017 17:00:33 +0000 (19:00 +0200)]
latin: code 128 as svg images

Unicode characters do not have any reliable form or width, so will only be
similar at best.  Replace by SVG drawing to ensure exact multiples of module
size as specified.

6 years agolatin: classify old roman K,Y,Z as disfavoured
Mischa POSLAWSKY [Sun, 2 Apr 2017 15:32:35 +0000 (17:32 +0200)]
latin: classify old roman K,Y,Z as disfavoured

Later reloans of Greek, not used natively.

6 years agolatin: classify old roman w as invalid
Mischa POSLAWSKY [Sun, 2 Apr 2017 15:32:16 +0000 (17:32 +0200)]
latin: classify old roman w as invalid

6 years agolatin: generalise - prefix to mark ex class
Mischa POSLAWSKY [Sun, 2 Apr 2017 15:26:59 +0000 (17:26 +0200)]
latin: generalise - prefix to mark ex class

Replace custom container HTML for tap code by contents indicator for the
same results (emulating unicode table data).

6 years agolatin: simplify svg coordinates of old roman
Mischa POSLAWSKY [Sun, 2 Apr 2017 15:16:07 +0000 (17:16 +0200)]
latin: simplify svg coordinates of old roman

Adjust viewbox for rounded values with similar appearance:

    perl -pE 's{(\d[\d.]*)}{sprintf "\%.0f", $1 / 2.25}ge'

6 years agolatin: do not distinguish old roman j
Mischa POSLAWSKY [Sun, 2 Apr 2017 14:37:25 +0000 (16:37 +0200)]
latin: do not distinguish old roman j

Longer strokes might be used for long ī in BC hands, but this is not at all
comparable to modern j.  Merge those columns like u/v.

6 years agolatin: single cell for identical i/j columns
Mischa POSLAWSKY [Sun, 2 Apr 2017 14:35:26 +0000 (16:35 +0200)]
latin: single cell for identical i/j columns

Support ">" mark to indicate colspan similar to unicode tables
(Shiar_Sheet::FormatChar->row).

6 years agolatin: redraw old roman cursive
Mischa POSLAWSKY [Sun, 2 Apr 2017 14:08:36 +0000 (16:08 +0200)]
latin: redraw old roman cursive

Manually redraw paths for significant size reduction.
Mostly traces the wikimedia image, with missing letters and details derived
from or inspired by other sources:

http://sites.dartmouth.edu/ancientbooks/files/2016/05/IMG_0351-e1464096558181.jpg
http://guindo.pntic.mec.es/jmag0042/LATIN_PALEOGRAPHY.pdf
http://www.katapi.org.uk/G&LPalaeography/Ch15.html

6 years agolatin: close xml tag of pigpen circles
Mischa POSLAWSKY [Sun, 2 Apr 2017 14:08:13 +0000 (16:08 +0200)]
latin: close xml tag of pigpen circles

Fix SVG validation.

6 years agolatin: common styling for tap code rows
Mischa POSLAWSKY [Sun, 2 Apr 2017 14:05:53 +0000 (16:05 +0200)]
latin: common styling for tap code rows

6 years agolatin: match suetterlin row by identifier
Mischa POSLAWSKY [Sun, 2 Apr 2017 13:52:54 +0000 (15:52 +0200)]
latin: match suetterlin row by identifier

Automatically derive id from row title.

6 years agolatin: pairwise loop through rows
Mischa POSLAWSKY [Sun, 2 Apr 2017 13:18:22 +0000 (15:18 +0200)]
latin: pairwise loop through rows

Treat as ordered hash instead of special-casing array references.

6 years agoperl: hidden features for version 5.005
Mischa POSLAWSKY [Sat, 1 Apr 2017 14:38:57 +0000 (16:38 +0200)]
perl: hidden features for version 5.005

6 years agochars: enlarge glyph on row hover
Mischa POSLAWSKY [Thu, 30 Mar 2017 16:05:39 +0000 (18:05 +0200)]
chars: enlarge glyph on row hover

6 years agofont: map option to list characters from unicode table
Mischa POSLAWSKY [Wed, 29 Mar 2017 16:16:23 +0000 (18:16 +0200)]
font: map option to list characters from unicode table

6 years agofont: link original license with nofollow
Mischa POSLAWSKY [Thu, 30 Mar 2017 08:38:19 +0000 (10:38 +0200)]
font: link original license with nofollow

Do not endorse third party urls.

6 years agobrowser,chars: error formatting for invalid input
Mischa POSLAWSKY [Thu, 30 Mar 2017 14:24:48 +0000 (16:24 +0200)]
browser,chars: error formatting for invalid input

6 years agocommon: captioned alert messages
Mischa POSLAWSKY [Thu, 30 Mar 2017 14:24:21 +0000 (16:24 +0200)]
common: captioned alert messages

Split message in 1st argument to title and optional details paragraphs.

6 years agocommon: common Alert function to format error messages
Mischa POSLAWSKY [Thu, 30 Mar 2017 13:15:01 +0000 (15:15 +0200)]
common: common Alert function to format error messages

Technical details in 2nd argument only shown in dev environment.

6 years agocommon: decode utf8 path request
Mischa POSLAWSKY [Thu, 30 Mar 2017 12:34:48 +0000 (14:34 +0200)]
common: decode utf8 path request

Support unicode input.

6 years agocommon: prepare path request in global variable
Mischa POSLAWSKY [Thu, 30 Mar 2017 12:31:02 +0000 (14:31 +0200)]
common: prepare path request in global variable

6 years agocommon: replace heredoc of html header
Mischa POSLAWSKY [Wed, 29 Mar 2017 16:15:19 +0000 (18:15 +0200)]
common: replace heredoc of html header

6 years agocommon: replace newline output by say()
Mischa POSLAWSKY [Wed, 29 Mar 2017 16:17:59 +0000 (18:17 +0200)]
common: replace newline output by say()

6 years agocommon: avoid comparison of undefined modification date
Mischa POSLAWSKY [Wed, 29 Mar 2017 16:08:04 +0000 (18:08 +0200)]
common: avoid comparison of undefined modification date

Hidden warning.

6 years agocommon: join page options inline
Mischa POSLAWSKY [Wed, 29 Mar 2017 16:05:12 +0000 (18:05 +0200)]
common: join page options inline

7 years agocommon: join stylesheets html inline
Mischa POSLAWSKY [Wed, 29 Mar 2017 15:34:08 +0000 (17:34 +0200)]
common: join stylesheets html inline

7 years agocommon: mark dev pages as noindex to robots
Mischa POSLAWSKY [Wed, 29 Mar 2017 15:12:21 +0000 (17:12 +0200)]
common: mark dev pages as noindex to robots

Prevent search engines from linking to unfinished site.

7 years agotermcol: ignore missing xcolors include
Mischa POSLAWSKY [Wed, 29 Mar 2017 01:37:02 +0000 (03:37 +0200)]
termcol: ignore missing xcolors include

7 years agocommon: copy plp errors on stderr
Mischa POSLAWSKY [Wed, 29 Mar 2017 11:11:52 +0000 (13:11 +0200)]
common: copy plp errors on stderr

Log unexpected runtime failure.

7 years agochars: rename $html parameter from glyph_info method
Mischa POSLAWSKY [Wed, 29 Mar 2017 11:08:57 +0000 (13:08 +0200)]
chars: rename $html parameter from glyph_info method

Overridden in font.plp, but too generic and ambiguous anyway.

7 years agocommon: say() to simplify html head lines
Mischa POSLAWSKY [Wed, 29 Mar 2017 09:49:49 +0000 (11:49 +0200)]
common: say() to simplify html head lines

7 years agocommon: render time in footer on dev
Mischa POSLAWSKY [Wed, 29 Mar 2017 11:00:37 +0000 (13:00 +0200)]
common: render time in footer on dev

Help spot serious inefficiencies during development.

7 years agocommon: enable perl v5.14 features everywhere
Mischa POSLAWSKY [Wed, 29 Mar 2017 09:58:33 +0000 (11:58 +0200)]
common: enable perl v5.14 features everywhere

Replace page-specific usage by global default.

7 years agotools: require perl v5.14 in all scripts
Mischa POSLAWSKY [Wed, 29 Mar 2017 09:58:02 +0000 (11:58 +0200)]
tools: require perl v5.14 in all scripts

Sufficiently ubiquitous to globally enable more recent features.

7 years agocharset: prefer manual definitions over continuations
Mischa POSLAWSKY [Wed, 29 Mar 2017 11:52:16 +0000 (13:52 +0200)]
charset: prefer manual definitions over continuations

Respect custom workarounds if ever needed.

7 years agofont: simplify coverage table, uniform column widths
Mischa POSLAWSKY [Tue, 28 Mar 2017 21:43:45 +0000 (23:43 +0200)]
font: simplify coverage table, uniform column widths

Multiple characters in every cell looks too messy, without adding useful
precision (number of missing glyphs should not be compared equally).

7 years agotodo: various long-term projects noticed recently
Mischa POSLAWSKY [Mon, 27 Mar 2017 22:40:49 +0000 (00:40 +0200)]
todo: various long-term projects noticed recently

7 years agocharset: ignore unknown input, highlight warning
Mischa POSLAWSKY [Mon, 27 Mar 2017 22:18:20 +0000 (00:18 +0200)]
charset: ignore unknown input, highlight warning

7 years agocharset: drop experimental class for digraph proposals
Mischa POSLAWSKY [Mon, 27 Mar 2017 21:49:55 +0000 (23:49 +0200)]
charset: drop experimental class for digraph proposals

Distinguish only u-di and u-prop for supported and proposed digraphs,
without overloading ex for unofficial entries.

Fixes unwanted styling if digraphs are otherwise unmarked (charset tables)
without affecting other pages (unicode, chars, writing) where it's already
ignored.

7 years agocharset: omit lower half of derived language tables
Mischa POSLAWSKY [Mon, 27 Mar 2017 21:14:22 +0000 (23:14 +0200)]
charset: omit lower half of derived language tables

ASCII is or should be the same everywhere.
Even for MacHebrew which is actually incorrectly defined, now hidden.

7 years agocharset: parent in subtitle of partial tables
Mischa POSLAWSKY [Mon, 27 Mar 2017 21:09:03 +0000 (23:09 +0200)]
charset: parent in subtitle of partial tables

Clarify relations in default preset.

7 years agocharset: warn about include errors
Mischa POSLAWSKY [Mon, 27 Mar 2017 20:41:34 +0000 (22:41 +0200)]
charset: warn about include errors

7 years agocharset: common cell formatting for utf8 schema
Mischa POSLAWSKY [Mon, 27 Mar 2017 20:37:39 +0000 (22:37 +0200)]
charset: common cell formatting for utf8 schema

Only to simplify data, keeps fixed table layout.

7 years agocharset: common cell formatting for unicode planes
Mischa POSLAWSKY [Mon, 27 Mar 2017 20:10:05 +0000 (22:10 +0200)]
charset: common cell formatting for unicode planes

Like unicode include, but support different nibble size.

7 years agocharset: common unicode cell formatting function
Mischa POSLAWSKY [Mon, 27 Mar 2017 19:51:42 +0000 (21:51 +0200)]
charset: common unicode cell formatting function

Convert data to generic [size, class, name, title] to allow different
layouts without hardcoded table properties, while simplifying entry and
automating styling of continued rows.

7 years agocharset: keep omitted top border width
Mischa POSLAWSKY [Wed, 29 Mar 2017 11:50:43 +0000 (13:50 +0200)]
charset: keep omitted top border width

Hiding collapsed top border affects the entire row, making it impossible to
combine with other columns.  An invisible border looks the same but does
allow mixed usage.

7 years agocharset: common classes for border omission
Mischa POSLAWSKY [Wed, 29 Mar 2017 11:50:00 +0000 (13:50 +0200)]
charset: common classes for border omission

7 years agocharset: update smp allocation to unicode v9.0 roadmap
Mischa POSLAWSKY [Mon, 27 Mar 2017 15:45:33 +0000 (17:45 +0200)]
charset: update smp allocation to unicode v9.0 roadmap

7 years agocharset: update bmp allocation to unicode v9.0 roadmap
Mischa POSLAWSKY [Mon, 27 Mar 2017 13:45:39 +0000 (15:45 +0200)]
charset: update bmp allocation to unicode v9.0 roadmap

7 years agolatin: old roman cursive
Mischa POSLAWSKY [Sun, 26 Mar 2017 19:13:45 +0000 (21:13 +0200)]
latin: old roman cursive

Traced by Inkscape from bitmap:
https://commons.wikimedia.org/wiki/File:CursivasRomanas.png?oldid=131056501

7 years agolatin: 5-point tactile alphabet
Mischa POSLAWSKY [Sun, 26 Mar 2017 23:10:52 +0000 (01:10 +0200)]
latin: 5-point tactile alphabet

Proposal by Tmeister on http://www.incatena.org/viewtopic.php?f=4&t=41001
built for blind reading and writing similar to braille but allowing
one-handed input.

Original hexagon dots are barely distinguishable at this size, so prefer
circles for simplicity and similarity with braille.

7 years agolatin: single line per letter in html output
Mischa POSLAWSKY [Sun, 26 Mar 2017 18:44:14 +0000 (20:44 +0200)]
latin: single line per letter in html output

Same results but with readable source.

7 years agolatin: align svg and tap code in cells
Mischa POSLAWSKY [Sun, 26 Mar 2017 18:23:49 +0000 (20:23 +0200)]
latin: align svg and tap code in cells

Assume subsequent lines are optional and should not influence positioning
(currently only for Tap simplified).

SVG images OTOH should fit the whole cell, so drop baseline alignment to
avoid bottom margin.

7 years agolatin: common styling for svg paths (lines)
Mischa POSLAWSKY [Sun, 26 Mar 2017 18:12:02 +0000 (20:12 +0200)]
latin: common styling for svg paths (lines)

SVG data is always inlined, so making it dependent on page style should not
be an issue.  Simplifies all paths to be lines unless fill is specified,
decreasing total size from 46kB to 38kB (though only 50 bytes over 4kB
compressed).

7 years agocommon: bump version to 1.9 v1.9
Mischa POSLAWSKY [Thu, 23 Mar 2017 03:23:50 +0000 (04:23 +0100)]
common: bump version to 1.9

Mark significant changes since v1.8 and force CSS reload.

7 years agodigraphs: mark new vim entries by comparing to v7.4 copy
Mischa POSLAWSKY [Thu, 23 Mar 2017 02:11:36 +0000 (03:11 +0100)]
digraphs: mark new vim entries by comparing to v7.4 copy

Vim version 8.0 introduced «.,» so save the old output to be able to
distinguish such new features, as a lot of users are unlikely to upgrade
for a while yet.

Reported-by: Skef Iterum
7 years agodigraphs: reclassify vim support levels
Mischa POSLAWSKY [Thu, 23 Mar 2017 01:31:15 +0000 (02:31 +0100)]
digraphs: reclassify vim support levels

Instead of custom u-* classes, reuse common l1-5 in include:

.u-di      → l4 (vim + rfc)
.u-prop    → l3 (vim)
.u-prop.ex → l2 (shiar)
.ex        → l1 (rfc only)

Prepend u- on page to avoid conflicting with script styling (leave
background colour unaltered).

Loses ascii/latin1 distinction, but clarifies (vim) compatibility and
allows for easier extension later on.

7 years agodigraphs: annotate generator reference in vim include
Mischa POSLAWSKY [Wed, 22 Mar 2017 23:38:19 +0000 (00:38 +0100)]
digraphs: annotate generator reference in vim include

7 years agodigraphs: run vim parser with safety options
Mischa POSLAWSKY [Wed, 22 Mar 2017 23:25:35 +0000 (00:25 +0100)]
digraphs: run vim parser with safety options

Preclude customisations and unneeded requirements to avoid possible
side-effects.  Options copied from Text::VimColor interface.

7 years agodigraphs: ignore ansi commands in vim version output
Mischa POSLAWSKY [Wed, 22 Mar 2017 23:18:48 +0000 (00:18 +0100)]
digraphs: ignore ansi commands in vim version output

Recent versions of Vim v7.4 prepend the expected version number by various
escapes (probably terminal-dependent), causing an unreadable result of:

\e[?1049h\e[?1h\e=\e[1;63r\e[?25h\e[?25h\e[?25l\e[63;1H704

Assume nothing is put after the wanted number, so capture only that.

7 years agodigraphs: exclude backslash in proposals escape
Mischa POSLAWSKY [Wed, 22 Mar 2017 22:55:22 +0000 (23:55 +0100)]
digraphs: exclude backslash in proposals escape

Fixes parsing of escapes such as "\8203" introduced in v1.6-199-g5eb5e3456f
(2015-03-29) [digraphs: allow proposals by decimal code point escape].

7 years agobrowser: escape titles in resource links
Mischa POSLAWSKY [Wed, 22 Mar 2017 22:29:35 +0000 (23:29 +0100)]
browser: escape titles in resource links

Recent data includes at least "<textarea>" in #readonly-attr,
breaking further HTML if left unescaped.

7 years agoindex: link to latin page
Mischa POSLAWSKY [Wed, 22 Mar 2017 19:41:47 +0000 (20:41 +0100)]
index: link to latin page

Sufficiently fleshed out to warrant some promotion (reference from writing
seems too subtle).

7 years agolatin: introduction, update keywords
Mischa POSLAWSKY [Wed, 22 Mar 2017 19:41:40 +0000 (20:41 +0100)]
latin: introduction, update keywords

7 years agowriting: siddham
Mischa POSLAWSKY [Wed, 22 Mar 2017 19:22:45 +0000 (20:22 +0100)]
writing: siddham

Straight-forward Nāgarī predecessor, as featured in Doctor Strange.

7 years agowriting: annotate brahmic script ancestry in include
Mischa POSLAWSKY [Wed, 22 Mar 2017 19:38:29 +0000 (20:38 +0100)]
writing: annotate brahmic script ancestry in include

7 years agodigraphs: prefer (coloured) text over emoji variants
Mischa POSLAWSKY [Wed, 22 Mar 2017 18:56:34 +0000 (19:56 +0100)]
digraphs: prefer (coloured) text over emoji variants

Prevent unfortunate default on "modern" platforms (well, only macs for now)
of replacing characters by unstylable icons.

7 years agodigraphs: link to xorg variant, adapt title and intro
Mischa POSLAWSKY [Wed, 22 Mar 2017 18:04:30 +0000 (19:04 +0100)]
digraphs: link to xorg variant, adapt title and intro

7 years agodigraphs: prefer xorg path over parameter
Mischa POSLAWSKY [Wed, 22 Mar 2017 18:51:12 +0000 (19:51 +0100)]
digraphs: prefer xorg path over parameter

Major subpage selector similar to other pages.

7 years agotermcol: 64 for common 4x4x4 rgbmap
Mischa POSLAWSKY [Mon, 23 Jan 2017 04:45:41 +0000 (05:45 +0100)]
termcol: 64 for common 4x4x4 rgbmap

7 years agoperl: minor update to v5.25.10 features
Mischa POSLAWSKY [Fri, 10 Mar 2017 12:36:53 +0000 (13:36 +0100)]
perl: minor update to v5.25.10 features

7 years agoperl: indicate features distinct from experimental
Mischa POSLAWSKY [Fri, 3 Mar 2017 16:18:18 +0000 (17:18 +0100)]
perl: indicate features distinct from experimental

Describe attributes as hash after all, especially with this additional
parameter.

7 years agoperl: missing major v5.10 features
Mischa POSLAWSKY [Fri, 3 Mar 2017 14:16:27 +0000 (15:16 +0100)]
perl: missing major v5.10 features

7 years agotermcol: merge iterm with putty, put in ansi preset
Mischa POSLAWSKY [Sat, 12 Nov 2016 04:43:00 +0000 (05:43 +0100)]
termcol: merge iterm with putty, put in ansi preset

Not especially distinct, but probably the most frequently used for terminal
emulators outside of linux.

7 years agotermcol: ignore duplicate xcolor palettes
Mischa POSLAWSKY [Sat, 12 Nov 2016 01:51:47 +0000 (02:51 +0100)]
termcol: ignore duplicate xcolor palettes

7 years agotermcol: numeric module version requirements
Mischa POSLAWSKY [Sat, 12 Nov 2016 01:51:47 +0000 (02:51 +0100)]
termcol: numeric module version requirements

Only unquoted arguments are checked as minimum, despite the module version
being declared as string.

7 years agoperl: upcoming features upto v5.25.8
Mischa POSLAWSKY [Sun, 1 Jan 2017 23:22:13 +0000 (00:22 +0100)]
perl: upcoming features upto v5.25.8

7 years agotermcol: scalar colour shorthand
Mischa POSLAWSKY [Tue, 8 Nov 2016 01:15:47 +0000 (02:15 +0100)]
termcol: scalar colour shorthand

7 years agotermcol: personal 5-bit table shiar32
Mischa POSLAWSKY [Tue, 8 Nov 2016 02:01:06 +0000 (03:01 +0100)]
termcol: personal 5-bit table shiar32

Attempt another type of terminal design, combining features of various
schemes: 12 saturated colours for categorisation (cpc, solarized); 6 hues
each for background and highlight alternatives, half of each desaturated
(1: dark backgrounds like arnegame, 2: rgb indicator backgrounds,
 4: lighter text colours, and 5: prominent markers).

7 years agotermcol: visible names for arnegame
Mischa POSLAWSKY [Tue, 8 Nov 2016 00:34:09 +0000 (01:34 +0100)]
termcol: visible names for arnegame

7 years agotermcol: reorder cpcboy greens to better match grid brightness
Mischa POSLAWSKY [Sun, 6 Nov 2016 02:20:26 +0000 (03:20 +0100)]
termcol: reorder cpcboy greens to better match grid brightness

7 years agotermcol: configurable xcolors input location
Mischa POSLAWSKY [Sun, 30 Oct 2016 15:59:45 +0000 (16:59 +0100)]
termcol: configurable xcolors input location

Checkout at data/xcolors defined in makefile but no longer hardcoded in
parser tool.

7 years agotermcol: include named xcolors colours
Mischa POSLAWSKY [Sat, 29 Oct 2016 15:25:31 +0000 (17:25 +0200)]
termcol: include named xcolors colours

Preserve foreground and background for future distinction from 7/0.

7 years agotermcol: exclude monochromatic xcolors palettes
Mischa POSLAWSKY [Sun, 23 Oct 2016 05:47:20 +0000 (07:47 +0200)]
termcol: exclude monochromatic xcolors palettes

7 years agotermcol: parse Xcolors.net checkout
Mischa POSLAWSKY [Sun, 23 Oct 2016 04:48:35 +0000 (06:48 +0200)]
termcol: parse Xcolors.net checkout

Prepare a separate (optional) include with themes from the popular
ansi palettes repository <https://github.com/tlatsas/xcolors.git>.

7 years agotermcol: preset groups in include
Mischa POSLAWSKY [Sun, 23 Oct 2016 04:08:14 +0000 (06:08 +0200)]
termcol: preset groups in include

7 years agotermcol: named function to parse table data
Mischa POSLAWSKY [Sun, 23 Oct 2016 04:02:19 +0000 (06:02 +0200)]
termcol: named function to parse table data

Prepare for recursive includes.

7 years agotermcol: support image for table palettes
Mischa POSLAWSKY [Mon, 8 Feb 2016 04:37:59 +0000 (05:37 +0100)]
termcol: support image for table palettes

7 years agotermcol: avoid hexadecimal conversion for newyuv colours
Mischa POSLAWSKY [Sun, 7 Feb 2016 23:18:05 +0000 (00:18 +0100)]
termcol: avoid hexadecimal conversion for newyuv colours

Simplify default initialiser; previous version available as newyuv8().

7 years agotermcol: define solarized
Mischa POSLAWSKY [Tue, 11 Oct 2016 20:52:39 +0000 (22:52 +0200)]
termcol: define solarized

Common alternative to cga/ansi.  Many variants are available at specialised
sites, but at least provide the original version for comparison.

7 years agotermcol: declare and include cgarne
Mischa POSLAWSKY [Tue, 11 Oct 2016 21:06:43 +0000 (23:06 +0200)]
termcol: declare and include cgarne

Redesign of CGA colours as used in icons and games, which is interesting to
show among the mostly terminal-focused alternatives.

7 years agolatin: single-tap simple tap
Mischa POSLAWSKY [Sun, 9 Oct 2016 11:58:46 +0000 (13:58 +0200)]
latin: single-tap simple tap

Common consonants T-H-N-S-X have a trailing 5 taps which can be omitted for
a faster albeit variable-length version.  Further distinguishes it from
regular tap codes, making it more interesting in this list.

7 years agoperl: minor rewording of a few descriptions
Mischa POSLAWSKY [Sun, 24 Jul 2016 00:32:59 +0000 (02:32 +0200)]
perl: minor rewording of a few descriptions

7 years agoperl: complete v5.24 release
Mischa POSLAWSKY [Mon, 9 May 2016 13:24:25 +0000 (15:24 +0200)]
perl: complete v5.24 release

7 years agoperl: release data for aix versions
Mischa POSLAWSKY [Wed, 4 May 2016 22:32:14 +0000 (00:32 +0200)]
perl: release data for aix versions

References:
<http://www.perlmonks.org/?node_id=879834>
<http://www.ibm.com/support/docview.wss?uid=isg1fileset434767588>
<http://www.ibm.com/support/knowledgecenter/ssw_aix_72/com.ibm.aix.rnbase720/rnbase720.htm>

7 years agoperl: hint at extremeness of v5.8 compatibility
Mischa POSLAWSKY [Sun, 24 Apr 2016 17:47:49 +0000 (19:47 +0200)]
perl: hint at extremeness of v5.8 compatibility

Debian wheezy is now oldstable, so should not really be called 'up-to-date'.
Replace 'enterprise' by a less subtle adjective.

7 years agoperl: release data for ubuntu versions
Mischa POSLAWSKY [Sun, 24 Apr 2016 17:46:31 +0000 (19:46 +0200)]
perl: release data for ubuntu versions

Data from <http://distrowatch.com/table.php?distribution=ubuntu>.

7 years agoperl: hide experimental features dropped later
Mischa POSLAWSKY [Sun, 24 Apr 2016 17:38:04 +0000 (19:38 +0200)]
perl: hide experimental features dropped later