@hackage / zampolit

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

Latest0.3

About

Metadata

  • Last updated , by BrianSniffen
  • License BSD-3-Clause
  • Categories Text Processing
  • Maintained by: bts@alum.mit.edu

  • Lottery factor: 0

Links

Installation

Readme

Zampolit

To run 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, 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.