X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/847114d142788eb6566702741a1a6c2e13bdb167..4a28039ff22d6402f923488c0681f640b6fa14a6:/writing.plp diff --git a/writing.plp b/writing.plp index c430bbd..2f08da6 100644 --- a/writing.plp +++ b/writing.plp @@ -2,7 +2,7 @@ Html({ title => 'writing system inheritance sheet', - version => 'v1.0', + version => '1.2', description => [ "Character comparison,", "tracking letters as they evolve from Phoenician to modern scripts.", @@ -12,7 +12,7 @@ Html({ script glyph unicode writing comparison character alphabet letter history phoenician latin sample test language multilingual '], - stylesheet => [qw'light dark red'], + stylesheet => [qw'light circus dark red mono'], data => [qw'writing-phnx.inc.pl'], }); @@ -32,11 +32,11 @@ my $glyphs = Shiar_Sheet::FormatChar->new; unless (exists $get{v}) { $glyphs->{unicode}--; $glyphs->{anno} = []; - $glyphs->{style} = 0; + $glyphs->{style} = 'univer'; } my $scriptname = do 'writing-script.inc.pl'; -$_ = qq{$_} for $scriptname->{latn} || (); +$_ = showlink($_, "/latin") for $scriptname->{latn} || (); for ( [phnx => 'Phoenician'], @@ -45,8 +45,8 @@ for ( my ($source, $title) = @$_; my @table = do "writing-$source.inc.pl"; if ($! or $@) { - print "

$title

\n"; - printf "

Table data not found: %s.

\n", $! || $@; + say "

$title

"; + printf "

Table data not found: %s.

\n", $@ || $!; next; } $glyphs->print($title => [map { @@ -56,7 +56,7 @@ for ( } @table]); } -:> +say "\n"; -
+say for '
', $glyphs->legend;