Generates HTML Report Of Download Statistics For Ubuntu PPA
ppastats is a command line tool which produces HTML report for viewing download statistics of an Ubuntu PPA.
Examples are available at: http://wpitchoune.net/ppastats/ppa.
ppastats license is GPL v2.
ppastats works fine with Firefox 6/7, Google Chrome 12 and IE8.
Usage
ppastats jfi psensor-unstable -o /var/www/ppastats
Generates the HTML report for the ppa ppa:jfi/psensor-unstable.
Use ppastats --help for more options.
Installation
Ubuntu
For Ubuntu, the easiest way to install ppastats is to use its dedicated PPA:
sudo apt-add-repository ppa:jfi/ppastats sudo apt-get update sudo apt-get install ppastats
Compilation
ppastats should compile on any modern Linux distribution, it requires the CURL and json-c libraries.
Download the source archive from: http://wpitchoune.net/ppastats/files.
For compilation on Ubuntu:
apt-get install libcurl4-openssl-dev libjson0-dev ./configure make clean all
and finally, install ppastats:
sudo make install
Alternatively, the last development version can be retrieved using SVN:
svn co http://wpitchoune.net/svnpub/ppastats/trunk
Download
Contact
Bugs and comments can be sent to jeanfi@gmail.com.