mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-26 02:40:23 +00:00
updated
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1337 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
49e2b1f10d
commit
e44048cd3e
3 changed files with 7 additions and 1 deletions
|
|
@ -19,6 +19,10 @@
|
|||
Type: bugfix
|
||||
Changed: linkcheck/{HttpUrlData, url}.py
|
||||
|
||||
* rework anchor fallback
|
||||
Type: bugfix
|
||||
Changed: linkcheck/HttpUrlData.py
|
||||
|
||||
1.12.2 (release 4.4.2004)
|
||||
* use XmlUtils instead of xmlify for XML quoting
|
||||
Type: code cleanup
|
||||
|
|
|
|||
|
|
@ -39,7 +39,8 @@ name unquoted
|
|||
valid
|
||||
url http://www.heise.de/#isnix
|
||||
name invalid anchor
|
||||
warning anchor #isnix not found
|
||||
warning Server 'Apache/1.3.29' had no anchor support, removed anchor from request
|
||||
anchor #isnix not found
|
||||
valid
|
||||
url HtTP://WWW.hEIsE.DE
|
||||
cached
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ valid
|
|||
url mailto:Bastian Kleineidam <calvin@studcs.uni-sb.de>?bcc=jsmith%40wummel.company.com
|
||||
name 3
|
||||
info Verified adress: 2.1.5 <nobody@uni-sb.de>
|
||||
warning No MX mail host for wummel.company.com found
|
||||
valid
|
||||
url mailto:Bastian Kleineidam <calvin@studcs.uni-sb.de>
|
||||
name 4
|
||||
|
|
|
|||
Loading…
Reference in a new issue