mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-23 15:44:44 +00:00
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2207 e7d03fd6-7b0d-0410-9947-9c21f3af8025
23 lines
830 B
Text
23 lines
830 B
Text
Possible improvements people could work on:
|
|
|
|
- [OPTIMIZATION] Connection pooling. Right now we open for every link a
|
|
new connection.
|
|
Must be thread-safe, must handle timeouts and connection expiration
|
|
(HTTP: only pool persistent (ie. HTTP/1.1) connections; Keepalive
|
|
header parsing).
|
|
|
|
- [USAGE] rethink intern/extern stuff
|
|
|
|
- [BUGFIX] when an URL is found in the cache and it has a broken anchor,
|
|
the broken anchor name is not displayed as a warning
|
|
|
|
- [USAGE] make a nice GUI for linkchecker
|
|
|
|
- [OPTIMIZATION] SF bug #992389 bit me when I wanted to do absolute imports
|
|
at the checker classes :/
|
|
When the bug is fixed we can import absolute classes
|
|
|
|
- [FEATURE] warn if overall size of page (including images/flash/etc.) is
|
|
too big right now, the page size is only html content
|
|
|
|
- [FEATURE] save downloaded pages
|