zampolit: A tool for checking how much work is done on group projects.

[ bsd3, program, text ] [ Propose Tags ]

Zampolit is a tool for checking how much work each contributor to a project is doing. It produces pretty graphs of word count per author. This is helpful when collaborating on projects that are mostly text, and do not necessarily break lines reliably or often.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.2, 0.3
Dependencies base (<5), cmdargs, containers, directory, filepath, HSH, MissingH, old-locale, parsec, time [details]
License BSD-3-Clause
Copyright Copyright (c) 2011 Brian Sniffen
Author Brian Sniffen
Maintainer bts@alum.mit.edu
Category Text
Home page https://github.com/briansniffen/zampolit
Source repo head: git clone git://github.com/briansniffen/zampolit.git
Uploaded by BrianSniffen at 2011-05-09T02:10:15Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables zampolit
Downloads 2290 total (10 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2015-05-21 [all 12 reports]

Readme for zampolit-0.3

[back to package description]
## Zampolit
## Copyright (c) 2011 Brian Sniffen

To run [`Zampolit`](http://hackage.haskell.org/package/zampolit) and
collect the data for these pretty graphs, you need a few things:

* The version control system `git`, with its svn extensions.  
* Gnuplot.
* Haskell.

Athena and all modern operating systems have the first two, either
installed by default or in a locker or easily installed package.
But Haskell's more of a pain.  You can [download
it](http://hackage.haskell.org/platform/), then run:

    cabal update
    cabal install zampolit
    git svn clone PATH/TO/YOUR/GAME # replace this
    cd YOUR/GAME
    zampolit

It will churn for a while through the entire history of your game,
then deposit `GAME-wc.data` and `GAME-wc.gnuplot`.  If you have Gnuplot
installed, it will even run gnuplot for you to produce `GAME-wc.pdf`.