digraphs: propose a few relocations for consistency
[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                 text-align: center;
21                 margin-bottom: 1ex;
22         }
23 </style>
24 </head>
25
26 <body id="vim">
27
28 <h1>Shiar's cheat sheets</h1>
29
30 <p>
31 Through the miracle of formatting, design, abbreviation, compression, and Perl,
32 the following topics have been condensed into single pages of reference.
33 <br>
34 Originally created by Mischa <span style="font-variant:small-caps">Poslawsky</span>,
35 but you're free to use, print, alter, and redistribute under the AGPL license.
36 </p>
37
38 <h2>Keyboard maps</h2>
39 <ul>
40 <li><a href="/readline">readline</a>
41 <li><a href="/vim">vi/vim</a>
42 <li><a href="/vimperator">vimperator</a>
43 <li><a href="/mutt">mutt</a>
44 <li><a href="/nethack">nethack</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>/
56         <a href="http://git.shiar.nl/sheet.git" rel="vcs-git" title="Git repository"><:= $VERSION :></a>
57         created by <a href="http://shiar.nl/" rel="author">Shiar</a> •
58         <a title="Licensed under the GNU Affero General Public License, version 3" rel="copyright"
59            href="http://www.fsf.org/licensing/licenses/agpl-3.0.html">AGPLv3</a>
60 </p>
61