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