Pathalizer
From Arnout Engelen
[edit] Web interface
Although Pathalizer itself predates `Web 2.0', a nice web front-end it could certainly turn it into an attractive `Web2.0'-application in the style of Goolge Analytics, to which a pathalizer-like graph view would be a nice addition.
[edit] Graph representation
The `main thing', of course, is getting the generated graph attractively on the screen. Graphviz can output to some interesting formats like SVG and PNG, but it would be really nice to make the layout (and perhaps even browsing/filtering) interactive.
I haven't found many suitable libraries for this yet though: most importantly, most libraries seem to use straight lines between all graph nodes. Curved linkes, like graphviz provides, would be much better.
For now, maybe tweaking the graphviz configuration to get some more attractive graphs would be sufficient.
