File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
share/roundup/templates/jinja2 Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 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+
8287Windows 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
9399Getting Roundup
Original file line number Diff line number Diff line change @@ -2,5 +2,7 @@ Name: jinja2
22Description: 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.
57Intended-For: Developers/Fearless first-time roundup users
68
You can’t perform that action at this time.
0 commit comments