Projects/Memopol : Différence entre versions

De La Quadrature du Net
Aller à la navigationAller à la recherche
m
Ligne 1 : Ligne 1 :
 
{{Infobox Version|en=Projects/Memopol|fr=Projects/Memopol/fr}}
 
{{Infobox Version|en=Projects/Memopol|fr=Projects/Memopol/fr}}
  
[https://memopol.lqdn.fr/ Political Memory] is a toolbox designed by La Quadrature du Net to help european citizens to reach members of European Parliament (MEPs), and track their voting records.
+
= What is Political Memory? =
  
 +
'''Political Memory''' is a toolbox designed to help citizens follow the activity and voting records of their Members of European Parliament (MEPs), and to help them influence decision and policy-making by making as easy as possible to contact their MEPs.
  
* Version 2 of Political Memory is actually online. Don't hesitate to add your representative's public positions or to report some bug.
+
The idea is simple: many decisions made in the European Parliament (and in national parliaments) are made knowing most citizens will not know about them. By increasing scrutiny of MEPs’ decisions, we can raise the political cost of these decisions and put citizens back at the heart of policy-making.
* Version 3 of Political Memory is in dev mode... Contribute !
 
  
 +
Political Memory aims to make this as simple as possible by giving citizens an easy-to-use interface to visualize their representatives’ votes, written questions, and general decisions, follow their representatives over time, and by giving them a way of quickly getting in touch with MEPs by listing all useful contact information in one place.
  
 +
More specifically, Political Memory is a piece of software that can be used by anybody to create a website to track their Members of Parliament on any topic they wish, and remember what they said and what they did, as well as score MPs according to chosen criteria.
 +
 +
It is web application, written using the Django Python Framework, designed to be easily deployed on your website.
 +
 +
This project, nicknamed Memopol 2, is the 2.0 version of the [http://laquadrature.net/wiki/Political_memory 1.0 Political Memory] tool written by [http://laquadrature.net/ La Quadrature du Net] in Perl in the early days of net activism.
 +
 +
Political Memory is free software (licensed under the [http://www.gnu.org/licenses/agpl-3.0.en.html GNU Affero GPL v3+ license]) that anybody can use, share, study, contribute to, debug, translate etc.
 +
 +
 +
= Versions =
 +
 +
* Version 1 of Political Memory is deprecated.
 +
* Version 2 of Political Memory is actually online. Do not hesitate to add your representative's public positions or to report some bug.
 +
* Version 3 of Political Memory is in dev mode... [[#HowToContribute|Contribute !]]
 +
 +
 +
<div id="HowToContribute"></div>
 
= How to contribute =
 
= How to contribute =
  

Version du 29 octobre 2013 à 12:53


What is Political Memory?

Political Memory is a toolbox designed to help citizens follow the activity and voting records of their Members of European Parliament (MEPs), and to help them influence decision and policy-making by making as easy as possible to contact their MEPs.

The idea is simple: many decisions made in the European Parliament (and in national parliaments) are made knowing most citizens will not know about them. By increasing scrutiny of MEPs’ decisions, we can raise the political cost of these decisions and put citizens back at the heart of policy-making.

Political Memory aims to make this as simple as possible by giving citizens an easy-to-use interface to visualize their representatives’ votes, written questions, and general decisions, follow their representatives over time, and by giving them a way of quickly getting in touch with MEPs by listing all useful contact information in one place.

More specifically, Political Memory is a piece of software that can be used by anybody to create a website to track their Members of Parliament on any topic they wish, and remember what they said and what they did, as well as score MPs according to chosen criteria.

It is web application, written using the Django Python Framework, designed to be easily deployed on your website.

This project, nicknamed Memopol 2, is the 2.0 version of the 1.0 Political Memory tool written by La Quadrature du Net in Perl in the early days of net activism.

Political Memory is free software (licensed under the GNU Affero GPL v3+ license) that anybody can use, share, study, contribute to, debug, translate etc.


Versions

  • Version 1 of Political Memory is deprecated.
  • Version 2 of Political Memory is actually online. Do not hesitate to add your representative's public positions or to report some bug.
  • Version 3 of Political Memory is in dev mode... Contribute !


How to contribute

Like in any free software project:

  • clone it
  • install it
  • code (See the Roadmap page)
  • optional: talk to us about it on irc (#lqdn-memopol) or on the mailing list (mempol2@laquadrature.net)
  • send a pull request either on gitorious or github
  • hit us with a stick if we don't react (shouldn't happen)
  • we merge your code, everyone is happy
  • party hard
  • start again


Running tests

See the running tests page