[Spambayes-checkins] website/scripts/ht2html SpamBayesGenerator.py, 1.3, 1.4

Tony Meyer anadelonbrin at users.sourceforge.net
Wed May 21 20:10:15 EDT 2003


Update of /cvsroot/spambayes/website/scripts/ht2html
In directory sc8-pr-cvs1:/tmp/cvs-serv23417a/scripts/ht2html

Modified Files:
	SpamBayesGenerator.py 
Log Message:
Fix a couple of mistakes on the apps page, plus update the
information about the binary's requirements and known problems.

Update developer page for new status of Python 2.3 and
current date.

Add plural of corpus to glossary on docs page.

Cosmetic fix to download page.

Added notes (based on Tim P's post) about using the outlook plugin
to the windows page.

Fixed the script so that the sourceforge logo links to sf, not
to us.

Index: SpamBayesGenerator.py
===================================================================
RCS file: /cvsroot/spambayes/website/scripts/ht2html/SpamBayesGenerator.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** SpamBayesGenerator.py	13 Jan 2003 03:57:58 -0000	1.3
--- SpamBayesGenerator.py	22 May 2003 02:10:13 -0000	1.4
***************
*** 37,45 ****
          # it is important not to have newlines between the img tag and the end
          # end center tags, otherwise layout gets messed up
!         p.sidebar.append(('%(rootdir)s', '''
  <div align="right">
      <img alt="" border="0"
           src="http://sourceforge.net/sflogo.php?group_id=31674&type=1"></div>
! ''' % self.__d))
          self.__linkfixer.massage(p.sidebar, self.__d)
          SpamBayesSidebar.__init__(self, p.sidebar)
--- 37,45 ----
          # it is important not to have newlines between the img tag and the end
          # end center tags, otherwise layout gets messed up
!         p.sidebar.append(('http://sourceforge.net', '''
  <div align="right">
      <img alt="" border="0"
           src="http://sourceforge.net/sflogo.php?group_id=31674&type=1"></div>
! '''))
          self.__linkfixer.massage(p.sidebar, self.__d)
          SpamBayesSidebar.__init__(self, p.sidebar)





More information about the Spambayes-checkins mailing list