add meta data (language, description, keywords)
[sheet.git] / readline.plp
index e1e3f109b21255801a9ed11284c215257cdf5297..13f8dc2b7bd114c12e7cc5bdb0d765e40f29c944 100644 (file)
@@ -1,17 +1,19 @@
 <(common.inc.plp)><:
-       use Shiar_Sheet::KeySigns qw(%sign);  # dependant on $get{ascii}
-
        our $VERSION = 'v1.0';
 
+       use Shiar_Sheet::KeySigns qw(%sign);  # dependant on $get{ascii}
+
        $header{content_type} = "text/html; charset=$sign{charset}";
 
 :><!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>readline cheat sheet</title>
+<meta name="description" content="Overview sheet of default key bindings for GNU readline, used in line-editing in most Unix software, notably emacs and bash.">
+<meta name="keywords" content="readline, gnu, bash, emacs, sheet, cheat, reference, overview, keyboard, editing, curses">
 <:= stylesheet(qw'light dark circus mono red terse') :>
 <!--[if lte IE 6]><style> .help dl.legend dt {margin:0 0 1px} </style><![endif]-->
 <!--[if lte IE 7]><style> .help dl.legend dd {float:none} </style><![endif]--><: