Commit graph

1162 commits

Author SHA1 Message Date
Chris Mayo
759208d903 Disable VirusCheck plugin
Not compatible with ClamAV >= 1.0.
2025-07-14 19:52:34 +01:00
Chris Mayo
0608d4c719 Documentation for release 10.5.0 2024-09-03 19:33:11 +01:00
LinkChecker
42a4bcfd60 Update man pages 2024-09-03 19:21:57 +01:00
LinkChecker
39449bd63f Update doc translation catalogs 2024-09-03 19:21:57 +01:00
Chris Mayo
7684a22261 Make LinkChecker HTTP header bold in linkcheckerrc(5) 2024-02-26 19:28:11 +00:00
Chris Mayo
c7621d80a4 Make referenced options bold in WARNINGS in linkcheckerrc(5) 2024-02-26 19:28:11 +00:00
Chris Mayo
ffe4a83b88 Document CssSyntaxCheck checks stylesheets 2024-02-26 19:24:07 +00:00
Chris Mayo
faa570f45c Document CssSyntaxCheck and HtmlSyntaxCheck submit URLs 2024-02-26 19:24:07 +00:00
nodet
28f6743778
Add ignorewarningsforurls to ignore specific warnings (#794)
We want to allow specifying a warning to ignore for
each URL. If no regex is specified for the warning to ignore,
we'll ignore all warnings.

The tests still pass as they are, which means that unknown
values in the configuration file are simply ignored.

* [#782] Add values to configuration file

* [#782] Parse new configuration values

* [#782] Actually ignore a warning

* [#782] Confirm side cases work as expected

* [#782] Add logging when deciding to ignore warnings

* [#782] Documentation for ignorewarningsforurls

* [#782] Update (generated) man pages

* [#782] These tests pass without network, actually

* [#782] Fix copy/paste error in symbol naming

* [#782] The regex matches the name of the warning, not the message

* [#782] Better wording

* [#782] Update (generated) man pages

* [#782] We match the type, not the message
2024-02-13 19:43:29 +00:00
Chris Mayo
08e6ef91d9
Merge pull request #777 from cjmayo/rel104
Release 10.4.0
2023-12-11 19:33:11 +00:00
Chris Mayo
10adf4c8a1 Documentation for release 10.4.0 2023-12-04 19:25:01 +00:00
LinkChecker
1578393a14 Update man pages 2023-12-04 19:24:38 +00:00
LinkChecker
6df0338e39 Update doc translation catalogs 2023-12-04 19:24:25 +00:00
Chris Mayo
284969e7bb Raise minimum Python version to 3.9 2023-11-27 19:22:08 +00:00
Chris Mayo
2cc17a36eb Document updating IANA schemes as a release step 2023-10-30 19:23:46 +00:00
Chris Mayo
00da28f5bc Document that --verbose overrides --no-warnings 2023-09-25 19:22:19 +01:00
Chris Mayo
fe23eeb181
Merge pull request #759 from cjmayo/rel103
Release 10.3.0
2023-09-18 19:30:16 +01:00
Chris Mayo
aa00dc7853 Documentation for release 10.3.0 2023-09-18 19:25:32 +01:00
LinkChecker
3e6cb3d84f Update man pages 2023-09-11 18:26:39 +00:00
LinkChecker
fcce23e434 Update doc translation catalogs 2023-09-11 18:26:22 +00:00
Chris Mayo
2b7c4ff25b Fix Code documentation inheritance diagram
Broken in:
b3429c475 ("Remove support for nntp and telnet", 2023-08-28)
2023-09-05 19:29:56 +01:00
Chris Mayo
16621d475b
Merge pull request #754 from cjmayo/docs
Minor documentation updates
2023-09-04 19:23:56 +01:00
Chris Mayo
0faccf2ab3
Merge pull request #752 from cjmayo/deprecated_modules
Remove support for nntp and telnet
2023-09-04 19:22:38 +01:00
Chris Mayo
3d630b880f
Merge pull request #751 from cjmayo/wraptext
Make TextLogger message wrapping configurable
2023-09-04 19:22:09 +01:00
Chris Mayo
6536ec87a5 Fix typos in install.txt and faq.rst 2023-08-28 19:32:28 +01:00
Chris Mayo
05c4dde213 Update list of distributions 2023-08-28 19:32:28 +01:00
Chris Mayo
ad48c7db2c Make TextLogger message wrapping configurable 2023-08-28 19:30:11 +01:00
Chris Mayo
b3429c4759 Remove support for nntp and telnet
Python is dropping nntplib and telnetlib.
2023-08-28 19:24:57 +01:00
Chris Mayo
4d9749c5ba Log ignored warning messages as info 2023-08-28 19:22:24 +01:00
Chris Mayo
77da1c1b01 Revert "Move ignorewarnings to output section in linkcheckerrc(5)"
The section header names are used when parsing linkcheckerrc.

This reverts commit f0b6ddda27.
2023-08-28 19:22:24 +01:00
Chris Mayo
beaf9399f8 Elevate redirection to a warning tagged http-redirected
Include the HTTP status code and reason in the message.
2023-08-28 19:22:24 +01:00
LinkChecker
f5e0a31f06 Update man pages 2023-05-15 18:46:12 +00:00
LinkChecker
35544ee92c Update doc translation catalogs 2023-05-15 18:45:52 +00:00
Chris Mayo
12743edff5 Acknowledge project icon from KDE Oxygen Icons 2023-05-11 19:22:36 +01:00
Chris Mayo
9e87bb38e7 Update www.gnu.org links 2023-05-11 19:22:36 +01:00
Chris Mayo
35e2f5a2f6
Merge pull request #735 from cjmayo/ignorewarnings
Move ignorewarnings to output section in linkcheckerrc(5)
2023-05-01 19:29:24 +01:00
Chris Mayo
f704f997d5 Add installation with pipx to documentation 2023-05-01 19:24:55 +01:00
Chris Mayo
75996718de Publish release to PyPI 2023-05-01 19:24:55 +01:00
Chris Mayo
5a1b7e1051 Don't need git to install from GitHub
Since:
98d32a11a ("Re-enable support for installing git archives", 2023-01-17)
2023-05-01 19:24:55 +01:00
Chris Mayo
f0b6ddda27 Move ignorewarnings to output section in linkcheckerrc(5)
As per ignoreerrors, this is not filtering.
2023-04-25 19:31:39 +01:00
Chris Mayo
91105d722a
Merge pull request #716 from cjmayo/py38
Raise minimum Python version to 3.8
2023-01-30 19:36:11 +00:00
Chris Mayo
98d32a11a7 Re-enable support for installing git archives
setuptools_scm 7 includes git archive support. hatch-vcs
currently requires a minimium of 6.4, ensure 7 is installed.
2023-01-17 19:26:24 +00:00
Chris Mayo
643364a655 Raise minimum Python version to 3.8 2023-01-17 19:23:29 +00:00
Chris Mayo
2ddae7f798
Merge pull request #701 from cjmayo/rel1021
Documentation for release 10.2.1
2022-12-05 19:27:26 +00:00
Chris Mayo
bf965c6a1a Tidy manual setup install steps 2022-12-05 19:22:35 +00:00
Chris Mayo
44226ed7b8 Document installing pdfminer.six 2022-12-05 19:22:35 +00:00
Chris Mayo
dabf21629f Documentation for release 10.2.1 2022-11-30 19:22:15 +00:00
Chris Mayo
a9312f39c4 Document installing requirements from distribution packages 2022-11-30 19:21:06 +00:00
Chris Mayo
f8e2faa6b4 Documentation for release 10.2.0 2022-11-14 19:34:36 +00:00
Chris Mayo
04e2b0379d Fix make -C doc/src/Makefile gettext with SPHINXOPTS
build.py: error: unrecognized arguments: man/linkchecker.rst man/linkcheckerrc.rst
2022-11-03 19:20:56 +00:00