Skip to content

Commit 7612333

Browse files
committed
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.
1 parent 4ba1f1d commit 7612333

File tree

8 files changed

+29
-28
lines changed

8 files changed

+29
-28
lines changed

COPYING.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
Note links for http://www.zope.com/Marks and http://www.ekit.com/ are dead.
2+
13
Roundup Licensing
24
-----------------
35

doc/announcement.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ Fixed:
305305
added.
306306
- Validate Integer and Numeric type filter parameters rather than
307307
passing output down to db level. Initial patch at:
308-
http://hg.python.org/tracker/roundup/rev/98508a47c126 by
308+
https://hg.python.org/tracker/roundup/rev/98508a47c126 by
309309
Martin.V.Loewis. Numeric test patch applied, Integer code and tests
310310
developed by John Rouillard.
311311
- issue1926124: fix crash in roundup_admin migrate option.
@@ -534,11 +534,11 @@ To give Roundup a try, just download (see below), unpack and run::
534534
python demo.py
535535

536536
Release info and download page:
537-
http://pypi.org/project/roundup
537+
https://pypi.org/project/roundup
538538
Source and documentation is available at the website:
539539
http://roundup-tracker.org/
540540
Mailing lists - the place to ask questions:
541-
http://sourceforge.net/mail/?group_id=31577
541+
https://sourceforge.net/p/roundup/mailman/
542542

543543

544544
About Roundup

doc/developers.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Design Document`_ and the `implementation notes`_.
2121
All development is coordinated through two resources:
2222

2323
- roundup-devel mailing list at
24-
http://lists.sourceforge.net/mailman/listinfo/roundup-devel
24+
https://sourceforge.net/projects/roundup/lists/roundup-devel
2525
- The issue tracker running at
2626
https://issues.roundup-tracker.org/
2727

@@ -416,35 +416,35 @@ At run time, Roundup automatically compiles message catalogs whenever
416416
.. _External hyperlink targets:
417417

418418
.. _alexander smishlajev:
419-
.. _als: http://sourceforge.net/users/a1s/
419+
.. _als: https://sourceforge.net/u/a1s/profile/
420420
.. _cygwin: https://www.cygwin.com/
421421
.. _emacs: https://www.gnu.org/software/emacs/
422-
.. _gettext package: https://www.gnu.org/software/gettext/
422+
.. _gettext package: http://www.gnu.org/savannah-checkouts/gnu/gettext/manual/gettext.html
423423
.. _gettext module: https://docs.python.org/2/library/gettext.html
424424
.. _GNU: http://www.gnu.org/
425425
.. _GNU mirror sites: http://www.gnu.org/prep/ftp.html
426426
.. _issue tracker: https://issues.roundup-tracker.org/
427427
.. _Lokalize: Lokalize
428-
.. _KDE: http://www.kde.org/
428+
.. _KDE: https://kde.org/
429429
.. _linux: https://www.linux.org/
430430
.. _Plural Forms:
431-
http://www.gnu.org/software/gettext/manual/html_node/gettext_150.html
431+
http://www.gnu.org/savannah-checkouts/gnu/gettext/manual/gettext.html
432432
.. _po filetype plugin:
433-
http://vim.sourceforge.net/scripts/script.php?script_id=695
433+
https://vim.sourceforge.io/scripts/script.php?script_id=695
434434
.. _PO utilities: https://github.com/pinard/po-utils
435-
.. _poEdit: http://poedit.sourceforge.net/
435+
.. _poEdit: https://poedit.net/
436436
.. _Roundup Source:
437437
.. _Roundup source distribution:
438438
.. _Roundup binary distribution:
439-
http://sourceforge.net/project/showfiles.php?group_id=31577
439+
https://sourceforge.net/projects/roundup/files/
440440
.. _roundup-devel mailing list:
441-
http://lists.sourceforge.net/mailman/listinfo/roundup-devel
441+
https://sourceforge.net/projects/roundup/lists/roundup-devel
442442
.. _TAL:
443443
.. _Template Attribute Language:
444444
https://pagetemplates.readthedocs.io/en/latest/history/TALSpecification14.html
445445
.. _TALES:
446446
.. _Template Attribute Language Expression Syntax:
447447
https://pagetemplates.readthedocs.io/en/latest/history/TALESSpecification13.html
448-
.. _vim: http://www.vim.org/
448+
.. _vim: https://www.vim.org/
449449
.. _ZPTInternationalizationSupport: http://dev.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/ZPTInternationalizationSupport
450450

doc/features.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,5 @@ from Ka-Ping Yee in the Software Carpentry "Track" design competition.
108108
XMLRPC calls
109109

110110
.. _sqlite: http://www.hwaci.com/sw/sqlite/
111-
.. _mysql: http://sourceforge.net/projects/mysql-python
112-
.. _postgresql: http://initd.org/software/initd/psycopg
113-
111+
.. _mysql: https://pypi.org/project/MySQL-python/
112+
.. _postgresql: http://initd.org/psycopg/

doc/installation.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Prerequisites
3232
=============
3333

3434
Roundup requires Python 2.7 or newer (but not Python 3) 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/.
3636
It is highly recommended that users install the latest patch version
3737
of python as these contain many fixes to serious bugs.
3838

@@ -116,7 +116,7 @@ Windows Service
116116
You can run Roundup as a Windows service if pywin32_ is installed.
117117
Otherwise it must be started manually.
118118

119-
.. _Xapian: http://xapian.org/
119+
.. _Xapian: https://xapian.org/
120120
.. _Whoosh: https://bitbucket.org/mchaput/whoosh/wiki/Home
121121
.. _pytz: https://pypi.org/project/pytz/
122122
.. _Olson tz database: https://www.iana.org/time-zones
@@ -728,7 +728,7 @@ Exim4.
728728

729729
For more Debian-specific information, see suggested addition to
730730
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
732732
hopefully be merged into the Debian package eventually.
733733

734734
This config makes a few assumptions:
@@ -1114,9 +1114,9 @@ from installation and scripts.
11141114

11151115
.. _apache: http://httpd.apache.org/
11161116
.. _flup: https://pypi.org/project/flup/
1117-
.. _mod_python: http://www.modpython.org/
1118-
.. _MySQLdb: http://sourceforge.net/projects/mysql-python
1119-
.. _Psycopg: http://initd.org/software/initd/psycopg
1120-
.. _pysqlite: http://pysqlite.org/
1117+
.. _mod_python: http://modpython.org/
1118+
.. _MySQLdb: https://pypi.org/project/mysqlclient/
1119+
.. _Psycopg: http://initd.org/psycopg/
1120+
.. _pysqlite: https://pysqlite.org/
11211121
.. _`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

doc/mysql.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Prerequisites
1111
To use MySQL as the backend for storing roundup data, you also need
1212
to install:
1313

14-
1. MySQL RDBMS 4.0.18 or higher - http://www.mysql.com. Your MySQL
14+
1. MySQL RDBMS 4.0.18 or higher - https://www.mysql.com/. Your MySQL
1515
installation MUST support InnoDB tables (or Berkeley DB (BDB) tables
1616
if you have no other choice). If you're running < 4.0.18 (but not <4.0)
1717
then you'll need to use BDB to pass all unit tests. Edit the

doc/postgresql.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ Prerequisites
1111
To use PostgreSQL as backend for storing roundup data, you should
1212
additionally install:
1313

14-
1. PostgreSQL 8.x or higher - http://www.postgresql.org/
14+
1. PostgreSQL 8.x or higher - https://www.postgresql.org/
1515

1616
2. The psycopg python interface to PostgreSQL:
1717

18-
http://initd.org/software/initd/psycopg
18+
http://initd.org/psycopg/
1919

2020

2121
Running the PostgreSQL unit tests

doc/upgrading.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1762,7 +1762,7 @@ should not affect users of 0.5 installations - but if you find you're
17621762
getting errors from form submissions, please ask for help on the Roundup
17631763
users mailing list:
17641764

1765-
http://lists.sourceforge.net/lists/listinfo/roundup-users
1765+
https://sourceforge.net/projects/roundup/lists/roundup-users
17661766

17671767
See the customisation doc section on `Form Values`__ for documentation of the
17681768
new form variables possible.

0 commit comments

Comments
 (0)