unicode: improve dark page styling
[sheet.git] / index.plp
1 <(common.inc.plp)><:
2         our $VERSION = 'v1.0';
3
4 :><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
5  "http://www.w3.org/TR/html4/loose.dtd">
6 <html lang="en">
7
8 <head>
9 <meta http-equiv="content-type" content="<:= $header{content_type} :>">
10 <title>cheat sheets</title>
11 <meta name="description" content="Cheat sheets summarising various software programs and standards.">
12 <meta name="keywords" content="sheet, cheat, reference, software, overview, summary, help, keyboard, map, unicode">
13 <:= stylesheet(qw'light dark red') :>
14 <link rel="icon" type="image/png" href="/clip.png">
15 </head>
16
17 <body id="index">
18
19 <h1>Shiar's cheat sheets</h1>
20
21 <p>
22 Through the miracle of formatting, design, abbreviation, compression, and Perl,
23 the following topics have been condensed into single pages of reference.
24 <br>
25 Originally created by Mischa <span style="font-variant:small-caps">Poslawsky</span>,
26 but you're free to use, print, alter, and redistribute under the AGPL license.
27 </p>
28
29 <div class="section">
30 <h2>Keyboard maps</h2>
31 <ul>
32 <li><a href="/readline">readline</a>
33 <li><a href="/vim">vi/vim</a>
34 <li><a href="/vimperator">vimperator</a>
35 <li><a href="/mutt">mutt</a>
36 <li><a href="/nethack">nethack</a>
37 <li><a href="/mplayer">mplayer</a>
38 </ul>
39 </div>
40
41 <div class="section">
42 <h2>Unicode characters</h2>
43 <ul>
44 <li><a href="/digraphs">digraphs</a>
45 <li><a href="/charset">charsets</a>
46 <li><a href="/unicode">common glyphs</a>
47 </ul>
48 </div>
49
50 <p class="footer">
51         <a href="http://sheet.shiar.nl/" rel="home">sheet.shiar.nl</a>/index.<a
52          href="/source/index.plp" rel="code" title="Written in Perl">plp</a>
53         <a href="http://git.shiar.nl/sheet.git" rel="vcs-git" title="Git repository"><:= $VERSION :></a>
54         created by <a href="http://shiar.nl/" rel="author">Shiar</a> •
55         <a href="http://www.fsf.org/licensing/licenses/agpl-3.0.html" rel="copyright"
56          title="Licensed under the GNU Affero General Public License, version 3">AGPLv3</a>
57 </p>
58