]> git.donarmstrong.com Git - neurodebian.git/blobdiff - sphinx/popularity.rst
Also for stats report which repo and which job number use our setup
[neurodebian.git] / sphinx / popularity.rst
index 1ad932590e5e3c0bed73331ce4a67a68ce45a577..fb272772cd1baabb2e87e395821ca47d1ca6ccd7 100644 (file)
@@ -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 subscribed to the repository once, and
+only subscriptions done via the website are counted.
+
+
 .. raw:: html
 
- <p><img border="0" src="_files/nd_subscriptionstats.png" title="Statistics of new repository subscriptions for all supported releases. Note: subscription is only done once per machine." /></p>
+  <link href="/_static/nv.d3.css" rel="stylesheet" type="text/css">
+  <div><svg style="height:500px" id="subscriptionchart"></svg></div>
+
+  <script src="/_static/d3.v2.min.js"></script>
+  <script src="/_static/nv.d3.min.js"></script>
+  <script src="/_static/subscriptionchart.js"></script>
+
 
 Popularity Contest
 ==================
@@ -21,8 +36,23 @@ We encourage you to participate in the `popularity
 contest <http://popcon.debian.org>`_ (popcon), which anonymously
 collects the list of packages you installed/use on your system.
 Collecting such statistics is of particular importance for research
-software projects as a prove of an existing user-base.  If upon
-installation of the system you rejected the invitation to participate
+software projects as a proof of existing user-base.
+
+In addition to popcon stats for your "core" distribution (e.g. `Debian
+<http://popcon.debian.org/>`__ or `Ubuntu
+<http://popcon.ubuntu.com/>`__), an interactive plot below summarizes number
+of submissions to NeuroDebian's popcon server.
+
+.. raw:: html
+
+  <div><svg style="height:500px" id="popconchart"></svg></div>
+
+  <script src="/_static/popconchart.js"></script>
+
+You can get more information about submissions from `NeuroDebian Popularity
+Contest <http://neuro.debian.net/popcon/>`__ page.
+
+If upon installation of the system you rejected the invitation to participate
 you can always change your decision by running::
 
  sudo dpkg-reconfigure popularity-contest
@@ -37,10 +67,5 @@ you can always change your decision by running::
     sed -i -e 's,PARTICIPATE *= *.no.,PARTICIPATE="yes",g' -e '/^ *MY_HOSTID/d' /etc/popularity-contest.conf
     DEBIAN_FRONTEND=noninteractive dpkg-reconfigure popularity-contest
 
-In addition to popcon pages for your "core" distribution (e.g. `Debian
-<http://popcon.debian.org/>`__ or `Ubuntu
-<http://popcon.ubuntu.com/>`__) you can see/get statistics for
-submissions to `NeuroDebian <http://neuro.debian.net/popcon/>`__ and
-know that you are already contributing back to the community.
 
 .. include:: link_names.txt