From: Michael Hanke Date: Wed, 1 May 2013 08:06:20 +0000 (+0200) Subject: Interactive subscription stats plot. X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a0cfea3673e1b306e6fe41c5532a8b2c4687b126;p=neurodebian.git Interactive subscription stats plot. --- diff --git a/.gitmodules b/.gitmodules index 5fd882e..6fd1842 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "3rd/bigmess"] path = 3rd/bigmess url = git://github.com/neurodebian/bigmess.git +[submodule "3rd/nvd3"] + path = 3rd/nvd3 + url = git://github.com/novus/nvd3.git diff --git a/3rd/nvd3 b/3rd/nvd3 new file mode 160000 index 0000000..7e9b8c0 --- /dev/null +++ b/3rd/nvd3 @@ -0,0 +1 @@ +Subproject commit 7e9b8c013c4d8e8ad5775062c438c842bc112585 diff --git a/Makefile b/Makefile index de232c7..73f0ab7 100644 --- a/Makefile +++ b/Makefile @@ -51,11 +51,15 @@ source: source-stamp source-stamp: mkdir -p build/src/pkgs/ mkdir -p build/src/lists/ + mkdir -p build/src/_static/ mkdir -p build/src/pkglists/ $(BIGMESS) mkpkgs -d build/src/pkgs/ $(BIGMESS) mkaptcfgs -d build/src/lists/ $(BIGMESS) mkrepocfg > build/src/sources_lists $(BIGMESS) mkpkgtocs -d build/src/pkglists > build/src/pkgs.rst + cp 3rd/nvd3/*.min.js build/src/_static/ + cp 3rd/nvd3/lib/d3*.min.js build/src/_static/ + cp 3rd/nvd3/src/nv*.css build/src/_static/ touch $@ cachefiles: diff --git a/sphinx/popularity.rst b/sphinx/popularity.rst index 1ad9325..da24bc2 100644 --- a/sphinx/popularity.rst +++ b/sphinx/popularity.rst @@ -10,9 +10,24 @@ Popularity Statistics Repository subscriptions ======================== +Interactive visualization of new NeuroDebian repository subscriptions. Plotted +are each week's average number of daily subscriptions for all Debian and Ubuntu +releases. Statistics for individual releases can be compared by clicking on the +respective curves and labels in the legend. + +Note that each machine only needs to be subcribed to the repository, and only +subscriptions done via the website are counted. + + .. raw:: html -

+ +
+ + + + + Popularity Contest ==================