Commit 5075d5c0c0b83e5d259cf2e47e310826630d97e0
1 parent
d3b38af6
Exists in
master
and in
1 other branch
Updated survey index content.
Showing
1 changed file
with
10 additions
and
4 deletions
Show diff stats
src/web/templates/survey_index.html
@@ -20,10 +20,16 @@ window.onload = function() { | @@ -20,10 +20,16 @@ window.onload = function() { | ||
20 | <p>Participate in this survey and contribute for the development of | 20 | <p>Participate in this survey and contribute for the development of |
21 | AppRecommender, a recommender system for GNU/Linux applications.</p> | 21 | AppRecommender, a recommender system for GNU/Linux applications.</p> |
22 | <br /> | 22 | <br /> |
23 | -<p>Please provide the list of packages installed in a real running system | ||
24 | -(instructions above) and evaluate the list of applications suggested for it. | ||
25 | -You need to analyse at least 10 sugestions to be considered in the survey, | ||
26 | -though we appreciate if you do as many as you can.</p> | 23 | +<p>Please provide a list of packages installed in a real running system and a |
24 | +set of applications will be suggested for it. You can upload a | ||
25 | +popularity-contest submission file (which is usually located at | ||
26 | +'/var/log/popularity-contest') or any other file with packages name as first | ||
27 | +field of each line. For instance, you can run the following command and upload the | ||
28 | +generated 'packages.list' file.</p> | ||
29 | +<p><code> # dpkg-query --show > packages.list </code></p> | ||
30 | +<p>Given the produced recommendations you will be asked to evaluate the list of | ||
31 | +applications suggested. You need to analyse at least 10 sugestions to be considered | ||
32 | +in the survey, though we appreciate if you do as many as you can.</p> | ||
27 | <br /> | 33 | <br /> |
28 | <p>Your help is very much appreciated!</p> | 34 | <p>Your help is very much appreciated!</p> |
29 | </div> | 35 | </div> |