diff doc/glossary.txt @ 8388:8eee280eddc3

doc: document request.template object in template glossary (3rd meaning)
author John Rouillard <rouilj@ieee.org>
date Sat, 12 Jul 2025 18:00:45 -0400
parents e0e3212c1e80
children 0663a7bcef6c
line wrap: on
line diff
--- a/doc/glossary.txt	Sat Jul 12 17:59:27 2025 -0400
+++ b/doc/glossary.txt	Sat Jul 12 18:00:45 2025 -0400
@@ -83,22 +83,23 @@
 
       this term has three meanings depending on context.
 
-      It refers to files that are processed by a templating engine to
-      produce output suitable for machine or human consumption. For
-      example a template could produce a html page that includes the
-      name of the user.
+      1. files that are processed by a templating engine to
+         produce output suitable for machine or human consumption. For
+         example a template could produce a html page that includes the
+         name of the user.
 
-      It is an property of the request object in the templating
-      system. Templates that are used with a specific class (e.g.
-      ``issue.item.html``) will have this entry set to the middle
-      element (``item`` in this example). For templates like
-      ``home.html`` the element will be set to the empty string.
+      2. a property of the request object in the templating
+         system. Templates that are used with a specific class (e.g.
+         ``issue.item.html``) will have this entry set to the middle
+         element (``item`` in this example). For templates like
+         ``home.html`` the element will be set to the empty string.
 
-      It also can mean a **Tracker template**. This is a set of files
-      used to install a new tracker. Tracker templates define a
-      tracker with a particular look and feel, :term:`schema`,
-      permissions model, and :term:`detectors`. Roundu ships with five
-      templates and people on the net `have produced other templates`_
+      3. a **Tracker template**. This is a set of files
+	 used to install a new tracker. Tracker templates define a
+	 tracker with a particular look and feel, :term:`schema`,
+	 permissions model, and :term:`detectors`. Roundup ships with
+	 five templates and people on the net `have produced other
+	 templates`_
 
 
    tracker

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