Mercurial > p > roundup > code
diff 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 |
line wrap: on
line diff
--- a/doc/glossary.txt Thu Jul 10 22:25:44 2025 -0400 +++ b/doc/glossary.txt Thu Jul 10 22:27:49 2025 -0400 @@ -32,6 +32,15 @@ a dash '-', and a number. E.g. ``file-1``. These are used to create new instances of a class via the web interface. + html directory + there is a directory called **html** in tracker homes. This + contains html files (called templates) that are processed by the + templating processor (TAL or jinja2) for delivery to a web + client. However there is also a ``templates`` setting in the + tracker's ``config.ini`` file. The default value for this is + ``html``. However any directories listed as templates should be + considered an ``html directory`` + hyperdb a software layer between the user and the underlying :term:`db`. It is responsible for mutating the underlying db when the schema
