

o) switch to htmlparse if possible




o) handle checkboxes correctly (mail from Peter Marklund)

o) consider the possibility to assign unique handles to parsed items,
   so that they can easily be referenced, e.g. to iterate over all
   links etc.


o) frames

o) check availability of all images

o) -debug and -debug_lib should work. Generally clean up which option
   can be overriden where




o) tk gui client like JUnit?




----

done:

o) run tidy as an option

o) dynamically fix the Host: header missing port bug in http.tcl


incorporate this somehow:
> package require tls
> http::register https 443 ::tls::socket
> after that you can do: do_request "https://blabla"
