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