diff --git a/src/web/templates/error.html b/src/web/templates/error.html index e712def..9997c6a 100644 --- a/src/web/templates/error.html +++ b/src/web/templates/error.html @@ -14,9 +14,7 @@ $var jsfiles: static/js/facebox.js

Welcome to AppRecommender

-
AppRecommender logo
- -Your request could not be proccessed due to the following error(s): +Your request could not be proccessed due to the following error(s):

-

Go back and try again.

-

If you believe it is a bug, please report to Go back and try again. If you believe it is a bug, please report to tassia@gmail.com.

diff --git a/src/web/templates/layout.html b/src/web/templates/layout.html index e331bb9..07dc92e 100644 --- a/src/web/templates/layout.html +++ b/src/web/templates/layout.html @@ -35,7 +35,7 @@ function validateForm() var i = $$("input[name=pkgs_file]"); if (!i.val() && ( !t.val() || t.val() == "Write your list App here or send a file list this icon:")) { alert("Choose your list app or create a list!"); - return false; + return true; } else { if (i.val()) t.val(""); return true; diff --git a/src/web/templates/survey_index.html b/src/web/templates/survey_index.html index cc6dd01..0fb89c4 100644 --- a/src/web/templates/survey_index.html +++ b/src/web/templates/survey_index.html @@ -22,14 +22,14 @@ AppRecommender, a recommender system for GNU/Linux applications.


Please provide a list of packages installed in a real running system and a set of applications will be suggested for it. You can upload a -popularity-contest submission file (which is usually located at +popularity-contest submission file (usually located at '/var/log/popularity-contest') or any other file with packages name as first field of each line. For instance, you can run the following command and upload the generated 'packages.list' file.

# dpkg-query --show > packages.list

+

Given the produced recommendations you will be asked to evaluate the list of -applications suggested. You need to analyse at least 10 sugestions to be -considered in the survey, though we appreciate if you do as many as you can.

+applications suggested.


Your help is very much appreciated!

diff --git a/src/web/templates/thanks.html b/src/web/templates/thanks.html index 4b9fd8f..1acec5e 100644 --- a/src/web/templates/thanks.html +++ b/src/web/templates/thanks.html @@ -4,33 +4,32 @@ $var mod = 'thanks'; $var cssfiles: static/css/survey.css -
-- libgit2 0.21.2