mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-17 06:20:27 +00:00
Fix typos in install.txt and faq.rst
This commit is contained in:
parent
05c4dde213
commit
6536ec87a5
2 changed files with 3 additions and 3 deletions
|
|
@ -88,7 +88,7 @@ If those packages are too old pip will install newer versions.
|
|||
|
||||
To use the dependencies from your distribution if installing LinkChecker with pipx:
|
||||
|
||||
`'pipx install --system-site-packages linkchecker``
|
||||
``pipx install --system-site-packages linkchecker``
|
||||
|
||||
Manual setup for Unix systems
|
||||
-----------------------------
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ Mozilla/IE/Opera/... Is this a bug in LinkChecker?**
|
|||
|
||||
A: Please check your web pages first. Are they really okay?
|
||||
Often the major browsers are very forgiving and good at handling HTML
|
||||
of HTTP errors, while LinkChecker complains in most cases of invalid
|
||||
or HTTP errors, while LinkChecker complains in most cases of invalid
|
||||
content.
|
||||
|
||||
Enable the :ref:`man/linkcheckerrc:HtmlSyntaxCheck` plugin,
|
||||
|
|
@ -17,7 +17,7 @@ or check if you are using a proxy which produces the error.
|
|||
|
||||
**Q: I still get an error, but the page is definitely okay.**
|
||||
|
||||
A: Some servers deny access of automated tools (also called robots)
|
||||
A: Some servers deny access to automated tools (also called robots)
|
||||
like LinkChecker. This is not a bug in LinkChecker but rather a
|
||||
policy by the webmaster running the website you are checking. Look in
|
||||
the ``/robots.txt`` file which follows the
|
||||
|
|
|
|||
Loading…
Reference in a new issue