[Python-checkins] python/dist/src/Doc/html index.html.in,1.17,1.18

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Wed, 30 Oct 2002 13:14:37 -0800


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

Modified Files:
	index.html.in 
Log Message:
Add some relevant <link> elements.


Index: index.html.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/html/index.html.in,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** index.html.in	30 Oct 2002 16:54:53 -0000	1.17
--- index.html.in	30 Oct 2002 21:14:29 -0000	1.18
***************
*** 8,11 ****
--- 8,14 ----
      <link rel="SHORTCUT ICON" href="icons/pyfav.gif" type="image/gif">
      <link rel="STYLESHEET" href="lib/lib.css" type="text/css">
+     <link rel="author" href="acks.html" title="Acknowledgements">
+     <link rel="help" href="about.html" title="About the Python Documentation">
+     <link rel="index" href="modindex.html" title="Global Module Index">
      <style type="text/css">
        a.title { font-weight: bold; font-size: 110%; }