]> granicus.if.org Git - python/commitdiff
Add a "description" meta tag that includes a version number.
authorFred Drake <fdrake@acm.org>
Mon, 12 Feb 2001 16:04:24 +0000 (16:04 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 12 Feb 2001 16:04:24 +0000 (16:04 +0000)
Doc/html/index.html.in

index 54b5a2576317ccee19cf055a3ece6def80d6198d..899b809f1e43d4c3aa7634defcd9ba9827ef1623 100644 (file)
@@ -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; }