[Python-checkins] CVS: python/dist/src/Doc/html index.html.in,1.12,1.13

Fred L. Drake fdrake@users.sourceforge.net
Mon, 12 Feb 2001 08:04:26 -0800


Update of /cvsroot/python/python/dist/src/Doc/html
In directory usw-pr-cvs1:/tmp/cvs-serv10692/Doc/html

Modified Files:
	index.html.in 
Log Message:

Add a "description" meta tag that includes a version number.


Index: index.html.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/html/index.html.in,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** index.html.in	2000/10/04 13:39:23	1.12
--- index.html.in	2001/02/12 16:04:24	1.13
***************
*** 3,6 ****
--- 3,9 ----
      <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%; }