X-Git-Url: http://git.wpitchoune.net/gitweb/?p=www.git;a=blobdiff_plain;f=www%2Fppastats%2Fppastats.html;fp=www%2Fppastats%2Fppastats.html;h=ce392797afac4c9459ac04e3ad314bce194d1c76;hp=0000000000000000000000000000000000000000;hb=cf92d1087eae8711d98750488e87be6622e5ea54;hpb=447bb79509db4cecbf5c98de73a38a65f1f6fa91 diff --git a/www/ppastats/ppastats.html b/www/ppastats/ppastats.html new file mode 100644 index 0000000..ce39279 --- /dev/null +++ b/www/ppastats/ppastats.html @@ -0,0 +1,147 @@ + + + + + + + +PPAstats + + + + + + + +
+
+
+
+

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.

+
+
+

The license of ppastats 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 GIT:

+
+
+
+
git clone git://git.wpitchoune.net/ppastats.git
+
+
+
+

To build the Ubuntu package:

+
+
+
+
git clone git://git.wpitchoune.net/ppastats-pkg-ubuntu.git
+cd ppastats-pkg-ubuntu
+git-buildpackage
+
+
+
+
+
+
+

Download

+
+
+ +
+
+
+
+

Contact

+
+
+

Bugs and comments can be sent to jeanfi@gmail.com.

+
+
+

For announces or general information subscribe to ppastats Google+ page.

+
+
+
+
+ + + \ No newline at end of file