Update of /cvsroot/ht2html/ht2html
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18347
Modified Files:
DocsPDOGenerator.py
Log Message:
- neaten up a bit
- use the old color abstraction to implement the new one!
Index: DocsPDOGenerator.py
===================================================================
RCS file: /cvsroot/ht2html/ht2html/DocsPDOGenerator.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** DocsPDOGenerator.py 8 Apr 2004 18:38:41 -0000 1.4
--- DocsPDOGenerator.py 9 Apr 2004 00:22:37 -0000 1.5
***************
*** 12,18 ****
sitelinks = [
! ('http://www.python.org/', 'Python Home'),
('%(rootdir)s/download.html', 'Download'),
! ('%(rootdir)s/', 'Documentation'),
]
--- 12,18 ----
sitelinks = [
! ('http://www.python.org/', 'Python Home'),
('%(rootdir)s/download.html', 'Download'),
! ('%(rootdir)s/', 'Documentation'),
]
***************
*** 21,25 ****
def get_banner_bgcolor(self):
! return "#003366"
--- 21,25 ----
def get_banner_bgcolor(self):
! return self.get_darkshade()
|