summaryrefslogtreecommitdiffstats
path: root/Doc/html
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-02-12 16:04:24 (GMT)
committerFred Drake <fdrake@acm.org>2001-02-12 16:04:24 (GMT)
commite38d481e7740fc52cb845b9078642b9a0b0e1004 (patch)
treed36d252ab44d899e50e921b61a384e2b1da955a3 /Doc/html
parentd7f393edae342b9d2fe657ce623a359f3190c890 (diff)
downloadcpython-e38d481e7740fc52cb845b9078642b9a0b0e1004.zip
cpython-e38d481e7740fc52cb845b9078642b9a0b0e1004.tar.gz
cpython-e38d481e7740fc52cb845b9078642b9a0b0e1004.tar.bz2
Add a "description" meta tag that includes a version number.
Diffstat (limited to 'Doc/html')
-rw-r--r--Doc/html/index.html.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/html/index.html.in b/Doc/html/index.html.in
index 54b5a25..899b809 100644
--- a/Doc/html/index.html.in
+++ b/Doc/html/index.html.in
@@ -2,6 +2,9 @@
<head>
<title>Python @RELEASE@ Documentation - @DATE@</title>
<link rel="STYLESHEET" href="lib/lib.css" type="text/css">
+ <meta name="description"
+ content="Top-level index to the standard documentation for
+ Python @RELEASE@.">
<style type="text/css">
a.title { font-weight: bold; font-size: 110%; }
ul { margin-left: 1em; padding: 0pt; border: 0pt; }