linkcheck.plugins.syntaxchecks
Functions
|
Add warnings for W3C HTML or CSS errors in xml format. |
|
Return XML content of given tag in parent element. |
Classes
|
Check the syntax of CSS stylesheets with the online W3C CSS validator. |
|
Check the syntax of HTML pages with the online W3C HTML validator. |
|
Ensure W3C apis are not hammered. |
- class linkcheck.plugins.syntaxchecks.CssSyntaxCheck(config)[source]
Bases:
_ContentPlugin
Check the syntax of CSS stylesheets with the online W3C CSS validator. See https://jigsaw.w3.org/css-validator/manual.html#expert.
Initialize plugin.
- class linkcheck.plugins.syntaxchecks.HtmlSyntaxCheck(config)[source]
Bases:
_ContentPlugin
Check the syntax of HTML pages with the online W3C HTML validator. See https://validator.w3.org/docs/api.html.
Initialize plugin.
- class linkcheck.plugins.syntaxchecks.W3Timer[source]
Bases:
object
Ensure W3C apis are not hammered.
Remember last API call.
- SleepSeconds = 2