Generate graphs of darcs repository activity (http://hackage.haskell.org/package/darcs-graph)

root

-- darcs-graph
--
-- draw pretty graphs of a darcs repository's activity, including a
-- 7-day sliding average
--

Depends on the fps library included with 6.6, and available separate for 6.4:
    http://www.cse.unsw.edu.au/~dons/fps.html
(version 0.7 or greater)

Invokes gnuplot to generate the graph: http://www.gnuplot.info/

Building:
    $ chmod +x Setup.hs
    $ ./Setup.hs configure --prefix=/home/dons
    $ ./Setup.hs build
    $ ./Setup.hs install

Use:
    $ darcs-graph /home/dons/lambdabot
    Output written to: /tmp/lambdabot-commits.png

Author:
    Don Stewart, http://www.cse.unsw.edu.au/~dons
    Wed Jun 14 17:49:32 EST 2006