From: Mischa POSLAWSKY Date: Mon, 15 Sep 2008 08:32:39 +0000 (+0000) Subject: link back and forth between digraphs and unicode pages X-Git-Tag: v1.2~44 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/d5bb14b29d37e8fdd1e4f7b44f7b548d4d0ad74d link back and forth between digraphs and unicode pages Obviously more useful if users can find all pages, even without a non-existant index. --- diff --git a/digraphs.css b/digraphs.css index 52fbc21..f7a1d9c 100644 --- a/digraphs.css +++ b/digraphs.css @@ -21,9 +21,11 @@ h1 { font-size: 200%; margin: 0 0 0.2em; } +p { + text-align: center; +} p#footer { margin: 1em 0 0; - text-align: center; } /* digraph table */ diff --git a/digraphs.plp b/digraphs.plp index ab9aab5..02fcbc5 100644 --- a/digraphs.plp +++ b/digraphs.plp @@ -21,6 +21,9 @@ $header{content_type} = 'text/html; charset=utf-8';

RFC-1345 Digraphs

+

i^k in Vim. +Also see common digraphs.

+ <: my $di = do 'digraphs.inc.pl'; diff --git a/unicode.plp b/unicode.plp index afd74d1..cc45d66 100644 --- a/unicode.plp +++ b/unicode.plp @@ -41,6 +41,9 @@ small {

Common Digraphs

+

i^k in Vim. +Also see the complete digraphs table.

+ <: my $diinfo = do 'digraphs.inc.pl'; my %di = map { $diinfo->{$_}->[0] => $_ } grep { ref $diinfo->{$_} }