Updated todo list

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3745 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2008-04-30 14:37:16 +00:00
parent b6a35999c9
commit 58a502cf91

View file

@ -1,11 +1,12 @@
- [BUG REPORT] the web interface only runs on the server it is installed on.
The ALLOWED_HOSTS and ALLOWED_SERVERS variables in lc.cgi don't work and
are not (well) documented.
- [BUG] The URL in the log output is double normed.
- [BUGFIX] The URL in the log output is double normed.
- [FEATURE] Allow specifying proxy data in the web interface
- [INTERFACE] make a nice GUI for linkchecker
- [FEATURE] Virus check
- [FEATURE] Allow specifying proxy data in the web interface
- [DOC] The ALLOWED_HOSTS and ALLOWED_SERVERS variables in lc.cgi
are not documented.
- [FEATURE] Support Unicode in HTML pages (make them charset utf-8).