]> git.donarmstrong.com Git - neurodebian.git/blob - sphinx/popularity.rst
Also for stats report which repo and which job number use our setup
[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 subscribed to the repository once, and
19 only 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 proof of existing user-base.
40
41 In addition to popcon stats for your "core" distribution (e.g. `Debian
42 <http://popcon.debian.org/>`__ or `Ubuntu
43 <http://popcon.ubuntu.com/>`__), an interactive plot below summarizes number
44 of submissions to NeuroDebian's popcon server.
45
46 .. raw:: html
47
48   <div><svg style="height:500px" id="popconchart"></svg></div>
49
50   <script src="/_static/popconchart.js"></script>
51
52 You can get more information about submissions from `NeuroDebian Popularity
53 Contest <http://neuro.debian.net/popcon/>`__ page.
54
55 If upon installation of the system you rejected the invitation to participate
56 you can always change your decision by running::
57
58  sudo dpkg-reconfigure popularity-contest
59
60 .. note::
61
62    If you are deploying multiple systems through cloning, to not have
63    all systems considered as one, it would be necessary to re-generate
64    the random MY_HOSTID.  Following commands ran as root should do it
65    (as root) without any interactive dialog::
66
67     sed -i -e 's,PARTICIPATE *= *.no.,PARTICIPATE="yes",g' -e '/^ *MY_HOSTID/d' /etc/popularity-contest.conf
68     DEBIAN_FRONTEND=noninteractive dpkg-reconfigure popularity-contest
69
70
71 .. include:: link_names.txt