Mercurial > p > roundup > code
diff doc/installation.txt @ 5013:c1443d96ac94
jinja2: optional requirement added to installation.txt and link to wiki page.
| author | Bernhard Reiter <bernhard@intevation.de> |
|---|---|
| date | Wed, 06 Jan 2016 21:31:11 +0100 |
| parents | c3a90535f7a7 |
| children | 1c992cb4301a |
line wrap: on
line diff
--- a/doc/installation.txt Thu Aug 13 14:45:53 2015 +1000 +++ b/doc/installation.txt Wed Jan 06 21:31:11 2016 +0100 @@ -79,6 +79,11 @@ configured, you can require email to be cryptographically signed before roundup will allow it to make modifications to issues. +jinja2 + To use the jinja2 template (may still be experimental, check out + its TEMPLATE-INFO.txt file) you need + to have the jinja2_ template engine installed. + Windows Service You can run Roundup as a Windows service if pywin32_ is installed. @@ -88,6 +93,7 @@ .. _pyopenssl: http://pyopenssl.sourceforge.net .. _pyme: http://pyme.sourceforge.net .. _pywin32: http://pypi.python.org/pypi/pywin32 +.. _jinja2: http://jinja.pocoo.org/ Getting Roundup
