git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2846 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2005-10-11 12:10:01 +00:00
parent fccccac818
commit 9fd073b50c

8
TODO
View file

@ -1,5 +1,9 @@
Possible improvements people could work on:
- update python download link (2.4.2)
- [FEATURE] postmortem debugging with pdb.pm()
- [BUGFIX] The URL in the log output is double normed.
- [BUGFIX] when an URL is found in the cache and it has a broken anchor,
@ -13,3 +17,7 @@ Possible improvements people could work on:
- [FEATURE] Option to save downloaded pages. This could also be used to
build an internal cache, however there are already a plethora of
caching proxies we could use for that.
> One other problem that I've noticed is that the ignore parameters from the
> configuration file are not used and that both the url-not-normed and the
> url-unnormed do not work as well.