Skip to content

Commit 2c5d506

Browse files
author
Alexander Smishlajev
committed
template contents description changed to new layout
1 parent d1d29a7 commit 2c5d506

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

doc/tracker_templates.txt

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
Roundup Tracker Templates
33
=========================
44

5-
:Version: $Revision: 1.1 $
5+
:Version: $Revision: 1.2 $
66

77
The 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
1010
on Windows this is ``c:\python22\share\roundup\templates\``.
1111

1212
The template loading looks in four places to find the templates:
13-
13+
1414
1. *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

2525
Templates 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

3334
An example TEMPLATE-INFO.txt::
3435

0 commit comments

Comments
 (0)