Skip to content

Commit 19737cc

Browse files
committed
Update links in documentation
Only broken link is for whoosh indexer. Have email to author to find out if it's dead or what URL I shoud use.
1 parent f2204af commit 19737cc

File tree

5 files changed

+23
-10
lines changed

5 files changed

+23
-10
lines changed

doc/FAQ.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,13 @@ This is based upon the template markup language in Zope called, oddly
126126
enough, "Zope Page Templates". There's documentation in the Roundup
127127
customisation_ documentation. For more information have a look at:
128128

129-
http://docs.zope.org/zope2/zope2book/
129+
https://zope.readthedocs.io/en/latest/zopebook/ZPT.html
130130

131-
specifically chapter 10 "Using Zope Page Templates" and chapter 14 "Advanced
132-
Page Templates".
131+
specifically the chapter (10) on "Using Zope Page Templates" and the
132+
chapter (13) on "Advanced Page Templates". (Note the link above is for
133+
a newer version of Zope, so some of the info may not apply to version
134+
2 of Zope which is used in roundup. The version 2 docs appear to not
135+
be available anymore.)
133136

134137

135138
But I just want a select/option list for ....

doc/installation.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Windows Service
139139
.. _pyopenssl: http://pyopenssl.sourceforge.net
140140
.. _gpg: https://www.gnupg.org/software/gpgme/index.html
141141
.. _pywin32: https://pypi.org/project/pywin32/
142-
.. _jinja2: http://jinja.pocoo.org/
142+
.. _jinja2: https://palletsprojects.com/p/jinja/
143143
.. _docutils: https://docutils.sourceforge.io/
144144
.. _markdown: https://python-markdown.github.io/
145145
.. _markdown2: https://github.com/trentm/python-markdown2
@@ -426,9 +426,13 @@ The ``adsutil.vbs`` file can be found in either ``c:\inetpub\adminscripts``
426426
or ``c:\winnt\system32\inetsrv\adminsamples\`` or
427427
``c:\winnt\system32\inetsrv\adminscripts\`` depending on your installation.
428428

429+
See:
430+
431+
https://docs.microsoft.com/en-us/iis/web-dev-reference/server-variables
432+
429433
More information about ISS setup may be found at:
430434

431-
http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B276494
435+
https://docs.microsoft.com/en-us/iis/
432436

433437
Copy the ``frontends/roundup.cgi`` file to your web server's ``cgi-bin``
434438
directory. You will need to configure it to tell it where your tracker home

doc/xmlrpc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ security consideration
6868
----------------------
6969
Both the standalone and embedded roundup XML endpoints used the
7070
default python XML parser. This parser is know to have security
71-
issues. For details see: https://pypi.python.org/pypi/defusedxml/.
71+
issues. For details see: https://pypi.org/project/defusedxml/.
7272
You may wish to use the rest interface which doesn't have the same
7373
issues. Patches with tests to roundup to use defusedxml are welcome.
7474

website/www/code.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Code
33

44
Project history is maintained in `CHANGES.txt <https://sourceforge.net/p/roundup/code/ci/tip/tree/CHANGES.txt>`_
55
file in code repository of Roundup, which can also be viewed online
6-
through SourceForge `web interface <https://sourceforge.net/p/roundup/code/>`_.
6+
through SourceForge `web interface <https://sourceforge.net/p/roundup/code/ci/default/tree/>`_.
77

88
Get sources
99
-----------

website/www/conf.py

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,12 @@
197197
#latex_use_modindex = True
198198

199199

200-
linkcheck_ignore = [r'https?://.*localhost:\d+/',
201-
r'http://www.zope.com/Marks' # reference in license
202-
]
200+
linkcheck_ignore = [
201+
r'https?://.*localhost:\d+/',
202+
r'http://www.zope.com/Marks', # reference in license
203+
r'http://www.ekit.com/', # reference in license
204+
r'http://www.bizarsoftware.com.au/', # reference in license,
205+
r'http://11.11.11.101', # dummy example url
206+
r'https://.../rest/.*', # dummy example url
207+
r'http://myroundup.com/roundup.*', # dummy example url
208+
]

0 commit comments

Comments
 (0)