Skip to content

Commit e797d43

Browse files
jinja2: optional requirement added to installation.txt and link to wiki page.
1 parent dd4c291 commit e797d43

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

doc/installation.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ pyme
7979
configured, you can require email to be cryptographically signed
8080
before roundup will allow it to make modifications to issues.
8181

82+
jinja2
83+
To use the jinja2 template (may still be experimental, check out
84+
its TEMPLATE-INFO.txt file) you need
85+
to have the jinja2_ template engine installed.
86+
8287
Windows Service
8388
You can run Roundup as a Windows service if pywin32_ is installed.
8489

@@ -88,6 +93,7 @@ Windows Service
8893
.. _pyopenssl: http://pyopenssl.sourceforge.net
8994
.. _pyme: http://pyme.sourceforge.net
9095
.. _pywin32: http://pypi.python.org/pypi/pywin32
96+
.. _jinja2: http://jinja.pocoo.org/
9197

9298

9399
Getting Roundup

share/roundup/templates/jinja2/TEMPLATE-INFO.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@ Name: jinja2
22
Description: This is a generic issue tracker based on classic schema.
33
It uses Jinja2 for templating and Twitter bootstrap for responsive
44
markup. You will need jinja and gettext for this to work.
5+
See the wiki page http://www.roundup-tracker.org/cgi-bin/moin.cgi/Jinja2
6+
for updates infos between releases.
57
Intended-For: Developers/Fearless first-time roundup users
68

0 commit comments

Comments
 (0)