@@ -83,22 +83,23 @@ Roundup Glossary
8383
8484 this term has three meanings depending on context.
8585
86- It refers to files that are processed by a templating engine to
87- produce output suitable for machine or human consumption. For
88- example a template could produce a html page that includes the
89- name of the user.
90-
91- It is an property of the request object in the templating
92- system. Templates that are used with a specific class (e.g.
93- ``issue.item.html``) will have this entry set to the middle
94- element (``item`` in this example). For templates like
95- ``home.html`` the element will be set to the empty string.
96-
97- It also can mean a **Tracker template**. This is a set of files
98- used to install a new tracker. Tracker templates define a
99- tracker with a particular look and feel, :term:`schema`,
100- permissions model, and :term:`detectors`. Roundu ships with five
101- templates and people on the net `have produced other templates`_
86+ 1. files that are processed by a templating engine to
87+ produce output suitable for machine or human consumption. For
88+ example a template could produce a html page that includes the
89+ name of the user.
90+
91+ 2. a property of the request object in the templating
92+ system. Templates that are used with a specific class (e.g.
93+ ``issue.item.html``) will have this entry set to the middle
94+ element (``item`` in this example). For templates like
95+ ``home.html`` the element will be set to the empty string.
96+
97+ 3. a **Tracker template**. This is a set of files
98+ used to install a new tracker. Tracker templates define a
99+ tracker with a particular look and feel, :term:`schema`,
100+ permissions model, and :term:`detectors`. Roundup ships with
101+ five templates and people on the net `have produced other
102+ templates`_
102103
103104
104105 tracker
0 commit comments