link back and forth between digraphs and unicode pages
authorMischa POSLAWSKY <perl@shiar.org>
Mon, 15 Sep 2008 08:32:39 +0000 (08:32 +0000)
committerMischa POSLAWSKY <perl@shiar.org>
Tue, 16 Sep 2008 03:31:32 +0000 (03:31 +0000)
Obviously more useful if users can find all pages, even without a non-existant
index.

digraphs.css
digraphs.plp
unicode.plp

index 52fbc21e7e45afd6c3e85443ed3c3e01ff1a4e0c..f7a1d9cecac399872c9ab804b455bb8badb614c0 100644 (file)
@@ -21,9 +21,11 @@ h1 {
        font-size: 200%;
        margin: 0 0 0.2em;
 }
        font-size: 200%;
        margin: 0 0 0.2em;
 }
+p {
+       text-align: center;
+}
 p#footer {
        margin: 1em 0 0;
 p#footer {
        margin: 1em 0 0;
-       text-align: center;
 }
 
 /* digraph table */
 }
 
 /* digraph table */
index ab9aab583ee0549e68de3df80bb1f54b27aa64fa..02fcbc55505615a28e23ca008142b1638ecc544b 100644 (file)
@@ -21,6 +21,9 @@ $header{content_type} = 'text/html; charset=utf-8';
 <body>
 <h1>RFC-1345 Digraphs</h1>
 
 <body>
 <h1>RFC-1345 Digraphs</h1>
 
+<p>i^k in <a href="/">Vim</a>.
+Also see <a href="/unicode">common digraphs</a>.</p>
+
 <:
 my $di = do 'digraphs.inc.pl';
 
 <:
 my $di = do 'digraphs.inc.pl';
 
index afd74d1e499abcd9ecba36b5046425bf14d4e9f3..cc45d666189d0b746b856f67e619e03bca29bdf5 100644 (file)
@@ -41,6 +41,9 @@ small {
 <body>
 <h1>Common Digraphs</h1>
 
 <body>
 <h1>Common Digraphs</h1>
 
+<p>i^k in <a href="/">Vim</a>.
+Also see the <a href="/digraphs">complete digraphs table</a>.</p>
+
 <:
 my $diinfo = do 'digraphs.inc.pl';
 my %di = map { $diinfo->{$_}->[0] => $_ } grep { ref $diinfo->{$_} }
 <:
 my $diinfo = do 'digraphs.inc.pl';
 my %di = map { $diinfo->{$_}->[0] => $_ } grep { ref $diinfo->{$_} }