[Spambayes-checkins] website/scripts/ht2html SpamBayesFAQGenerator.py, NONE, 1.1

Skip Montanaro montanaro at users.sourceforge.net
Wed Jul 23 09:30:17 EDT 2003


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

Added Files:
	SpamBayesFAQGenerator.py 
Log Message:
docutils emits utf-8 so we have to generate html with that as the charset


--- NEW FILE: SpamBayesFAQGenerator.py ---
#! /usr/bin/env python
"""Minor tweak for faq"""

from SpamBayesGenerator import SpamBayesGenerator
class SpamBayesFAQGenerator(SpamBayesGenerator):
    def get_charset(self):
        return 'utf-8'





More information about the Spambayes-checkins mailing list