CVS: ht2html BAWGenerator.py,2.2,2.3
"Barry A. Warsaw" <[email protected]> Mon, 27 Oct 2003 11:59:43 -0800
| Newsgroups | gmane.comp.web.ht2html.devel |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ht2html/ht2html
In directory sc8-pr-cvs1:/tmp/cvs-serv5108
Modified Files:
BAWGenerator.py
Log Message:
Add my favicon
Index: BAWGenerator.py
===================================================================
RCS file: /cvsroot/ht2html/ht2html/BAWGenerator.py,v
retrieving revision 2.2
retrieving revision 2.3
diff -C2 -d -r2.2 -r2.3
*** BAWGenerator.py 4 Apr 2003 22:50:33 -0000 2.2
--- BAWGenerator.py 27 Oct 2003 19:59:41 -0000 2.3
***************
*** 88,89 ****
--- 88,94 ----
self.__body = self.__parser.fp.read()
return self.__body
+
+ def get_meta(self):
+ meta = Skeleton.get_meta(self)
+ favicon = '<link REL="shortcut icon" HREF="images/bassclef.png">'
+ return meta + '\n' + favicon
-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community? Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/