comparison doc/installation.txt @ 5756:e48b039b0ec0

issue2550966: fix suboptimal links in docs. I think I got the majority of them. Some links still don't resolve because they are gone and there is no replacement afaict. Also the check is picking up example links like: https://.../rest and http://localhost:8017/... which should not be checked but are.
author John Rouillard <rouilj@ieee.org>
date Sat, 01 Jun 2019 21:39:17 -0400
parents 0df5f9eeefd4
children 1b57d8f3eb97
comparison
equal deleted inserted replaced
5755:fefd8263ee4d 5756:e48b039b0ec0
30 30
31 Prerequisites 31 Prerequisites
32 ============= 32 =============
33 33
34 Roundup requires Python 2.7 or 3.4 or newer with a functioning 34 Roundup requires Python 2.7 or 3.4 or newer with a functioning
35 anydbm module. Download the latest version from http://www.python.org/. 35 anydbm module. Download the latest version from https://www.python.org/.
36 It is highly recommended that users install the latest patch version 36 It is highly recommended that users install the latest patch version
37 of python as these contain many fixes to serious bugs. 37 of python as these contain many fixes to serious bugs.
38 38
39 Some variants of Linux will need an additional "python dev" package 39 Some variants of Linux will need an additional "python dev" package
40 installed for Roundup installation to work. Debian and derivatives, are 40 installed for Roundup installation to work. Debian and derivatives, are
114 114
115 Windows Service 115 Windows Service
116 You can run Roundup as a Windows service if pywin32_ is installed. 116 You can run Roundup as a Windows service if pywin32_ is installed.
117 Otherwise it must be started manually. 117 Otherwise it must be started manually.
118 118
119 .. _Xapian: http://xapian.org/ 119 .. _Xapian: https://xapian.org/
120 .. _Whoosh: https://bitbucket.org/mchaput/whoosh/wiki/Home 120 .. _Whoosh: https://bitbucket.org/mchaput/whoosh/wiki/Home
121 .. _pytz: https://pypi.org/project/pytz/ 121 .. _pytz: https://pypi.org/project/pytz/
122 .. _Olson tz database: https://www.iana.org/time-zones 122 .. _Olson tz database: https://www.iana.org/time-zones
123 .. _pyopenssl: http://pyopenssl.sourceforge.net 123 .. _pyopenssl: http://pyopenssl.sourceforge.net
124 .. _gpg: https://www.gnupg.org/software/gpgme/index.html 124 .. _gpg: https://www.gnupg.org/software/gpgme/index.html
726 ``/usr/share/doc/exim4-config/README.system_aliases`` on any Debian 726 ``/usr/share/doc/exim4-config/README.system_aliases`` on any Debian
727 system with Exim4 installed. 727 system with Exim4 installed.
728 728
729 For more Debian-specific information, see suggested addition to 729 For more Debian-specific information, see suggested addition to
730 README.Debian in 730 README.Debian in
731 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=343283, which will 731 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=343283, which will
732 hopefully be merged into the Debian package eventually. 732 hopefully be merged into the Debian package eventually.
733 733
734 This config makes a few assumptions: 734 This config makes a few assumptions:
735 735
736 * That the mail address corresponding to the tracker instance has the 736 * That the mail address corresponding to the tracker instance has the
1112 1112
1113 .. _External hyperlink targets: 1113 .. _External hyperlink targets:
1114 1114
1115 .. _apache: http://httpd.apache.org/ 1115 .. _apache: http://httpd.apache.org/
1116 .. _flup: https://pypi.org/project/flup/ 1116 .. _flup: https://pypi.org/project/flup/
1117 .. _mod_python: http://www.modpython.org/ 1117 .. _mod_python: http://modpython.org/
1118 .. _MySQLdb: https://pypi.org/project/mysqlclient/ 1118 .. _MySQLdb: https://pypi.org/project/mysqlclient/
1119 .. _Psycopg: http://initd.org/software/initd/psycopg 1119 .. _Psycopg: http://initd.org/psycopg/
1120 .. _pysqlite: http://pysqlite.org/ 1120 .. _pysqlite: https://pysqlite.org/
1121 .. _`adding MySQL users`: 1121 .. _`adding MySQL users`:
1122 http://dev.mysql.com/doc/refman/5.1/en/adding-users.html 1122 https://dev.mysql.com/doc/refman/8.0/en/adding-users.html

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