Author: jcouteau Date: 2010-03-10 13:54:05 +0100 (Wed, 10 Mar 2010) New Revision: 2926 Log: Add doc about importing voting lists Added: trunk/src/site/fr/resources/createVotingList.png trunk/src/site/fr/resources/votingList.png trunk/src/site/fr/rst/importVotersList.rst trunk/src/site/resources/createVotingList.png trunk/src/site/resources/votingList.png trunk/src/site/rst/importVotersList.rst Modified: trunk/src/site/site_en.xml trunk/src/site/site_fr.xml Added: trunk/src/site/fr/resources/createVotingList.png =================================================================== (Binary files differ) Property changes on: trunk/src/site/fr/resources/createVotingList.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/src/site/fr/resources/votingList.png =================================================================== (Binary files differ) Property changes on: trunk/src/site/fr/resources/votingList.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/src/site/fr/rst/importVotersList.rst =================================================================== --- trunk/src/site/fr/rst/importVotersList.rst (rev 0) +++ trunk/src/site/fr/rst/importVotersList.rst 2010-03-10 12:54:05 UTC (rev 2926) @@ -0,0 +1,63 @@ +=========================== +Créer des listes de votants +=========================== + +:Author: Jean Couteau +:Contact: +:Revision: $Revision: 2738 $ +:Date: $Date: 2009-08-20 17:12:21 +0200 (jeu 20 aoû 2009) $ + +Créer des listes de votants à la main +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Rendez-vous sur Sondages > Listes de votants. Choisissez un nom pour votre liste +de votants et cliquez sur 'Créer'. Votre liste de votants est créée et vide. +Vous pouvez alors ajouter des personnes a cette liste en remplissant noms et +emails et en cliquant sur 'Ajouter'. + +.. image::createVotingList.png + :alt: ajouter des personnes à une liste de votants + +Vous pouvez utiliser votre liste lorsque vous créez des sondages en étant +enregistré. + +Importer une liste de votants depuis un ficier CSV +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Dans le but de gagner du temps lorsque vous créer de grosses listes de votants, +vous pouvez importer votre liste depuis un fichier CSV lorsque vous êtes +enregistré. + +Format du fichier CSV +--------------------- + +Votre fichier CSV n'a pas besoin d'avoir de nom de colonnes, il doit être sous +le format suivant : + + nom,email,poids + +Par exemple :: + + titi,titi@dummymail.com,1 + toto,toto@dummymail.com,2 + tutu,tutu@dummymail.com,1 + +Importer la liste +----------------- + +Rendez-vous sur Sondages > Listes de votants. Choisissez un nom pour votre liste +de votants, sélectionnez votre fichier CSV et cliquez sur 'Créer'. Votre liste +de votants est créée et vous pouvez l'utiliser lorsque vous créez des sondages +en étant enregistré. + +.. image::votingList.png + :alt: Une liste de votants + +Modifier la liste importée +-------------------------- + +Vous pouvez modifier la liste de votant importée en ajoutant des votants, +changeant des addresses emails, des noms ou en enlevant des votants. + +Importer une liste de votants depuis un serveur LDAP +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Added: trunk/src/site/resources/createVotingList.png =================================================================== (Binary files differ) Property changes on: trunk/src/site/resources/createVotingList.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/src/site/resources/votingList.png =================================================================== (Binary files differ) Property changes on: trunk/src/site/resources/votingList.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/src/site/rst/importVotersList.rst =================================================================== --- trunk/src/site/rst/importVotersList.rst (rev 0) +++ trunk/src/site/rst/importVotersList.rst 2010-03-10 12:54:05 UTC (rev 2926) @@ -0,0 +1,53 @@ +=================== +Create voting Lists +=================== + +:Author: Jean Couteau +:Contact: +:Revision: $Revision: 2738 $ +:Date: $Date: 2009-08-20 17:12:21 +0200 (jeu 20 aoû 2009) $ + +Create voting lists by hand +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Go to Polls > Voting lists. You have to choose a name for your voting list and +click on 'Create'. You voting list is created and empty. You can then add people +to that list by filling in name and emails and Clicking on 'Add' + +.. image::createVotingList.png + :alt: add people to a voting list + +You can use your list when you create polls logged in. + +Import voting list from CSV +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +In order to gain time when you want to create big voting lists, you can import +your list from CSV files when you are logged in. + +CSV file format +--------------- + +Your CSV file do not need to have column names, it has to be under the following +format : + + name,email,weight + +For example :: + + titi,titi@dummymail.com,1 + toto,toto@dummymail.com,2 + tutu,tutu@dummymail.com,1 + +Import list +----------- + +Go to Polls > Voting lists. You have to choose a name for your voting list, +select your CSV file and click on 'Create'. You voting list is created and you +can use it when you create polls logged in. + +.. image::votingList.png + :alt: A voting list + +Import voting list from LDAP +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Modified: trunk/src/site/site_en.xml =================================================================== --- trunk/src/site/site_en.xml 2010-03-10 11:43:56 UTC (rev 2925) +++ trunk/src/site/site_en.xml 2010-03-10 12:54:05 UTC (rev 2926) @@ -36,6 +36,7 @@ <item name="User" href="user.html"> <item name="Install" href="install.html"/> <item name="Tutorial" href="tutoriel.html"/> + <item name="Import voting lists" href="importVotersList.html"/> <item name="Votecounting methods" href="methods.html"> <item name="Percentage" href="percentage.html"/> <item name="Condorcet" href="condorcet.html"/> Modified: trunk/src/site/site_fr.xml =================================================================== --- trunk/src/site/site_fr.xml 2010-03-10 11:43:56 UTC (rev 2925) +++ trunk/src/site/site_fr.xml 2010-03-10 12:54:05 UTC (rev 2926) @@ -35,6 +35,7 @@ <item name="Utilisateur" href="user.html"> <item name="Installation" href="install.html"/> <item name="Tutoriel" href="tutoriel.html"/> + <item name="Importer une liste de votants" href="importVotersList.html"/> <item name="Types de dépouillement" href="depouillement.html"> <item name="Pourcentage" href="pourcentage.html"/> <item name="Condorcet" href="condorcet.html"/>