r2869 - in trunk: . src/site src/site/fr/rst src/site/rst
Author: schorlet Date: 2010-02-18 15:10:54 +0100 (Thu, 18 Feb 2010) New Revision: 2869 Added: trunk/src/site/fr/rst/nombre.rst trunk/src/site/rst/number.rst Modified: trunk/changelog.txt trunk/src/site/fr/rst/depouillement.rst trunk/src/site/fr/rst/tutoriel.rst trunk/src/site/rst/approval.rst trunk/src/site/rst/methods.rst trunk/src/site/rst/tutoriel.rst trunk/src/site/rst/user.rst trunk/src/site/site_en.xml trunk/src/site/site_fr.xml Log: documentation du nouveau type de consultation: un nombre Modified: trunk/changelog.txt =================================================================== --- trunk/changelog.txt 2010-02-17 17:49:42 UTC (rev 2868) +++ trunk/changelog.txt 2010-02-18 14:10:54 UTC (rev 2869) @@ -1,9 +1,12 @@ ChangeLog ========= +1.2.3 +- Anomalie #101: Sondage à type de dépouillement: Number 1.2.2 - Rename favicon to favicon.png - Use war launcher from nuiton-utils project +- Evolution #96: Nouveau type de consultation: un nombre 1.2.1 - Erreur lors de la modification de son vote Issue: 87 Modified: trunk/src/site/fr/rst/depouillement.rst =================================================================== --- trunk/src/site/fr/rst/depouillement.rst 2010-02-17 17:49:42 UTC (rev 2868) +++ trunk/src/site/fr/rst/depouillement.rst 2010-02-18 14:10:54 UTC (rev 2869) @@ -7,7 +7,10 @@ * Méthode Condorcet_ * Méthode par pourcentage_ * Méthode par assentiment_ + * Méthode par nombre_ -.. _Méthode Condorcet: condorcet.html -.. _Méthode par pourcentage: pourcentage.html -.. _Méthode par assentiment: assentiment.html \ No newline at end of file +.. _Condorcet: condorcet.html +.. _pourcentage: pourcentage.html +.. _assentiment: assentiment.html +.. _nombre: nombre.html + Added: trunk/src/site/fr/rst/nombre.rst =================================================================== --- trunk/src/site/fr/rst/nombre.rst (rev 0) +++ trunk/src/site/fr/rst/nombre.rst 2010-02-18 14:10:54 UTC (rev 2869) @@ -0,0 +1,13 @@ +Dépouillement par nombre +------------------------ + +La consultation par nombre se déroule en seul tour. Chaque personne +attribue un nombre à chaque choix. On peut aussi décider de ne pas +s'exprimer à propos d'un choix et laisser le champ de saisie vide. + +Le dépouillement indique pour chaque choix: + - le nombre total de votes + - le nombre de votes blanc + - la somme des nombres parmi les votes non blanc + - la moyenne des nombres parmi les votes non blanc + Modified: trunk/src/site/fr/rst/tutoriel.rst =================================================================== --- trunk/src/site/fr/rst/tutoriel.rst 2010-02-17 17:49:42 UTC (rev 2868) +++ trunk/src/site/fr/rst/tutoriel.rst 2010-02-18 14:10:54 UTC (rev 2869) @@ -21,6 +21,7 @@ - **Normal** : sélection de 1 ou n choix parmis les choix possibles(Vote par assentiment) - **Percentage** : attribution d'un pourcentage à chaque choix - **Condorcet** : classement des choix par ordre de préférence (cf `Condorcet`_ ) +- **Nombre** : attribution d'un nombre à chaque choix .. _Condorcet: http://fr.wikipedia.org/wiki/M%C3%A9thode_Condorcet Modified: trunk/src/site/rst/approval.rst =================================================================== --- trunk/src/site/rst/approval.rst 2010-02-17 17:49:42 UTC (rev 2868) +++ trunk/src/site/rst/approval.rst 2010-02-18 14:10:54 UTC (rev 2869) @@ -1,10 +1,10 @@ Approval voting --------------- -The approval voting is a one round voting system. EAch person select as many +The approval voting is a one round voting system. Each person select as many choices as he/she want : none, one, several, all, but never two times the same. The winner is the choice that has the greater number of votes. This method is simple and easy. In Pollen, it is possible to limit the number of choices, this permits to switch from the first-to-post voting (only one choice) -to approval voting (no limit of choice). This invites voters to vote sincerely. \ No newline at end of file +to approval voting (no limit of choice). This invites voters to vote sincerely. Modified: trunk/src/site/rst/methods.rst =================================================================== --- trunk/src/site/rst/methods.rst 2010-02-17 17:49:42 UTC (rev 2868) +++ trunk/src/site/rst/methods.rst 2010-02-18 14:10:54 UTC (rev 2869) @@ -7,8 +7,11 @@ * Condorcet_ method * Percentage_ method - * Approval_ voting + * Approval_ method + * Number_ method + .. _Condorcet: condorcet.html .. _Percentage: percentage.html -.. _Approval: approval.html \ No newline at end of file +.. _Approval: approval.html +.. _Number: number.html Added: trunk/src/site/rst/number.rst =================================================================== --- trunk/src/site/rst/number.rst (rev 0) +++ trunk/src/site/rst/number.rst 2010-02-18 14:10:54 UTC (rev 2869) @@ -0,0 +1,13 @@ +Counting by numbers +------------------- + +The consultation is held by many in one round. Each person +assign a number to each choice. You may also decide not +speak about choice and leave the textbox empty. + +The recount shows for each choice: + - The total number of votes + - The number of white votes + - The sum of votes among non-white + - The average number of votes among non-white + Modified: trunk/src/site/rst/tutoriel.rst =================================================================== --- trunk/src/site/rst/tutoriel.rst 2010-02-17 17:49:42 UTC (rev 2868) +++ trunk/src/site/rst/tutoriel.rst 2010-02-18 14:10:54 UTC (rev 2869) @@ -28,6 +28,7 @@ - **Normal** : select 1 or n winners amongst the choices - **Percentage** : attribute a percentage to each choice - **Condorcet** : Rank the choices by preference order (cf `Condorcet`_ ) +- **Number** : awarding a number to each choice .. _Condorcet: http://en.wikipedia.org/wiki/Condorcet_method Modified: trunk/src/site/rst/user.rst =================================================================== --- trunk/src/site/rst/user.rst 2010-02-17 17:49:42 UTC (rev 2868) +++ trunk/src/site/rst/user.rst 2010-02-18 14:10:54 UTC (rev 2869) @@ -3,8 +3,9 @@ You will find here all the documentation available for Pollen. -You can find an `installation guide`_ and a `tutorial`_ to understand how to create +You can find an `installation guide`_ and a tutorial_ to understand how to create a poll, vote and count votes at the end. -.. _installation guide:install.html -.. _tutorial:tutoriel.html \ No newline at end of file +.. _installation guide: install.html +.. _tutorial: tutoriel.html + Modified: trunk/src/site/site_en.xml =================================================================== --- trunk/src/site/site_en.xml 2010-02-17 17:49:42 UTC (rev 2868) +++ trunk/src/site/site_en.xml 2010-02-18 14:10:54 UTC (rev 2869) @@ -40,6 +40,7 @@ <item name="Percentage" href="percentage.html"/> <item name="Condorcet" href="condorcet.html"/> <item name="Approval" href="approval.html"/> + <item name="Number" href="number.html"/> </item> </item> Modified: trunk/src/site/site_fr.xml =================================================================== --- trunk/src/site/site_fr.xml 2010-02-17 17:49:42 UTC (rev 2868) +++ trunk/src/site/site_fr.xml 2010-02-18 14:10:54 UTC (rev 2869) @@ -39,6 +39,7 @@ <item name="Pourcentage" href="pourcentage.html"/> <item name="Condorcet" href="condorcet.html"/> <item name="Assentiment" href="assentiment.html"/> + <item name="Nombre" href="nombre.html"/> </item> </item>
participants (1)
-
schorlet@users.chorem.org