comparison doc/glossary.txt @ 8363:b4dfc68b7067

doc: add glossary entry for "html directory"
author John Rouillard <rouilj@ieee.org>
date Thu, 10 Jul 2025 22:27:49 -0400
parents 1a912887d704
children dc136e237fa6
comparison
equal deleted inserted replaced
8362:f061e614320a 8363:b4dfc68b7067
29 a combined :term:`classname` + :term:`itemid` reference to any item 29 a combined :term:`classname` + :term:`itemid` reference to any item
30 in the hyperdb. E.g. ``issue26``. Note that form values can include 30 in the hyperdb. E.g. ``issue26``. Note that form values can include
31 something that looks like a designator composed of a classname, 31 something that looks like a designator composed of a classname,
32 a dash '-', and a number. E.g. ``file-1``. These are used to create 32 a dash '-', and a number. E.g. ``file-1``. These are used to create
33 new instances of a class via the web interface. 33 new instances of a class via the web interface.
34
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``
34 43
35 hyperdb 44 hyperdb
36 a software layer between the user and the underlying :term:`db`. 45 a software layer between the user and the underlying :term:`db`.
37 It is responsible for mutating the underlying db when the schema 46 It is responsible for mutating the underlying db when the schema
38 changes. It also executes the detectors when items in the db change. 47 changes. It also executes the detectors when items in the db change.

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