mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-22 23:24:44 +00:00
updated
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@713 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
8b8c7a5e49
commit
01b0a0aa5b
3 changed files with 5 additions and 2 deletions
|
|
@ -8,6 +8,8 @@
|
|||
Added files: lconline/check.js
|
||||
* Updated documentation with a link restriction example
|
||||
Changed files: linkchecker, linkchecker.1, FAQ
|
||||
* Updated po/pygettext.py to version 1.5, cleaned up some gettext
|
||||
usages.
|
||||
|
||||
1.8.2
|
||||
* - ignore invalid html attribute characters
|
||||
|
|
|
|||
2
FAQ
2
FAQ
|
|
@ -58,7 +58,7 @@ A: When it comes to checking there are three types of URLs:
|
|||
Like 1), but we additionally check if they are valid by connect()ing
|
||||
to them
|
||||
3) intern URLs:
|
||||
like 2), but we additionally check if they are HTML pages and if so,
|
||||
Like 2), but we additionally check if they are HTML pages and if so,
|
||||
we descend recursively into this link and check all the links in the
|
||||
HTML content.
|
||||
The --recursion-level option restricts the number of such recursive
|
||||
|
|
|
|||
|
|
@ -8,7 +8,8 @@ include debian/rules debian/changelog debian/copyright debian/control
|
|||
include debian/linkchecker.*
|
||||
include test/*.py test/*.txt
|
||||
include test/output/test_* test/html/*.html
|
||||
include lconline/*.html lconline/*.de lconline/*.en lconline/README.negotiation
|
||||
include lconline/*.html lconline/*.de lconline/*.en
|
||||
include lconline/check.js lconline/README.negotiation
|
||||
include linkcheck/parser/Makefile linkcheck/parser/htmllex.l
|
||||
include linkcheck/parser/htmlparse.y linkcheck/parser/htmlparse.h
|
||||
include linkcheck/parser/htmlsax.h
|
||||
|
|
|
|||
Loading…
Reference in a new issue