22Roundup Tracker Templates
33=========================
44
5- :Version: $Revision: 1.1 $
5+ :Version: $Revision: 1.2 $
66
77The templates distributed with Roundup are stored in the "share" directory
8- nominated by Python. On Unix this is typically
9- ``/usr/share/roundup/templates/`` (or ``/usr/local/share...``) and
8+ nominated by Python. On Unix this is typically
9+ ``/usr/share/roundup/templates/`` (or ``/usr/local/share...``) and
1010on Windows this is ``c:\python22\share\roundup\templates\``.
1111
1212The template loading looks in four places to find the templates:
13-
13+
14141. *share* - eg. ``<prefix>/share/roundup/templates/*``.
1515 This should be the standard place to find them when Roundup is
1616 installed.
@@ -24,11 +24,12 @@ The template loading looks in four places to find the templates:
2424
2525Templates contain:
2626
27- - modules __init__.py, dbinit.py, config.py, interfaces.py
28- - directories html and detectors (with appropriate contents)
29- - TEMPLATE-INFO.txt which is our template "marker" file, which contains
30- the name of the template, a description of the template and its
31- intended audience.
27+ - modules ``schema.py`` and ``initial_data.py``
28+ - directories ``html``, ``detectors`` and ``extensions``
29+ (with appropriate contents)
30+ - template "marker" file ``TEMPLATE-INFO.txt``, which contains
31+ the name of the template, a description of the template
32+ and its intended audience.
3233
3334An example TEMPLATE-INFO.txt::
3435
0 commit comments