Mercurial > p > roundup > code
diff doc/installation.txt @ 7302:d2633821fe07
update doc on supplied templates
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 07 May 2023 09:25:19 -0400 |
| parents | d5442d781a09 |
| children | 9bd9d06e2f2c |
line wrap: on
line diff
--- a/doc/installation.txt Sun May 07 09:24:14 2023 -0400 +++ b/doc/installation.txt Sun May 07 09:25:19 2023 -0400 @@ -532,17 +532,49 @@ Classic Template ~~~~~~~~~~~~~~~~ -The classic template is the one defined in the `Roundup Specification`_. It -holds issues which have priorities and statuses. Each issue may also have a -set of messages which are disseminated to the issue's list of nosy users. +The classic template is the one defined in the `Roundup +Specification`_. It holds issues which have priorities and +statuses. Each issue may also have a set of messages which are +disseminated to the issue's list of nosy users. Minimal Template ~~~~~~~~~~~~~~~~ The minimal template has the minimum setup required for a tracker -installation. That is, it has the configuration files, defines a user database -and the basic HTML interface to that. It's a completely clean slate for you to -create your tracker on. +installation. That is, it has the configuration files, defines a user +database and the basic HTML interface to that. It's a completely clean +slate for you to create your tracker on. + +Other Templates +~~~~~~~~~~~~~~~ + +There are three other templates distributed with Roundup: + +responsive + This issue tracker uses the same schema as devel. The difference + between devel and responsive templates is the use of Twitter + bootstrap (https://github.com/twbs/bootstrap) in templates and + HTML5 markup. Make sure the "static_files" setting in your + config.ini of your instance is set to the directory where the + static files live (the subdirectory "static" in the default of the + template). + +devel + This is a generic issue tracker that may be used to track bugs, + feature requests, project issues or any number of other types of + issues. Most users of Roundup will find that this template suits + them, with perhaps a few customisations. + + +jinja2 + This is a generic issue tracker based on classic schema. It uses + Jinja2 for templating and Twitter bootstrap for responsive markup. + You will need jinja and gettext for this to work. See the wiki + page https://wiki.roundup-tracker.org/Jinja2 for updates + between releases. + +Also other people have listed their trackers for different needs at: +https://wiki.roundup-tracker.org/TrackerTemplates. .. index:: database; choosing your backend
