From: Yaroslav Halchenko Date: Tue, 13 Dec 2011 23:19:48 +0000 (-0500) Subject: Little section on popcon X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=41e5654e8bf407844d61747961d8e68633d876ee;p=neurodebian.git Little section on popcon --- diff --git a/sphinx/index.rst b/sphinx/index.rst index 9da15da..b701e71 100644 --- a/sphinx/index.rst +++ b/sphinx/index.rst @@ -95,6 +95,35 @@ the terminal you can use :command:`apt-get`:: please have a look at the corresponding package pages. +Popularity Contest +------------------ + +We would strongly encourage you to participate in the `popularity +contest `_ (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 +you can always change your decision by running:: + + sudo dpkg-reconfigure popularity-contest + +.. note:: + + If you are deploying multiple systems through cloning, to not have + all systems considered as one, it would be necessary to re-generate + the random MY_HOSTID. Following commands ran as root should do it + (as root) without any interactive dialog:: + + 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 +`__ or `Ubuntu +`__) you can see/get statistics for +submissions to `NeuroDebian `__ and +know that you are already contributing back to the community. + .. _chap_installation: Ways to use NeuroDebian