Mercurial > p > roundup > code
diff doc/installation.txt @ 6391:205bc1d27985
Added links for pyjwt, markdown libs, rearranged links.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 27 Apr 2021 19:53:37 -0400 |
| parents | 7c852cad2ca8 |
| children | 4d321d52d67d |
line wrap: on
line diff
--- a/doc/installation.txt Mon Apr 26 23:40:52 2021 -0400 +++ b/doc/installation.txt Tue Apr 27 19:53:37 2021 -0400 @@ -117,35 +117,22 @@ to have the jinja2_ template engine installed. pyjwt - To use jwt tokens for login (experimental), install pyjwt. If you - don't have it installed, jwt tokens are not supported. + To use jwt tokens for login (experimental), install `pyjwt`_ + (v1.7.1, v2.0.1 tested). If you don't have it installed, jwt + tokens are not supported. docutils - To use ReStructuredText rendering you need to have the docutils + To use ReStructuredText rendering you need to have the `docutils`_ package installed. markdown, markdown2 or mistune - To use markdown rendering you need to have the markdown, markdown2 - or mistune package installed. + To use markdown rendering you need to have the markdown_, markdown2_ + or mistune_ (v0.8.4 tested) package installed. Windows Service You can run Roundup as a Windows service if pywin32_ is installed. Otherwise it must be started manually. -.. _Xapian: https://xapian.org/ -.. _Whoosh: https://whoosh.readthedocs.org/en/latest -.. _pytz: https://pypi.org/project/pytz/ -.. _Olson tz database: https://www.iana.org/time-zones -.. _pyopenssl: http://pyopenssl.sourceforge.net -.. _gpg: https://www.gnupg.org/software/gpgme/index.html -.. _pywin32: https://pypi.org/project/pywin32/ -.. _jinja2: https://palletsprojects.com/p/jinja/ -.. _docutils: https://docutils.sourceforge.io/ -.. _markdown: https://python-markdown.github.io/ -.. _markdown2: https://github.com/trentm/python-markdown2 -.. _mistune: https://github.com/lepture/mistune - - Getting Roundup =============== @@ -1446,12 +1433,27 @@ .. _External hyperlink targets: -.. _apache: http://httpd.apache.org/ + + +.. _`adding MySQL users`: + https://dev.mysql.com/doc/refman/8.0/en/creating-accounts.html +.. _apache: https://httpd.apache.org/ +.. _docutils: https://pypi.org/project/docutils/ .. _flup: https://pypi.org/project/flup/ -.. _mod_python: http://modpython.org/ +.. _gpg: https://www.gnupg.org/software/gpgme/index.html +.. _jinja2: https://palletsprojects.com/p/jinja/ +.. _markdown: https://python-markdown.github.io/ +.. _markdown2: https://github.com/trentm/python-markdown2 +.. _mistune: https://pypi.org/project/mistune/ +.. _mod_python: https://github.com/grisha/mod_python .. _mod_wsgi: https://pypi.org/project/mod-wsgi/ .. _MySQLdb: https://pypi.org/project/mysqlclient/ +.. _Olson tz database: https://www.iana.org/time-zones .. _Psycopg: https://www.psycopg.org/ +.. _pyjwt: https://pypi.org/project/PyJWT/ +.. _pyopenssl: http://pyopenssl.sourceforge.net .. _pysqlite: https://pysqlite.org/ -.. _`adding MySQL users`: - https://dev.mysql.com/doc/refman/8.0/en/creating-accounts.html +.. _pytz: https://pypi.org/project/pytz/ +.. _pywin32: https://pypi.org/project/pywin32/ +.. _Whoosh: https://whoosh.readthedocs.org/en/latest +.. _Xapian: https://xapian.org/
