mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-29 10:34:42 +00:00
updated
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@935 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
62630170da
commit
549c3ad4b3
4 changed files with 16 additions and 5 deletions
14
ChangeLog
14
ChangeLog
|
|
@ -1,8 +1,18 @@
|
|||
1.8.19
|
||||
* add scheme colon in set_intern_url
|
||||
Changed files: linkcheck/UrlData.py
|
||||
Changed: linkcheck/UrlData.py
|
||||
* fix threading option -t
|
||||
Changed files: linkchecker, linkcheck/Config.py
|
||||
Changed: linkchecker, linkcheck/Config.py
|
||||
* do not try to get content of urls that have no content (eg mail)
|
||||
Closes: SF bug 765016
|
||||
Changed: linkcheck/{Mailto,Nntp,Telnet,}UrlData.py
|
||||
* added robots.txt FAQ
|
||||
Removed: norobots-rfc.html
|
||||
Changed: FAQ
|
||||
* add iso-8859-1 coding line to all .py files
|
||||
Changed: *.py
|
||||
* Correctly quote the HTML output
|
||||
Changed: linkcheck/log/HtmlLogger.py
|
||||
|
||||
1.8.18
|
||||
* fix option error messages for invalid integer arguments
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
include README FAQ INSTALL LICENSE TODO draft-gilman-news-url-00.txt
|
||||
include norobots-rfc.html WONTDO MANIFEST.in
|
||||
include WONTDO MANIFEST.in
|
||||
include linkcheckerrc linkchecker linkchecker.bat linkchecker.1 create.sql
|
||||
include lc.cgi lc.fcgi lc.sz_fcgi
|
||||
include Makefile
|
||||
|
|
|
|||
1
TODO
1
TODO
|
|
@ -8,6 +8,7 @@ possible Python 2.3 improvements (ie needs Python >= 2.3)
|
|||
we'll see how we can insert multiple debug levels into this thing
|
||||
- use Bool object type
|
||||
- get rid of the patched robotparser.py
|
||||
- use new csv module
|
||||
|
||||
include some web check and/or spider features:
|
||||
- warn if overall size of page (including images/flash/etc.) is too big
|
||||
|
|
|
|||
4
WONTDO
4
WONTDO
|
|
@ -1,7 +1,7 @@
|
|||
This is a list of things LinkChecker will *not* do for you.
|
||||
|
||||
1) Support JavaScript
|
||||
See the FAQ
|
||||
See the FAQ, question Q5.
|
||||
|
||||
2) Print unreachable/dead documents of your website.
|
||||
This would require
|
||||
|
|
@ -12,5 +12,5 @@ This is a list of things LinkChecker will *not* do for you.
|
|||
and look for missing files.
|
||||
|
||||
3) HTML/XML syntax checking
|
||||
Use the HTML tidy program from www.w3c.org.
|
||||
Use the HTML tidy program from http://tidy.sourceforge.net/ .
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue