Chris Mayo
Chris Mayo
Yes!: `linkchecker http://www.example.org/myhomepage/`
v9.3 and Windows binaries no longer current.
Recently added some documentation about [sitemaps](https://linkchecker.github.io/linkchecker/man/linkchecker.html#sitemaps). That notes that linkchecker can be pointed directly at a sitemap. Adding `-r1` will then limit to only checking the URLs in the sitemap...
I think this would be a bit niche, and that most users would prefer a smaller, simpler image. Thanks everyone for the alternative.
LinkChecker syntax checks every link, which includes unquoting.
I can't reproduce the empty trailing line as a cause. We have no other reports with v10. Would need testing with the latest version, and looking at the output from...
Reported with v9.3.
We've got a fair bit in the GitHub workflow now, `make check` collects some local tools together including `flake8`.
> pass the option `verify=false` to the `requests` queries That is what it does, for https links: https://github.com/linkchecker/linkchecker/blob/4a75a116d685c29b43392c0244a133faf3842f87/linkcheck/checker/httpurl.py#L258-L259
doc/development.md is now up-to-date. Still no signing. Maybe sigstore will be a solution, at the moment sigstore-python is still "This project is not ready for general-purpose use!".