Hi,
I've just uploaded a new version of my html summarizer for todo.txt at
http://sevorg.org/todosummary/todosummary-r19.tar This release adds
the ability to get just the html tables without having to install
elementtree among other things. The tar contains a README describing
how to do that and a few other things with the script. To get a taste
of it run
curl -o todosummary-r19.tar http://sevorg.org/todosummary/todosummary-r19.tar
tar xf todosummary-r19.tar
cd todosummary-r19
python todo/html.py
and open the produced todo.html in your browser.
As before you can just use http://sevorg.org/todotxt/ to view the
summary with graphs if you don't want to go through the trouble of
installing things locally.
Enjoy,
Charlie