cc: improve abbreviations; show options legend
[sheet.git] / unicode.plp
index eeea6757b06f3dbb807e7b6f5cd725d9fc85bb12..7207b03c224326127aa1e863e01487e0a9ad9880 100644 (file)
@@ -14,8 +14,8 @@ $header{content_type} = 'text/html; charset=utf-8';
 <html>
 
 <head>
-<title>digraph cheat sheet</title>
 <meta http-equiv="content-type" content="utf-8">
+<title>digraph cheat sheet</title>
 <link rel="stylesheet" type="text/css" media="all" href="/base.css"><:
        my %styles = map {$_ => $_} qw(dark circus mono red terse);
        our $style = exists $get{style} && $styles{$get{style}} || 'light';
@@ -139,7 +139,7 @@ sub glyph_table {
 
 sub print_glyph_tables {
        while (@_) {
-               printf "<div><h2>%s</h2>\n\n", shift;
+               printf '<div class="section"><h2>%s</h2>'."\n\n", shift;
                while (ref $_[0] and $_ = shift) {
                        print glyph_table($_);
                }
@@ -154,7 +154,7 @@ print_glyph_tables(
        [qw{. « » . ‹ › . ‘ ’ . “ ” . „ ‚ . ‟ ‛}],
        [qw{. † ‡ • . § ¶ # . © ® ™ . ° ′ ″ . − × ÷ . ± ² √}],
        [qw{. ⚋ ⚊ . ⚐ ⚑ . ☺ ☹ . ✓ ✗ . ✔ ✘ . ◄ ► }],
-       [qw{. å ä ö ü ß . Å æ ø ű ſ}],
+       [qw{. å ä ö ü ß . ā æ ø ű ſ}],
        [qw{. ¿ ç ñ é ê è}],
        [qw{. α β}], [qw{. א}],
 
@@ -297,11 +297,13 @@ $verbose ? (
 </div>
 
 <p class="footer">
-       <a href="/" rel="home">sheet.shiar.nl</a>/unicode
-       <a href="git://git.shiar.nl/sheet" rel="vcs-git" title="Git repository"><:= $VERSION :></a>
+       <a href="/" rel="home">sheet.shiar.nl</a>/unicode.<a href="/source/unicode.plp"
+        rel="code" title="Written in Perl">plp</a>
+       <a href="http://git.shiar.nl/sheet.git/history/HEAD:/unicode.plp"
+        rel="vcs-git" title="Git repository"><:= $VERSION :></a>
        created by <a href="http://shiar.nl/" rel="author">Shiar</a> •
-       <a title="Licensed under the GNU Affero General Public License, version 3" rel="copyright"
-          href="http://www.fsf.org/licensing/licenses/agpl-3.0.html">AGPLv3</a>
+       <a href="http://www.fsf.org/licensing/licenses/agpl-3.0.html" rel="copyright"
+        title="Licensed under the GNU Affero General Public License, version 3">AGPLv3</a>
 </p>
 
 </html>