]> git.donarmstrong.com Git - neurodebian.git/blob - sphinx/popularity.rst
Interactive subscription stats plot.
[neurodebian.git] / sphinx / popularity.rst
1 .. -*- mode: rst; fill-column: 78 -*-
2 .. ex: set sts=4 ts=4 sw=4 et tw=79:
3
4 .. _chap_popularity:
5
6 *********************
7 Popularity Statistics
8 *********************
9
10 Repository subscriptions
11 ========================
12
13 Interactive visualization of new NeuroDebian repository subscriptions. Plotted
14 are each week's average number of daily subscriptions for all Debian and Ubuntu
15 releases. Statistics for individual releases can be compared by clicking on the
16 respective curves and labels in the legend.
17
18 Note that each machine only needs to be subcribed to the repository, and only
19 subscriptions done via the website are counted.
20
21
22 .. raw:: html
23
24   <link href="/_static/nv.d3.css" rel="stylesheet" type="text/css">
25   <div><svg style="height:500px" id="subscriptionchart"></svg></div>
26
27   <script src="/_static/d3.v2.min.js"></script>
28   <script src="/_static/nv.d3.min.js"></script>
29   <script src="/_static/subscriptionchart.js"></script>
30
31
32 Popularity Contest
33 ==================
34
35 We encourage you to participate in the `popularity
36 contest <http://popcon.debian.org>`_ (popcon), which anonymously
37 collects the list of packages you installed/use on your system.
38 Collecting such statistics is of particular importance for research
39 software projects as a prove of an existing user-base.  If upon
40 installation of the system you rejected the invitation to participate
41 you can always change your decision by running::
42
43  sudo dpkg-reconfigure popularity-contest
44
45 .. note::
46
47    If you are deploying multiple systems through cloning, to not have
48    all systems considered as one, it would be necessary to re-generate
49    the random MY_HOSTID.  Following commands ran as root should do it
50    (as root) without any interactive dialog::
51
52     sed -i -e 's,PARTICIPATE *= *.no.,PARTICIPATE="yes",g' -e '/^ *MY_HOSTID/d' /etc/popularity-contest.conf
53     DEBIAN_FRONTEND=noninteractive dpkg-reconfigure popularity-contest
54
55 In addition to popcon pages for your "core" distribution (e.g. `Debian
56 <http://popcon.debian.org/>`__ or `Ubuntu
57 <http://popcon.ubuntu.com/>`__) you can see/get statistics for
58 submissions to `NeuroDebian <http://neuro.debian.net/popcon/>`__ and
59 know that you are already contributing back to the community.
60
61 .. include:: link_names.txt