Last couple of days, I have do some improvements on ppastats.
Most important changes are concerning the HTML output:
- based on JQuery and QPlot instead of Google Chart
- generated a page aggregating all packages of the PPA
- generated a page for each package version with number of downloads for each Ubuntu release/architecture
- improved the look of the pages
The command line usage and options have changed, for example:
ppastats jfi ppastats -o /var/www/ppastats
will retrieve the information from ppa:jfi/ppastats and generates the HTML pages into the directory /var/www/ppastats.
Few examples are available at: http://wpitchoune.net/ppastats/ppa.
The source archives can be downloaded from: http://wpitchoune.net/ppastats/files.
ppastats can be installed by using a PPA:
sudo apt-add-repository ppa:jfi/ppastats
sudo apt-get update
sudo apt-get install ppastats
Source code is in a SVN repository: http://wpitchoune.net/svnpub/ppastats.
And finally, thanks to Lekensteyn for reporting some issues and patches.