Commit graph

41 commits

Author SHA1 Message Date
Chris Mayo
a0b28cc0ff Rename url-rate-limited to http-rate-limited
Make consistent with the other warnings:

- The first part of the name represents the checker class in which the
  warning is raised

- Update initial comment
2022-09-06 19:32:24 +01:00
Chris Mayo
47d1015e00 Replace setuptools and setup.py with hatch and pyproject.toml 2022-09-05 19:24:01 +01:00
Chris Mayo
5c0d66dd74 Raise minimum Python requirement to 3.7 2021-12-30 19:27:04 +00:00
Chris Mayo
169305a171 Update change log and upgrading for 10.1.0 2021-12-22 19:29:56 +00:00
Chris Mayo
a2e379a595 Remove built-in GNOME and KDE proxy support
Only http_proxy was ever supported.

Requests uses urllib.request.getproxies().

Fedora 35 and Ubuntu 20.04 do set proxy environment variables when
settings are added through the GUI.

GNOME location of proxy settings is subject to change:
https://wiki.gnome.org/Projects/NetworkManager/Proxies
https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas/-/issues/27
2021-12-13 19:25:23 +00:00
Chris Mayo
a60648e348 Remove support for ftp_proxy
Was limited to HTTP proxy servers and prevents simplifying and fixing
HTTP proxy support.
2021-12-13 19:25:23 +00:00
Chris Mayo
e297b1a477 Stop including binary translation catalogs in the source
Makes it easier to contribute and accept translations.

Does add a new dependency on installation from source, polib. This is
not made mandatory because not all users will want translations.

polib has no further dependencies and can be installed anywhere
LinkChecker can, using pip too.

Add release process step to check polib is installed

The Wheel still includes translations. Recommend install from PyPI in
the README.

Translations were being compiled in setup.py until 2014, using a bundled
copy of msgfmt.py.
9c3739f1c ("Replace msgfmt.py with local tools.", 2014-09-08)
2021-11-22 19:30:33 +00:00
Chris Mayo
70d749a967 Drop Python 3.5, add 3.9 2020-09-14 19:55:05 +01:00
Chris Mayo
2de25d54fd Rename blacklist to failures
Continue to support blacklist for the time being, with deprecation
warnings.
2020-08-23 17:19:26 +01:00
Chris Mayo
0907199216 Include install.txt and upgrading.txt in Sphinx documentation 2020-08-15 17:02:40 +01:00
Chris Mayo
b01c685201 Update README.rst, install.txt and upgrading.txt 2020-06-01 16:23:33 +01:00
Bastian Kleineidam
7b34be590b Introduce check plugins, use Python requests for http/s connections, and some code cleanups and improvements. 2014-03-01 00:12:34 +01:00
Bastian Kleineidam
6b8d08c08b Upgrading info for Logger changes.
[ci skip]
2013-12-11 18:45:29 +01:00
Bastian Kleineidam
7e130808bd Document the user-agent change. 2012-09-21 16:05:03 +02:00
Bastian Kleineidam
3a352631ba Add modified field to loggers. 2012-09-18 12:12:00 +02:00
Bastian Kleineidam
6d9a8859d3 Require and use Python 2.7.2. 2012-06-22 23:58:20 +02:00
Bastian Kleineidam
a9035d6e8a Remove deprecated options. 2012-04-22 13:22:18 +02:00
Bastian Kleineidam
d36c46a27f Require Python 2.7 2012-01-04 20:17:13 +01:00
Bastian Kleineidam
82cfd0b7f9 Remove deprecated options. 2012-01-04 19:01:12 +01:00
Bastian Kleineidam
210b45d1e4 Removed FastCGI script. 2011-07-25 21:37:35 +02:00
Bastian Kleineidam
cc4937cd6d Improved install documentation. 2011-07-25 19:44:12 +02:00
Bastian Kleineidam
e3bb574997 Remove support for system configuration file. 2011-05-20 21:10:31 +02:00
Bastian Kleineidam
eea30875ab Add release notes. 2011-04-12 09:13:58 +02:00
Bastian Kleineidam
2eccb21d57 Updated upgrading docs. 2011-03-16 06:45:43 +01:00
Bastian Kleineidam
7807be517b Assume URL starts with http:// if its not a local file. 2010-12-03 18:25:18 +01:00
Bastian Kleineidam
977ae26c46 Bump up version to 6.0 and add upgrading documentation. 2010-11-21 11:42:19 +01:00
Bastian Kleineidam
efa2d1166a Fix upgrading documentation. 2010-09-29 21:13:41 +02:00
Bastian Kleineidam
1bd2813ef0 --password now reads a password from stdin 2010-09-03 06:34:41 +02:00
Bastian Kleineidam
34a2f4a15d Disable and deprecated the --no-proxy-for option. 2010-03-07 17:45:48 +01:00
Bastian Kleineidam
f096570436 Moved some files into the doc/ subdirectory. 2010-03-06 21:52:25 +01:00
calvin
fa6f97b2b7 removed
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2405 e7d03fd6-7b0d-0410-9947-9c21f3af8025
2005-03-11 16:28:28 +00:00
calvin
35415d072a default blacklist output in ~/.linkchecker/blacklist
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2250 e7d03fd6-7b0d-0410-9947-9c21f3af8025
2005-01-31 13:01:55 +00:00
calvin
1f01c6066c upgrading
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2248 e7d03fd6-7b0d-0410-9947-9c21f3af8025
2005-01-31 12:37:11 +00:00
calvin
fbea3725ca fix default encoding
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1991 e7d03fd6-7b0d-0410-9947-9c21f3af8025
2004-11-15 22:26:45 +00:00
calvin
fcf6dd89e3 updated for 2.0 release
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1989 e7d03fd6-7b0d-0410-9947-9c21f3af8025
2004-11-15 19:28:13 +00:00
calvin
6cbc0fe079 Added note that old colored logger has been removed
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1921 e7d03fd6-7b0d-0410-9947-9c21f3af8025
2004-11-08 13:51:03 +00:00
calvin
b7d4e9968d mention prior version uninstall
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1681 e7d03fd6-7b0d-0410-9947-9c21f3af8025
2004-09-02 10:44:23 +00:00
calvin
4dce37e572 upgrading documentation
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1614 e7d03fd6-7b0d-0410-9947-9c21f3af8025
2004-08-28 16:56:32 +00:00
calvin
99832174b6 upgrading documentation
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1613 e7d03fd6-7b0d-0410-9947-9c21f3af8025
2004-08-28 16:56:05 +00:00
calvin
0c21673f24 upgrading documentation
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1612 e7d03fd6-7b0d-0410-9947-9c21f3af8025
2004-08-28 16:55:04 +00:00
calvin
614cf2f93e added upgrading
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1603 e7d03fd6-7b0d-0410-9947-9c21f3af8025
2004-08-28 13:07:18 +00:00