Update documentation for disabled plugins

This commit is contained in:
Chris Mayo 2021-11-29 19:35:34 +00:00
parent 0356524369
commit fe6dea12de
4 changed files with 10 additions and 4 deletions

View file

@ -23,7 +23,7 @@ Features
- Cookie support
- HTML5 support
- a command line and web interface
- various check plugins available, eg. HTML syntax and antivirus checks.
- various check plugins available
Installation
-------------

View file

@ -56,8 +56,7 @@ Features
- honors robots.txt exclusion protocol
- Cookie support
- HTML5 support
- :ref:`Plugin support <man/linkchecker:PLUGINS>` allowing custom page checks. Currently available are
HTML and CSS syntax checks, Antivirus checks, and more.
- :ref:`Plugin support <man/linkchecker:PLUGINS>` allowing custom page checks
- Different interfaces: command line and web interface
Screenshots

View file

@ -24,7 +24,6 @@ LinkChecker features
- support for robots.txt exclusion protocol
- support for Cookies
- support for HTML5
- HTML and CSS syntax check
- Antivirus check
- a command line and web interface

View file

@ -434,6 +434,10 @@ AnchorCheck
Checks validity of HTML anchors.
.. note::
The AnchorCheck plugin is currently broken and is disabled.
LocationInfo
^^^^^^^^^^^^
@ -471,6 +475,10 @@ HtmlSyntaxCheck
Check the syntax of HTML pages with the online W3C HTML validator. See
https://validator.w3.org/docs/api.html.
.. note::
The HtmlSyntaxCheck plugin is currently broken and is disabled.
HttpHeaderInfo
^^^^^^^^^^^^^^