Roundup Tracker - Issues

Issue 2550965

classification
Fix broken links in doc pages.
Type: behavior Severity: normal
Components: Documentation Versions: devel
process
Status: fixed fixed
:
: rouilj : rouilj
Priority: high :

Created on 2018-07-13 03:39 by rouilj, last changed 2018-07-19 01:49 by rouilj.

Messages
msg6103 Author: [hidden] (rouilj) Date: 2018-07-13 03:39
Running make linkcheck in the website doc pages turns up a bunch of
broken issues.

Some of them are url's that are examples and not expected to resolve
(e.g. http://myroundup, http://localhost etc.).

But there are a number where it looks like the resource has gone.
Some of these may need to remain broken (e.g. the zope link in
COPYING.txt since it's a verbatim quote in the license).  The rest
need to replace/remove old references and update the pages to point to
a new url..

I can't do this before the 1.6 release so recording here for others to
work on.

List of broken links and the doc files and locations in the 1.6
release tree:

COPYING.txt:75: [broken] http://www.zope.com/Marks: <urlopen error
[Errno -2] Name or service not known>
contact.txt:7: [broken]
http://roundup.1086182.n5.nabble.com/User-f3164.html: HTTP Error 404:
Not Found
contact.txt:7: [broken]
http://news.gmane.org/gmane.comp.bug-tracking.roundup.user: HTTP Error
404: Not Found
contact.txt:8: [broken]
http://news.gmane.org/gmane.comp.bug-tracking.roundup.devel: HTTP Error
404: Not Found
contact.txt:8: [broken]
http://roundup.1086182.n5.nabble.com/Developer-f3.html: HTTP Error 404:
Not Found
docs/customizing.txt:2005: [broken]
http://dev.zope.org/Wikis/DevSite/Projects/ZPT/TAL%20Specification%201.4: HTTP
Error 403: Forbidden
docs/customizing.txt:2138: [broken]
http://dev.zope.org/Wikis/DevSite/Projects/ZPT/TALES%20Specification%201.3:
HTTP Error 403: Forbidden
docs/customizing.txt:2258: [broken]
http://dev.zope.org/Wikis/DevSite/Projects/ZPT/TAL%20Specification%201.4: HTTP
Error 403: Forbidden
docs/customizing.txt:2209: [broken]
http://dev.zope.org/Wikis/DevSite/Projects/ZPT/METAL%20Specification%201.0:
HTTP Error 403: Forbidden
docs/customizing.txt:2258: [broken]
http://dev.zope.org/Wikis/DevSite/Projects/ZPT/METAL%20Specification%201.0:
HTTP Error 403: Forbidden
docs/customizing.txt:69: [broken]
http://docs.python.org/lib/module-ConfigParser.html: HTTP Error 404: Not
Found
docs/customizing.txt:2642: [broken]
http://docs.python.org/lib/module-time.html: HTTP Error 404: Not Found
docs/customizing.txt:4327: [broken] http://python-ldap.sf.net/: <urlopen
error [Errno 1] _ssl.c:510: error:14077410:SSL
routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure>
docs/customizing.txt:2005: [broken]
http://chameleon.repoze.org/docs/latest/reference.html#incompatibilities-and-differences:
<urlopen error timed out>
docs/developers.txt:258: [broken]
http://dev.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/ZPTInternationalizationSupport:
HTTP Error 403: Forbidden
docs/developers.txt:303: [broken]
http://dev.zope.org/Wikis/DevSite/Projects/ZPT/TALES%20Specification%201.3:
HTTP Error 403: Forbidden
docs/developers.txt:303: [broken]
http://dev.zope.org/Wikis/DevSite/Projects/ZPT/TALES%20Specification%201.3:
HTTP Error 403: Forbidden
docs/developers.txt:308: [broken]
http://dev.zope.org/Wikis/DevSite/Projects/ZPT/TAL%20Specification%201.4: HTTP
Error 403: Forbidden
docs/developers.txt:320: [broken] http://po-utils.progiciels-bpi.ca/:
<urlopen error [Errno 111] Connection refused>
docs/developers.txt:326: [broken] http://po-utils.progiciels-bpi.ca/:
<urlopen error [Errno 111] Connection refused>
docs/developers.txt:142: [broken]
http://docs.python.org/lib/module-gettext.html: HTTP Error 404: Not Found
docs/developers.txt:330: [broken] http://www.linux.org/: <urlopen error
[Errno 1] _ssl.c:510: error:14077410:SSL
routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure>
docs/developers.txt:377: [broken] http://i18n.kde.org/tools/kbabel/:
HTTP Error 404: Not Found
docs/installation.txt:58: [broken]
http://www.twinsun.com/tz/tz-link.htm: HTTP Error 404: Not Found
msg6105 Author: [hidden] (rouilj) Date: 2018-07-19 01:49
Fixed them and checked in and deployed to web site.

Some references removed (gmane and nabble archives), some 
internationalization tools updated (KBabble is obsolete)
History
Date User Action Args
2018-07-19 01:49:18rouiljsetpriority: high
assignee: rouilj
status: new -> fixed
messages: + msg6105
resolution: fixed
2018-07-13 03:45:48rouiljsettitle: Fix links in doc pages. -> Fix broken links in doc pages.
2018-07-13 03:39:42rouiljcreate