[Python-checkins] python/dist/src/Doc/html index.html.in,1.16,1.17 about.html,1.5,1.6
fdrake@users.sourceforge.net
fdrake@users.sourceforge.net
2002年10月30日 08:54:56 -0800
Update of /cvsroot/python/python/dist/src/Doc/html
In directory usw-pr-cvs1:/tmp/cvs-serv25031/html
Modified Files:
index.html.in about.html
Log Message:
Make use of the new "favicon" image.
Index: index.html.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/html/index.html.in,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** index.html.in 1 Apr 2002 18:49:45 -0000 1.16
--- index.html.in 30 Oct 2002 16:54:53 -0000 1.17
***************
*** 6,9 ****
--- 6,10 ----
content="Top-level index to the standard documentation for
Python @RELEASE@.">
+ <link rel="SHORTCUT ICON" href="icons/pyfav.gif" type="image/gif">
<link rel="STYLESHEET" href="lib/lib.css" type="text/css">
<style type="text/css">
Index: about.html
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/html/about.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** about.html 17 Apr 2002 01:40:56 -0000 1.5
--- about.html 30 Oct 2002 16:54:54 -0000 1.6
***************
*** 6,9 ****
--- 6,10 ----
content="Overview information about the Python documentation">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <link rel="SHORTCUT ICON" href="icons/pyfav.gif" type="image/gif">
<link rel="STYLESHEET" href="lib/lib.css">
</head>