red paperclip favicon
[sheet.git] / index.plp
index bb75988a3b834941f83b65b0c179c031e99fd09e..8897fccc5d30791744245075ef22353b2312342d 100644 (file)
--- a/index.plp
+++ b/index.plp
@@ -1,29 +1,20 @@
-<:
-use utf8;
-use strict;
-use warnings;
-
-our $VERSION = 'v1.0';
-
-$header{content_type} = "text/html; charset=utf-8";
+<(common.inc.plp)><:
+       our $VERSION = 'v1.0';
 
 :><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  "http://www.w3.org/TR/html4/loose.dtd">
-<html>
+<html lang="en">
 
 <head>
 <meta http-equiv="content-type" content="<:= $header{content_type} :>">
-<title>vi cheat sheet</title>
-<link rel="stylesheet" type="text/css" media="all" href="base.css">
-<style type="text/css">
-       ul {
-               text-align: center;
-               margin-bottom: 1ex;
-       }
-</style>
+<title>cheat sheets</title>
+<meta name="description" content="Cheat sheets summarising various software programs and standards.">
+<meta name="keywords" content="sheet, cheat, reference, software, overview, summary, help, keyboard, map, unicode">
+<:= stylesheet(qw'light dark red') :>
+<link rel="icon" type="image/png" href="/clip.png">
 </head>
 
-<body id="vim">
+<body id="index">
 
 <h1>Shiar's cheat sheets</h1>
 
@@ -35,6 +26,7 @@ Originally created by Mischa <span style="font-variant:small-caps">Poslawsky</sp
 but you're free to use, print, alter, and redistribute under the AGPL license.
 </p>
 
+<div class="section">
 <h2>Keyboard maps</h2>
 <ul>
 <li><a href="/readline">readline</a>
@@ -44,20 +36,23 @@ but you're free to use, print, alter, and redistribute under the AGPL license.
 <li><a href="/nethack">nethack</a>
 <li><a href="/mplayer">mplayer</a>
 </ul>
+</div>
 
+<div class="section">
 <h2>Unicode characters</h2>
 <ul>
 <li><a href="/digraphs">digraphs</a>
 <li><a href="/charset">charsets</a>
 <li><a href="/unicode">common glyphs</a>
 </ul>
+</div>
 
 <p class="footer">
        <a href="http://sheet.shiar.nl/" rel="home">sheet.shiar.nl</a>/index.<a
-        href="/source/index.plp" rel="code">plp</a>
+        href="/source/index.plp" rel="code" title="Written in Perl">plp</a>
        <a href="http://git.shiar.nl/sheet.git" rel="vcs-git" title="Git repository"><:= $VERSION :></a>
        created by <a href="http://shiar.nl/" rel="author">Shiar</a> •
-       <a title="Licensed under the GNU Affero General Public License, version 3" rel="copyright"
-          href="http://www.fsf.org/licensing/licenses/agpl-3.0.html">AGPLv3</a>
+       <a href="http://www.fsf.org/licensing/licenses/agpl-3.0.html" rel="copyright"
+        title="Licensed under the GNU Affero General Public License, version 3">AGPLv3</a>
 </p>