Skip to content

Commit fc043c2

Browse files
committed
doc: add glossary entry for "html directory"
1 parent 2ac8428 commit fc043c2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/glossary.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,15 @@ Roundup Glossary
3232
a dash '-', and a number. E.g. ``file-1``. These are used to create
3333
new instances of a class via the web interface.
3434

35+
html directory
36+
there is a directory called **html** in tracker homes. This
37+
contains html files (called templates) that are processed by the
38+
templating processor (TAL or jinja2) for delivery to a web
39+
client. However there is also a ``templates`` setting in the
40+
tracker's ``config.ini`` file. The default value for this is
41+
``html``. However any directories listed as templates should be
42+
considered an ``html directory``
43+
3544
hyperdb
3645
a software layer between the user and the underlying :term:`db`.
3746
It is responsible for mutating the underlying db when the schema

0 commit comments

Comments
 (0)