A command line tool to generate statistics about a given trac timeline url

root

Install

darcs get http://hub.darcs.net/kmels/trac-statistics
cd trac-statistics
cabal install

Producing an HTML report

trac-statistics html-report "http://hackage.haskell.org/trac/ghc/timeline?changeset=on&ticket=on&milestone=on&wiki=on&blog=off&max=500&author=&daysback=90&format=rss"

You can save this output to a file ghc.html doing

trac-statistics html-report "http://hackage.haskell.org/trac/ghc/timeline?changeset=on&ticket=on&milestone=on&wiki=on&blog=off&max=500&author=&daysback=90&format=rss" > ghc.html

In order to make it work at all, make sure the directory html/ is a sibling of ghc.html.