mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-02 11:54:43 +00:00
updated
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@861 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
7097cd85ef
commit
f279608f52
3 changed files with 12 additions and 0 deletions
|
|
@ -2,6 +2,9 @@
|
|||
* fix old bug in redirects not using the full url. this resulted in
|
||||
errors like (-2, "Name or service not known")
|
||||
Changed files: linkcheck/HttpUrlData.py
|
||||
* only remove anchors on IIS servers (other servers are doing quite
|
||||
well with anchors... can you spell A-p-a-c-h-e ?)
|
||||
Changed files: linkcheck/{HttpUrlData, UrlData}.py
|
||||
|
||||
1.8.13
|
||||
* fix typo in manpage
|
||||
|
|
|
|||
8
TODO
8
TODO
|
|
@ -1,6 +1,14 @@
|
|||
- check and define where urls are encoded
|
||||
- before sending the request, urls need to be encoded
|
||||
|
||||
possible Python 2.3 improvements:
|
||||
- get rid of timeoutsocket.py, the default socket has timeouts
|
||||
- use optparse instead of getopt with more flexible commandline help
|
||||
- replace the debug() function with the logging module
|
||||
we'll see how we can insert multiple debug levels into this thing
|
||||
- use Bool object type
|
||||
- get rid of the patched robotparser.py
|
||||
|
||||
include some web check and/or spider features:
|
||||
- warn if overall size of page (including images/flash/etc.) is too big
|
||||
- save downloaded pages
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@ warning URL path is empty, assuming '/' as path
|
|||
error
|
||||
url http://www.blubb.de/stalter&sohn
|
||||
name unquoted ampersand
|
||||
warning Server 'Microsoft-IIS/4.0' has no anchor support, removing anchor from request
|
||||
error
|
||||
url http://slashdot.org/
|
||||
name unquoted
|
||||
|
|
|
|||
Loading…
Reference in a new issue