Skip to content

Commit a7f8604

Browse files
committed
Updated links to handle:
http://issues.roundup-tracker.org/issue2550965 I think I have most of them at this point.
1 parent bd7c6a9 commit a7f8604

File tree

3 files changed

+23
-21
lines changed

3 files changed

+23
-21
lines changed

doc/customizing.txt

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,18 @@ schema`_. Some configuration is also performed using permissions - see the
6666
automatically register through the email interface, you must grant the
6767
"Anonymous" Role the "Email Access" Permission.
6868

69-
The following is taken from the `Python Library Reference`__ (May 20, 2004)
69+
The following is taken from the `Python Library Reference`__ (July 18, 2018)
7070
section "ConfigParser -- Configuration file parser":
7171

72-
The configuration file consists of sections, led by a "[section]" header
73-
and followed by "name = value" entries, with line continuations on a
74-
newline with leading whitespace. Note that leading whitespace is removed
75-
from values. The optional values can contain format strings which
76-
refer to other values in the same section. Lines beginning with "#" or ";"
77-
are ignored and may be used to provide comments.
72+
The configuration file consists of sections, led by a [section] header
73+
and followed by name: value entries, with continuations in the style
74+
of RFC 822 (see section 3.1.1, “LONG HEADER FIELDS”); name=value is
75+
also accepted. Note that leading whitespace is removed from
76+
values. The optional values can contain format strings which refer to
77+
other values in the same section, or values in a special DEFAULT
78+
section. Additional defaults can be provided on initialization and
79+
retrieval. Lines beginning with '#' or ';' are ignored and may be
80+
used to provide comments.
7881

7982
For example::
8083

@@ -85,7 +88,7 @@ section "ConfigParser -- Configuration file parser":
8588
would resolve the "%(dir)s" to the value of "dir" ("frob" in this case)
8689
resulting in "foodir" being "frob/whatever".
8790

88-
__ http://docs.python.org/lib/module-ConfigParser.html
91+
__ https://docs.python.org/2/library/configparser.html
8992

9093
Example configuration settings are below.
9194

@@ -2694,7 +2697,7 @@ reverse only on Multilink properties - produce a list of the linked
26942697
isset returns True if the property has been set to a value
26952698
=========== ================================================================
26962699

2697-
__ http://docs.python.org/lib/module-time.html
2700+
__ https://docs.python.org/2/library/time.html
26982701

26992702
All of the above functions perform checks for permissions required to
27002703
display or edit the data they are manipulating. The simplest case is
@@ -4325,7 +4328,7 @@ Using an LDAP database for user information
43254328
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
43264329

43274330
A script that reads users from an LDAP store using
4328-
http://python-ldap.sf.net/ and then compares the list to the users in the
4331+
https://pypi.org/project/python-ldap/ and then compares the list to the users in the
43294332
roundup user database would be pretty easy to write. You'd then have it run
43304333
once an hour / day (or on demand if you can work that into your LDAP store
43314334
workflow). See the example `Using a UN*X passwd file as the user database`_

doc/developers.txt

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -372,9 +372,8 @@ tools that may help you with this process:
372372

373373
- `poEdit`_ by Vaclav Slavik. Very nice cross-platform GUI editor.
374374

375-
- `KBabel`_. Being part of `KDE`_, it works in X windows only.
376-
At the first glance looks pretty hairy, with all bells and whistles.
377-
Haven't had much experience with it, though.
375+
- `Lokalize`_. A replacement for KBabel. Being part of `KDE`_, it
376+
works in X windows only. Haven't had much experience with it, though.
378377

379378
- ``po-mode`` for `emacs`_. One of `GNU gettext`_ tools. Very handy,
380379
definitely recommended if you are comfortable with emacs. Cannot
@@ -418,21 +417,21 @@ At run time, Roundup automatically compiles message catalogs whenever
418417

419418
.. _alexander smishlajev:
420419
.. _als: http://sourceforge.net/users/a1s/
421-
.. _cygwin: http://www.cygwin.com/
422-
.. _emacs: http://www.gnu.org/software/emacs/
423-
.. _gettext package: http://www.gnu.org/software/gettext/
424-
.. _gettext module: http://docs.python.org/lib/module-gettext.html
420+
.. _cygwin: https://www.cygwin.com/
421+
.. _emacs: https://www.gnu.org/software/emacs/
422+
.. _gettext package: https://www.gnu.org/software/gettext/
423+
.. _gettext module: https://docs.python.org/2/library/gettext.html
425424
.. _GNU: http://www.gnu.org/
426425
.. _GNU mirror sites: http://www.gnu.org/prep/ftp.html
427426
.. _issue tracker: http://issues.roundup-tracker.org/
428-
.. _KBabel: http://i18n.kde.org/tools/kbabel/
427+
.. _Lokalize: Lokalize
429428
.. _KDE: http://www.kde.org/
430-
.. _linux: http://www.linux.org/
429+
.. _linux: https://www.linux.org/
431430
.. _Plural Forms:
432431
http://www.gnu.org/software/gettext/manual/html_node/gettext_150.html
433432
.. _po filetype plugin:
434433
http://vim.sourceforge.net/scripts/script.php?script_id=695
435-
.. _PO utilities: http://po-utils.progiciels-bpi.ca/
434+
.. _PO utilities: https://github.com/pinard/po-utils
436435
.. _poEdit: http://poedit.sourceforge.net/
437436
.. _Roundup Source:
438437
.. _Roundup source distribution:

doc/installation.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Windows Service
119119
.. _Xapian: http://xapian.org/
120120
.. _Whoosh: https://bitbucket.org/mchaput/whoosh/wiki/Home
121121
.. _pytz: https://pypi.org/project/pytz/
122-
.. _Olson tz database: http://www.twinsun.com/tz/tz-link.htm
122+
.. _Olson tz database: https://www.iana.org/time-zones
123123
.. _pyopenssl: http://pyopenssl.sourceforge.net
124124
.. _pyme: http://pyme.sourceforge.net
125125
.. _pywin32: https://pypi.org/project/pywin32/

0 commit comments

Comments
 (0)