add meta data (language, description, keywords)
[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 </head>
15
16 <body id="index">
17
18 <h1>Shiar's cheat sheets</h1>
19
20 <p>
21 Through the miracle of formatting, design, abbreviation, compression, and Perl,
22 the following topics have been condensed into single pages of reference.
23 <br>
24 Originally created by Mischa <span style="font-variant:small-caps">Poslawsky</span>,
25 but you're free to use, print, alter, and redistribute under the AGPL license.
26 </p>
27
28 <div class="section">
29 <h2>Keyboard maps</h2>
30 <ul>
31 <li><a href="/readline">readline</a>
32 <li><a href="/vim">vi/vim</a>
33 <li><a href="/vimperator">vimperator</a>
34 <li><a href="/mutt">mutt</a>
35 <li><a href="/nethack">nethack</a>
36 <li><a href="/mplayer">mplayer</a>
37 </ul>
38 </div>
39
40 <div class="section">
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 </div>
48
49 <p class="footer">
50         <a href="http://sheet.shiar.nl/" rel="home">sheet.shiar.nl</a>/index.<a
51          href="/source/index.plp" rel="code" title="Written in Perl">plp</a>
52         <a href="http://git.shiar.nl/sheet.git" rel="vcs-git" title="Git repository"><:= $VERSION :></a>
53         created by <a href="http://shiar.nl/" rel="author">Shiar</a> •
54         <a href="http://www.fsf.org/licensing/licenses/agpl-3.0.html" rel="copyright"
55          title="Licensed under the GNU Affero General Public License, version 3">AGPLv3</a>
56 </p>
57