style/red: apply slight outline to header text
[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>
7
8 <head>
9 <meta http-equiv="content-type" content="<:= $header{content_type} :>">
10 <title>cheat sheets</title>
11 <:= stylesheet(qw'light dark red') :>
12 </head>
13
14 <body id="index">
15
16 <h1>Shiar's cheat sheets</h1>
17
18 <p>
19 Through the miracle of formatting, design, abbreviation, compression, and Perl,
20 the following topics have been condensed into single pages of reference.
21 <br>
22 Originally created by Mischa <span style="font-variant:small-caps">Poslawsky</span>,
23 but you're free to use, print, alter, and redistribute under the AGPL license.
24 </p>
25
26 <div class="section">
27 <h2>Keyboard maps</h2>
28 <ul>
29 <li><a href="/readline">readline</a>
30 <li><a href="/vim">vi/vim</a>
31 <li><a href="/vimperator">vimperator</a>
32 <li><a href="/mutt">mutt</a>
33 <li><a href="/nethack">nethack</a>
34 <li><a href="/mplayer">mplayer</a>
35 </ul>
36 </div>
37
38 <div class="section">
39 <h2>Unicode characters</h2>
40 <ul>
41 <li><a href="/digraphs">digraphs</a>
42 <li><a href="/charset">charsets</a>
43 <li><a href="/unicode">common glyphs</a>
44 </ul>
45 </div>
46
47 <p class="footer">
48         <a href="http://sheet.shiar.nl/" rel="home">sheet.shiar.nl</a>/index.<a
49          href="/source/index.plp" rel="code" title="Written in Perl">plp</a>
50         <a href="http://git.shiar.nl/sheet.git" rel="vcs-git" title="Git repository"><:= $VERSION :></a>
51         created by <a href="http://shiar.nl/" rel="author">Shiar</a> •
52         <a href="http://www.fsf.org/licensing/licenses/agpl-3.0.html" rel="copyright"
53          title="Licensed under the GNU Affero General Public License, version 3">AGPLv3</a>
54 </p>
55