Wider gnuplot graphs.
[gitstats.git] / doc / README
blobef13cc0fa7e6c2cef9067e033ab668eaf8a1e5d0
1 gitstats is a statistics generator for git repositories.  It is mostly intended
2 for developers, as a way to check some development statistics for a project.
4 Currently it produces only HTML output with tables and graphs.
6 Requirements
7 ============
8 - Python (>= 2.4.4)
9 - Git (>= 1.5.2.4)
10 - Gnuplot (>= 4.0.0)
11 - a git repository (bare clone will work as well)
13 The above versions are not absolute requirements; older versions may work also.
15 Recommended
16 ===========
17 - Lots of memory and fast disk for large projects
19 Contributions
20 =============
21 Patches should be sent under "GPLv2 or older" license - this will allow
22 upgrading to newer GPL versions if they are sensible.