comparison doc/installation.txt @ 6097:90a1470edbea

added markdown rendering support using either markdown2 or markdown
author Christof Meerwald <cmeerw@cmeerw.org>
date Thu, 20 Feb 2020 19:30:26 +0000
parents 459426a8c61e
children 55c56ceacb8e
comparison
equal deleted inserted replaced
6096:c914b3d8362f 6097:90a1470edbea
113 to have the jinja2_ template engine installed. 113 to have the jinja2_ template engine installed.
114 114
115 pyjwt 115 pyjwt
116 To use jwt tokens for login (experimental), install pyjwt. If you 116 To use jwt tokens for login (experimental), install pyjwt. If you
117 don't have it installed, jwt tokens are not supported. 117 don't have it installed, jwt tokens are not supported.
118
119 docutils
120 To use ReStructuredText rendering you need to have the docutils
121 package installed.
122
123 markdown or markdown2
124 To use markdown rendering you need to either have the markdown or
125 markdown2 package installed.
118 126
119 Windows Service 127 Windows Service
120 You can run Roundup as a Windows service if pywin32_ is installed. 128 You can run Roundup as a Windows service if pywin32_ is installed.
121 Otherwise it must be started manually. 129 Otherwise it must be started manually.
122 130
126 .. _Olson tz database: https://www.iana.org/time-zones 134 .. _Olson tz database: https://www.iana.org/time-zones
127 .. _pyopenssl: http://pyopenssl.sourceforge.net 135 .. _pyopenssl: http://pyopenssl.sourceforge.net
128 .. _gpg: https://www.gnupg.org/software/gpgme/index.html 136 .. _gpg: https://www.gnupg.org/software/gpgme/index.html
129 .. _pywin32: https://pypi.org/project/pywin32/ 137 .. _pywin32: https://pypi.org/project/pywin32/
130 .. _jinja2: http://jinja.pocoo.org/ 138 .. _jinja2: http://jinja.pocoo.org/
139 .. _docutils: https://docutils.sourceforge.io/
140 .. _markdown: https://python-markdown.github.io/
141 .. _markdown2: https://github.com/trentm/python-markdown2
131 142
132 143
133 Getting Roundup 144 Getting Roundup
134 =============== 145 ===============
135 146

Roundup Issue Tracker: http://roundup-tracker.org/