browser: version notes in support description hover
[sheet.git] / index.plp
1 <(common.inc.plp)><:
2
3 Html({
4         title => 'cheat sheets',
5         version => 'v1.5',
6         description => [
7                 "Cheat sheets summarising various software programs and standards.",
8         ],
9         keywords => [qw'
10                 sheet cheat reference software overview summary help keyboard map unicode
11         '],
12         stylesheet => [qw'light dark red'],
13 });
14
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="/screen">screen</a>
31 <li><a href="/less">less</a>
32 <li><a href="/vi">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="/charset">charsets</a>
44 <li><a href="/unicode">common glyphs</a>
45 <li><a href="/digraphs">digraphs</a>
46 <li><a href="/writing">script comparison</a>
47 <li><a href="/font">font coverage</a>
48 </ul>
49 </div>
50
51 <div class="section">
52 <h2>Other references</h2>
53 <ul>
54 <li><a href="/browser">browser support</a>
55 <li><a href="/countries">country codes</a>
56 <li><a href="/perl">perl versions</a>
57 <li><a href="/termcol">terminal colours</a>
58 <li><a href="/sc">starcraft units</a>
59 <li><a href="/emoji">emoticons</a>
60 </ul>
61 </div>
62