comparison templates/minimal/config.py @ 1952:c40ed9113285

Applied Stefan Seefeld's html4/xhtml patch with some changes.
author Richard Jones <richard@users.sourceforge.net>
date Sat, 06 Dec 2003 00:00:54 +0000
parents e109d59f232d
children be047db3dd3d
comparison
equal deleted inserted replaced
1951:767ff2a03eee 1952:c40ed9113285
13 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 13 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
14 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" 14 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS"
15 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, 15 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
16 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. 16 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
17 # 17 #
18 # $Id: config.py,v 1.2 2003-04-24 07:20:00 richard Exp $ 18 # $Id: config.py,v 1.3 2003-12-06 00:00:54 richard Exp $
19 19
20 import os 20 import os
21 21
22 # roundup home is this package's directory 22 # roundup home is this package's directory
23 TRACKER_HOME=os.path.split(__file__)[0] 23 TRACKER_HOME=os.path.split(__file__)[0]
108 # subjects. To disable, comment out the variable below or leave it blank. 108 # subjects. To disable, comment out the variable below or leave it blank.
109 # Examples: 109 # Examples:
110 MAIL_DEFAULT_CLASS = 'issue' # use "issue" class by default 110 MAIL_DEFAULT_CLASS = 'issue' # use "issue" class by default
111 #MAIL_DEFAULT_CLASS = '' # disable (or just comment the var out) 111 #MAIL_DEFAULT_CLASS = '' # disable (or just comment the var out)
112 112
113 # HTML version to generate. The templates are html4 by default. If you
114 # wish to make them xhtml, then you'll need to change this var to 'xhtml'
115 # too so all auto-generated HTML is compliant.
116 HTML_VERSION = 'html4' # either 'html4' or 'xhtml'
117
113 # vim: set filetype=python ts=4 sw=4 et si 118 # vim: set filetype=python ts=4 sw=4 et si

Roundup Issue Tracker: http://roundup-tracker.org/