README.md
1This Tcl script is what I used in order to generate the graph you
2can find at http://antirez.com/news/98. It's really quick & dirty, more
3a trow away program than anything else, but probably could be reused or
4modified in the future in order to visualize other similar data or an
5updated version of the same data.
6
7The usage is trivial:
8
9 ./genhtml.tcl > output.html
10
11The generated HTML is quite broken but good enough to grab a screenshot
12from the browser. Feel free to improve it if you got time / interest.
13
14Note that the code filtering the tags, and the hardcoded branch name, does
15not make the script, as it is, able to analyze a different repository.
16However the changes needed are trivial.
17