mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-26 14:53:59 +00:00
Document sitemaps in linkchecker(1)
This commit is contained in:
parent
689557d9af
commit
93f1d3f4ac
1 changed files with 9 additions and 0 deletions
|
|
@ -426,6 +426,15 @@ Unsupported links (**javascript:**, etc.)
|
|||
`linkcheck/checker/unknownurl.py <https://github.com/linkchecker/linkchecker/blob/master/linkcheck/checker/unknownurl.py>`__
|
||||
source file. The most prominent of them should be JavaScript links.
|
||||
|
||||
SITEMAPS
|
||||
--------
|
||||
|
||||
Sitemaps are parsed for links to check and can be detected either from a
|
||||
sitemap entry in a robots.txt, or when passed as a :option:`FILE-OR-URL`
|
||||
argument in which case detection requires the urlset/sitemapindex tag to be
|
||||
within the first 70 characters of the sitemap.
|
||||
Compressed sitemap files are not supported.
|
||||
|
||||
PLUGINS
|
||||
-------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue