commit 1dd7b216a00806ffe35af9abb7bf8ab8e2ca228f
parent 87bf46ffb6e1d907260025ec2b656b73790420f0
Author: Benno Schulenberg <bensberg@telfort.nl>
Date: Thu, 5 Dec 2019 12:06:24 +0100
docs: add or improve the 'description' meta tag in the two HTML pages
Diffstat:
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/doc/cheatsheet.html b/doc/cheatsheet.html
@@ -2,9 +2,9 @@
<html lang="en">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Cheatsheet for nano</title>
-<meta name="description" content="nano">
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta name="description" content="A concise overview of the command shortcuts of the GNU nano editor, grouped by category.">
<meta name="keywords" content="cheatsheet, nano, editor, shortcuts, keystrokes, functions">
</head>
diff --git a/doc/faq.html b/doc/faq.html
@@ -1,9 +1,12 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
+
<head>
<title>The GNU nano editor FAQ</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+ <meta name="description" content="The genesis story of the nano editor, plus the solution to some common problems.">
</head>
+
<body text="#330000" bgcolor="#ffffff" link="#0000ef" vlink="#51188e" alink="#ff0000">
<h1>The GNU nano editor FAQ</h1>