diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000000000000000000000000000000000000..72723e50a757ee303e6f93d099b636264d5d6171
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*pyc
diff --git a/.gitmodules b/.gitmodules
index 411f1e21db03fdce77bf5b20d8d1df35eed494d0..b029f27c4d1b3dfe9e2b1de75a9e65b1101c02d6 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,3 @@
-[submodule "plugins/pin_to_top"]
- path = plugins/pin_to_top
- url = https://github.com/Shaked/pin_to_top
+[submodule "plugins"]
+ path = plugins
+ url = https://github.com/getpelican/pelican-plugins/
diff --git a/README.md b/README.md
index 9b9f5bd94307124228aa42648ad5d3f3fcb460dd..aa014a4208ad986fe657f9402d6563f30d86e90b 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,46 @@
# blog-memopol
-Blog about Memopol and its news. In Pelican.
-#config
-You'll need to change some config settings, like the folder, the username, the theme folder.
+Clone the project::
-#theme
-The theme used is foundation-memopol, based on foundation-default-colors, and modified by me.
+ git clone --recursive gitlab@git.laquadrature.net:political-memory/blog-memopol.git
-#plugins
-I use the pin to top plugin to have a sticky article on homepage.
-It's already on github, here : https://github.com/Shaked/pin_to_top
+Install pelican::
+
+ pip install pelican
+ # Or use apt or your favorite package manager
+
+If you have this error::
+
+ CRITICAL: UndefinedError: 'extra_siteurls' is undefined
+
+Then it means that the plugins directory is not populated, to do so::
+
+ git submodule update --init
+ # Or, next time do git clone with --recursive
+
+The command to generate the output is::
+
+ pelican
+ # Or, if you're developping, use this command and open localhost:8000
+ make devserver
+
+
+# theme
+
+The theme is based on bootstrap4. To hack it::
+
+ cd theme
+
+ # Install dependencies from package.json into ./node_modules
+ npm install
+
+ # Build scss/* and js/* into static/dist
+ ./node_modules/.bin/gulp
+
+ # Then you need to run the pelican command again in the parent directory
+ cd ../ && pelican
+
+# plugins
+
+Don't forget to checkout submodules, ie. with
+``git submodule sync; git submodule init --update``
diff --git a/babel.cfg b/babel.cfg
new file mode 100644
index 0000000000000000000000000000000000000000..17cd973ae7185455d891ba7cea43368f5545b9c6
--- /dev/null
+++ b/babel.cfg
@@ -0,0 +1 @@
+[jinja2: theme/templates/**.html]
diff --git a/content/3.14-release.md b/content/3.14-release.md
index 33084d7c3cdb75599ec5ca9cda7b6f3cdaf4224b..fd8b1b66b6cc4544edf68462b232338464b3826f 100644
--- a/content/3.14-release.md
+++ b/content/3.14-release.md
@@ -2,6 +2,7 @@ Title: Memopol 3.14 Release
Date: 2016-02-10 10:00
Category: News
Author: is_null
+Lang: en
### Memopol's back online !
diff --git a/content/april-2016-mini-hackathon.md b/content/april-2016-mini-hackathon.md
index bf534909eec0e14ee23574c5721f4b8e4256300a..b2c2e20813783c42bcea3388310263ae46bf8fec 100644
--- a/content/april-2016-mini-hackathon.md
+++ b/content/april-2016-mini-hackathon.md
@@ -2,8 +2,7 @@ Title: #MemopolMiniHackathon
Date: 2016-04-15 19:00
Category: News
Author: njoyard
-
-### Memopol Mini-Hackathon
+Lang: en
After the Memopol 3.14 [Relaunch Event on 14th April](http://mediakit.laquadrature.net/embed/2390), the developers didn't rest !
diff --git a/content/pages/changing-democracy-with-code-a-word-from-the-developers.md b/content/changing-democracy-with-code-a-word-from-the-developers.md
similarity index 99%
rename from content/pages/changing-democracy-with-code-a-word-from-the-developers.md
rename to content/changing-democracy-with-code-a-word-from-the-developers.md
index 55f022ca2cfa6e83a7a5da44faf132d84eb008fc..3a7860136ba1fdefc1d09ba0bccc432f0ed75077 100644
--- a/content/pages/changing-democracy-with-code-a-word-from-the-developers.md
+++ b/content/changing-democracy-with-code-a-word-from-the-developers.md
@@ -2,6 +2,7 @@ Title: Changing Democracy With Code: A Word From The Developers
Date: 2011-10-31 11:41
Author: axx
Slug: changing-democracy-with-code-a-word-from-the-developers
+Lang: en
Why we citizens need Memopol.
-----------------------------
diff --git a/content/get-on-board.md b/content/get-on-board.md
index 48cdbda8f5e286cc8c65322bed2277194be8a9c1..555f121d1a73ac227a8121fc83bf09b75f36723e 100644
--- a/content/get-on-board.md
+++ b/content/get-on-board.md
@@ -2,6 +2,7 @@ Title: Get on board on Memopol project !
Date: 2015-03-01 15:00
Category: News
Author: Mindiell
+Lang: en
Hi everyone,
diff --git a/content/hello-world.md b/content/hello-world.md
index a7aa5cfb6d10db1f856ee0d0df74ab09c5e436e2..b57944720d68284aace93c984c1a3b1a4e2954f1 100644
--- a/content/hello-world.md
+++ b/content/hello-world.md
@@ -2,6 +2,7 @@ Title: Reboot !
Date: 2015-01-01 10:20
Category: News
Author: quota_atypique
+Lang: en
Hello there !
It's been a long time...like two years without posting, wow.
diff --git a/content/home.md b/content/home.md
index 10845a6338c3af4a2ce8c40f4504128ad8bde1f0..9d1b44cc78a3d99e472dd12554d0de2248adc136 100644
--- a/content/home.md
+++ b/content/home.md
@@ -1,5 +1,6 @@
Title: What is Memopol ?
Date: 2015-01-01 10:20
-Pin: true
+Pin: true
+Lang: en
Political Memory is a tool designed by La Quadrature du Net to help European citizens to reach members of European Parliament (MEPs) and track their voting records on issues related to fundamental freedoms online.
diff --git a/content/images/banner-en.png b/content/images/banner-en.png
new file mode 100644
index 0000000000000000000000000000000000000000..ce07f64692b171fafe8cf0051b57cc4c769861a4
Binary files /dev/null and b/content/images/banner-en.png differ
diff --git a/content/images/eu.png b/content/images/eu.png
new file mode 100644
index 0000000000000000000000000000000000000000..ed43ea99ce1c5eebdf7f136b329e041ecd5873c7
Binary files /dev/null and b/content/images/eu.png differ
diff --git a/content/images/gears.png b/content/images/gears.png
new file mode 100644
index 0000000000000000000000000000000000000000..ea066cf354153dce569ffb5d4360206d44a1a755
Binary files /dev/null and b/content/images/gears.png differ
diff --git a/content/images/mind.png b/content/images/mind.png
new file mode 100644
index 0000000000000000000000000000000000000000..a4a6110b2f0a5092b9c73ff9c6b151c1efc5704d
Binary files /dev/null and b/content/images/mind.png differ
diff --git a/content/images/question-banner.jpg b/content/images/question-banner.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..57182a72377c291c40071004e8bb0c248c95e30d
Binary files /dev/null and b/content/images/question-banner.jpg differ
diff --git a/content/images/scores.png b/content/images/scores.png
new file mode 100644
index 0000000000000000000000000000000000000000..d9e00766f02aae78c5febfa897f0e358338988e2
Binary files /dev/null and b/content/images/scores.png differ
diff --git a/content/images/senat_an.jpg b/content/images/senat_an.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..36a8e91d1a420d5c535f889141dccc213497d79f
Binary files /dev/null and b/content/images/senat_an.jpg differ
diff --git a/content/june-2016-updates.md b/content/june-2016-updates.md
index 2e0fde608834137000cad1834be00f2e44df578d..b6a78fcb3d83e25e1ce323287027ddb3944dcbc4 100644
--- a/content/june-2016-updates.md
+++ b/content/june-2016-updates.md
@@ -2,8 +2,7 @@ Title: A few UI updates to Memopol...
Date: 2016-06-03 09:00
Category: News
Author: njoyard
-
-### A few UI updates to Memopol...
+lang: en
Last week was a busy one for the dev team. A handful of UI changes were made
to make Memopol more useful !
diff --git a/content/old_posts/an-introduction-to-the-project.md b/content/old_posts/an-introduction-to-the-project.md
index 16d6a0843f6fb692d16c4302e42643b306674d0b..bbc1cd02ea4903f942137df9ae2c9bab4f097576 100644
--- a/content/old_posts/an-introduction-to-the-project.md
+++ b/content/old_posts/an-introduction-to-the-project.md
@@ -1,7 +1,7 @@
Title: An Introduction to the project
Date: 2011-06-05 11:34
Author: bram
-Category: About
+Category: News
Slug: an-introduction-to-the-project
The best way to explain what Political Memory is, is by explaining where
diff --git a/content/old_posts/next-steps-for-memopol.md b/content/old_posts/next-steps-for-memopol.md
index b9179a3a85ca1cafe5a92469447768c17d57ae62..07baa993bf8f99d5332e7ca90b1ebb02cff696f0 100644
--- a/content/old_posts/next-steps-for-memopol.md
+++ b/content/old_posts/next-steps-for-memopol.md
@@ -1,7 +1,7 @@
Title: Next steps for Memopol
Date: 2013-03-06 11:37
Author: quota_atypique
-Category: Development diary, News
+Category: News
Slug: next-steps-for-memopol
Political memory is a nice and important project. A lot of work has been
diff --git a/content/old_posts/qcc-day-2.md b/content/old_posts/qcc-day-2.md
index 96c60563e94d8bba7a9575eaf368fd9503142737..095d3ff5cb767b22dc16c85e7972eac3c535bca8 100644
--- a/content/old_posts/qcc-day-2.md
+++ b/content/old_posts/qcc-day-2.md
@@ -1,7 +1,7 @@
Title: #QCC, day 2
Date: 2012-10-21 20:44
Author: quota_atypique
-Category: Development diary, News
+Category: News
Slug: qcc-day-2
Hi!
diff --git a/content/old_posts/recent-developments-made-short.md b/content/old_posts/recent-developments-made-short.md
index bf842fff62d421fd4a4c52fe22a02e3c3e246af0..af6a9ffd1b0d5e12572472dd191fea96ce53464e 100644
--- a/content/old_posts/recent-developments-made-short.md
+++ b/content/old_posts/recent-developments-made-short.md
@@ -1,7 +1,7 @@
Title: Recent developments, made short
Date: 2013-06-07 10:44
Author: quota_atypique
-Category: Development diary
+Category: News
Slug: recent-developments-made-short
Hello !
diff --git a/content/old_posts/whats-new-on-memopol-2.md b/content/old_posts/whats-new-on-memopol-2.md
index c458ecd7f73049b5d633e16f639750d310a7d760..f4b249b43e9fc0ee7717f33ed0af4d0a4478d4c3 100644
--- a/content/old_posts/whats-new-on-memopol-2.md
+++ b/content/old_posts/whats-new-on-memopol-2.md
@@ -1,7 +1,7 @@
Title: What's new on Memopol ? #2
Date: 2012-06-01 09:08
Author: bram
-Category: Development diary, News
+Category: News
Slug: whats-new-on-memopol-2
We did pretty nice thing the last weeks!
diff --git a/content/old_posts/whats-new-on-memopol-3.md b/content/old_posts/whats-new-on-memopol-3.md
index fab13b89d82aec6dfb07623717f62314d28e0d8a..b62b651cf9b36e0490600fc71c95a582ae5641fc 100644
--- a/content/old_posts/whats-new-on-memopol-3.md
+++ b/content/old_posts/whats-new-on-memopol-3.md
@@ -1,7 +1,7 @@
Title: What's new on Memopol ? #3
Date: 2012-06-27 09:01
Author: quota_atypique
-Category: Development diary, News
+Category: News
Slug: whats-new-on-memopol-3
Hey, long time we haven't met! And by coincidence we have
diff --git a/content/old_posts/whats-new-on-memopol-5.md b/content/old_posts/whats-new-on-memopol-5.md
index 8b776bd61fa0871d8491e59f677c960e793fad91..184fd3d689f74303ef7f29961c2730c528f38fcc 100644
--- a/content/old_posts/whats-new-on-memopol-5.md
+++ b/content/old_posts/whats-new-on-memopol-5.md
@@ -1,7 +1,7 @@
Title: What’s new on Memopol ? #5
Date: 2012-10-20 17:42
Author: bram
-Category: Uncategorized
+Category: News
Slug: whats-new-on-memopol-5
Hello there !
diff --git a/content/old_posts/whats-new-on-memopol-dev-n0.md b/content/old_posts/whats-new-on-memopol-dev-n0.md
index 03abf37a75ce1d26fa73838c4978f5687dcfa586..67d5a5cccd946444b910449016b0d8f2492feaec 100644
--- a/content/old_posts/whats-new-on-memopol-dev-n0.md
+++ b/content/old_posts/whats-new-on-memopol-dev-n0.md
@@ -1,7 +1,7 @@
Title: What's new on memopol dev n°0
Date: 2012-04-30 20:11
Author: bram
-Category: Development diary, News
+Category: News
Slug: whats-new-on-memopol-dev-n0
Hello everyone, this is the beginning of a series of development diaries
diff --git a/content/old_posts/whats-new-on-memopol-dev-n1.md b/content/old_posts/whats-new-on-memopol-dev-n1.md
index 65fe17dc1bfd8d1c24b4d579c671e65de748ca4e..3b7e14eb4aade5ba8ddb0fa623ea353bffc76e98 100644
--- a/content/old_posts/whats-new-on-memopol-dev-n1.md
+++ b/content/old_posts/whats-new-on-memopol-dev-n1.md
@@ -1,7 +1,7 @@
Title: What’s new on memopol dev n°1
Date: 2012-05-11 14:00
Author: bram
-Category: Development diary
+Category: News
Slug: whats-new-on-memopol-dev-n1
Hmm, what did we do last week ?
diff --git a/content/pages/about-fr.md b/content/pages/about-fr.md
new file mode 100644
index 0000000000000000000000000000000000000000..555a8b22ecd9d3aad7397d1d95609fb0cbe0b643
--- /dev/null
+++ b/content/pages/about-fr.md
@@ -0,0 +1,22 @@
+Title: À propos de Memopol
+Lang: fr
+
+Mémoire Politique est un outil conçu pour aider les citoyen(ne)s à suivre l'activité et les votes de leurs député(e)s européen(ne)s, et les aider à influencer leurs décisions et leurs politiques en facilitant au maximum leur mise en relation.
+
+L'idée est simple : beaucoup de décisions sont prises au Parlement européen (et aux parlement nationaux) en sachant que la plupart des citoyen(ne)s ne seront pas au courant. En accentuant la surveillance des votes des député(e)s européen(ne)s, nous pouvons augmenter le coût politique de ces décisions et remettre les citoyen(ne)s au cœur de la vie politique.
+
+Mémoire politique ambitionne de simplifier ce travail au maximum en donnant aux citoyen(ne)s une interface facile à utiliser pour visualiser les votes de leurs représentant(e)s, écrire des questions, suivre leurs élu(e)s dans le temps, et en leur donnant les moyens de contacter rapidement un(e) député(e) européen(ne) en listant toutes les informations utiles à un seul endroit.
+
+Plus précisément, Mémoire politique est un logiciel qui peut être utilisé par tout le monde pour créer un site web afin de suivre leurs député(e)s européen(ne)s sur le sujet de leur choix, et se rappeler de ce qu'iels ont dit et ce qu'iels ont fait, en plus de les évaluer en fonction de critères biens précis.
+
+C'est une application web écrite avec le framework Python Django, conçue pour être facilement déployé sur votre site web.
+
+Ce projet, Memopol 2, est la version 2.0 de l'outil Mémoire Politique 1.0 écrit en Perl par la Quadrature du Net au début de l'activisme sur
+ Internet.
+
+Mémoire politique est du logiciel libre (sous licence Affero GPL) que tout le monde peut utiliser, partager, étudier, enrichir, déboguer, tr
+aduire, etc.
+
+Rendez-vous sur Download Page pour télécharger Mémoire politique, ou allez à l'exemp
+le à http://go.memopol.org pour le voir en action.
+
diff --git a/content/pages/about.md b/content/pages/about.md
index 7152d2e8a386baf8f663bd2872e6b3abd6655769..9c47491a2a3cb5e00f34e92ae48719f2f5ff9afa 100644
--- a/content/pages/about.md
+++ b/content/pages/about.md
@@ -1,4 +1,5 @@
Title: About Memopol
+Lang: en
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.
@@ -14,4 +15,4 @@ This project, nicknamed Memopol 2, is the 2.0 version of the 1.0 Political Memor
Political Memory is free software (licensed under the Affero GPL license) that anybody can use, share, study, contribute to, debug, translate etc.
-Go to the download page to download political memory, or go to our instance at http://go.memopol.org to see it action.
+Go to the download page to download political memory, or go to our instance at http://go.memopol.org to see it in action.
diff --git a/content/pages/contact.md b/content/pages/contact.md
index aa8a84c065acec289e75459a0a3d82e5be2d093a..961cf89e295e10207ba00c54e9c4532bee4f927b 100644
--- a/content/pages/contact.md
+++ b/content/pages/contact.md
@@ -1,4 +1,5 @@
Title: Contact
+Lang: en
You can contact us on irc: #lqdn-memopol on irc.freenode.net.
diff --git a/content/pages/contribute.md b/content/pages/contribute.md
index 8ec8b5f452bdc942d9d18bf89df389eb26a27cef..51d1cd21fef0a40eb92be36f4245a6c8d6e2853b 100644
--- a/content/pages/contribute.md
+++ b/content/pages/contribute.md
@@ -1,4 +1,5 @@
Title: Contribute
+Lang: en
# Where is the code ?
diff --git a/content/pages/faq-fr.md b/content/pages/faq-fr.md
index d1e9f3cdd70535fb76668f86926ea18fd1156bc7..66aea1d56253a449ec36a6e07e7dfbf78c5fcdc6 100644
--- a/content/pages/faq-fr.md
+++ b/content/pages/faq-fr.md
@@ -1,65 +1,64 @@
-Title: FAQ (fr)
+Title: FAQ
Date: 2011-09-01 12:00
Author: axx
-Slug: faq-fr
+Lang: fr
Foire aux questions :
(Read in [English](/pages/faq.html "FAQ (en)"))
-- ***Quel est le langage de programmation utilisé par Memopol ?***
- Python. Il y a également un peu de Javascript (web).
+- ***Quel est le langage de programmation utilisé par Memopol ?***
+ Python. Il y a également un peu de Javascript (web).
Si vous avez des compétences en webdesign, vous pouvez également
nous aider à rendre Memopol plus beau et agréable à utiliser.
-
-- ***Utilisez vous un framework ou un CMS ?***
+
+- ***Utilisez vous un framework ou un CMS ?***
Oui, nous utilisons le framework
[Django](http://www.djangoproject.com/ "Django Project").
-
+
- ***Utilisez-vous un outil de travail collaboratif comme SVN, GIT,
- Bazaaar, Mercurial ou autre ?***
+ Bazaaar, Mercurial ou autre ?***
Oui, nous utilisons Git, et le projet est hébergé sur Github :
[https://github.com/political-memory](https://github.com/political-memory).
Le projet était sur Gitorious avant, et, Bram, le développeur principal, maintenait un miroir de ce dépôt sur [son compte Github](https://github.com/Psycojoker/memopol2).
-
+
- ***Y a t-il du bug tracking ou d'autres fonctionnalités que je
devrais connaître et utiliser en plus du partage de code source avec
- contrôle de version ?***
+ contrôle de version ?***
Le BTS (bug tracking system) est celui de Github, ici :
[https://github.com/political-memory/political_memory/issues](https://github.com/political-memory/political_memory/issues)
Pour faire un patch, un bon moyen est de cloner le dépôt puis de faire une pull request.
Sinon, indiquez-nous l'adresse de votre dépôt.
-
-- ***Qui puis-je contacter pour participer au projet ?***
+
+- ***Qui puis-je contacter pour participer au projet ?***
Vous pouvez vous venir vous présenter sur le salon IRC
`\#lqdn-memopol` sur `irc://chat.freenode.net` où il vous sera fait bon
accueil, ou envoyer un mail sur contact(at)memopol.org ou sur la mailing-list (lien plus bas).
-
+
- ***Y a t-il un endroit virtuel où les développeurs se retrouvent ?
- Mumble ? IRC ?***
+ Mumble ? IRC ?***
Les dévelopeurs se retrouvent sur IRC
(`irc://irc.freenode.net\#lqdn-memopol`). Il n'y a pas de Mumble. Il y
a une mailing list
[http://laquadrature.net/cgi-bin/mailman/listinfo/mempol2](http://laquadrature.net/cgi-bin/mailman/listinfo/mempol2).
Elle est actuellement peu utilisée, les développeurs utilisant
principalement IRC.
-
+
- ***Y a t-il déjà une analyse UML ou autre qui a été fait ? Ou
n'importe quelle introduction technique au projet, liste des tâches
- à faire, description des interfaces, etc.***
+ à faire, description des interfaces, etc.***
Il n'y a actuellement pas d'UML. Il y a un schéma de la BDD ici
[https://projets.lqdn.fr/attachments/download/7/graph.png](https://projets.lqdn.fr/attachments/download/7/graph.png).
Il n'y a pas d'introduction technique, Memopol est un projet Django
relativement standard, le code est simple, c'est principalement de
l'affichage basé sur les class based generic views (une feature de
- Django). Chaque partie est correctement isolée.
+ Django). Chaque partie est correctement isolée.
Le schéma SQL est un peu plus complexe, par contre.
-
+
- ***J'aimerais participer mais je manque de temps, avez-vous des
- tâches précises et détaillées à proposer ?***
+ tâches précises et détaillées à proposer ?***
Il n'y a malheureusement pas de tâches détaillées pour l'instant.
Le projet avance trop vite et le nombre de codeurs est trop faible
pour que l'investissement de les détailler soit rentable. Mais si il
y a une demande il est tout à fait possible de la remplir. Le plus
simple est de passer sur IRC et de demander à Bram ou à is_null.
-
diff --git a/content/pages/faq.md b/content/pages/faq.md
index 22d90628bf9224574f39662436c1f21e6b683c6b..dfbb9e394e016f0d32c8c0f0894dea41fd273a9a 100644
--- a/content/pages/faq.md
+++ b/content/pages/faq.md
@@ -1,62 +1,65 @@
-Title: FAQ (en)
+Title: FAQ
Date: 2011-11-22 16:35
Author: axx
Slug: faq
+lang: en
Frequently Asked Questions:
-(Lire en [français](/pages/faq-fr.html "FAQ (fr)"))
+(Lire en [français](/pages/faq-fr.html "FAQ"))
-- ***What is the programming language used by Memopol?***
- Python. There is also some Javascript for the web side of things.
- If you have webdesign skills, you can help make Memopol better on
- the eyes and nicer to use.
-
-- ***Do you use a framework or a CMS?***
- Yes, we use the
- [Django](http://www.djangoproject.com/ "Django Project") framework.
-
-- ***Do you use a collaborative work tool such as SVN, GIT, Bazaaar,
- Mercurial or something else?***
+- ***What programming languages in Memopol ?***
+ [Python](https://python.org) (with [Django](https://djangoproject.com)),
+ SQL ([PostgreSQL](https://postgresql.org), JavaScript, CSS.
+
+- ***Where is the code ?***
+ The code is [available on LQDN's GitLab
+ instance](https://git.laquadrature.net/memopol/memopol).
+
+ ***Where is documentation ?***
+ Documentation is automatically
+
+Do you use a collaborative work tool such as SVN, GIT, Bazaaar,
+ Mercurial or something else?***
Yes, we use Git, and the project is now hosted on Github :
[https://github.com/political-memory](https://github.com/political-memory).
The projet was hosted on Gitorious before. Bram, the main developer, maintained a mirror repo on
[his Github account](https://github.com/Psycojoker/memopol2).
-
+
- ***Is there bug tracking or other functionalities I should know and
- use beyound source code sharing with revision control?***
+ use beyound source code sharing with revision control?***
The BTS (bug tracking system) used now is Github's one :
[https://github.com/political-memory/political_memory/issues](https://github.com/political-memory/political_memory/issues).
To send a patch, a good way is cloning github repository, and make a pull request. You can also tell us your
repo's address.
-
-- ***Who should I get in touch with to take part in the project?***
+
+- ***Who should I get in touch with to take part in the project?***
You can come say hi on the IRC channel `\#lqdn-memopol` on
`irc://chat.freenode.net` where you should find a warm welcome, or
simply get in touch by emailing contact(at)memopol.org, or the mailing list (link above).
-
+
- ***Do the developers meet in a specific virtual space? Mumble?
- IRC?***
+ IRC?***
The developers meet on IRC (`irc://irc.freenode.net\#lqdn-memopol`).
There is no Mumble server, there is a mailing list to which you can
subscribe :
[http://laquadrature.net/cgi-bin/mailman/listinfo/mempol2](http://laquadrature.net/cgi-bin/mailman/listinfo/mempol2).
It is currently underused, as the developers mainly use IRC to
communicate.
-
+
- ***Huse there been a UML analyses done, or something similar? Or is
there any technical introduction to the project, a task list, a
- description of interfaces, etc.?***
+ description of interfaces, etc.?***
There is currently no UML. There is a database view here
[https://projets.lqdn.fr/attachments/download/7/graph.png](https://projets.lqdn.fr/attachments/download/7/graph.png).
There is no specific technical introduction, Memopol is a relatively
standard Django project, the code is simple, it is mostly views
based on class based generic views (a Django feature). Each part is
- properly isolated.
+ properly isolated.
The SQL scheme is more complex on the other hand.
-
+
- ***I'd like to help you but I don't have much time, to you have
- specific tasks I could work on?***
+ specific tasks I could work on?***
There are unfortunately no detailed tasks yet. The project is
moving too fast with too little coders to make the time investment
of detailing tasks worth it. But where there are needs, it is
diff --git a/content/pages/home.md b/content/pages/home.md
new file mode 100644
index 0000000000000000000000000000000000000000..6b9d418b2cb2b624e77fd19fcf1eb05032d74f89
--- /dev/null
+++ b/content/pages/home.md
@@ -0,0 +1,4 @@
+Title: Welcome to Memopol
+URL:
+Lang:en
+
diff --git a/content/pages/install.md b/content/pages/install.md
index bcc241dd746597e8777f2679b65d0bd927125379..d8206de7f49028e7fcd1be451816dbda60d74384 100644
--- a/content/pages/install.md
+++ b/content/pages/install.md
@@ -1,4 +1,5 @@
Title: Download & Install instructions
+Lang: en
is_null wrote a pretty (and up-to-date) documentation here : [https://memopol.readthedocs.org/en/pr/development.html](https://memopol.readthedocs.org/en/pr/development.html).
This should help you to install Memopol as a development instance on your computer.
diff --git a/output/a-few-ui-updates-to-memopol.html b/output/a-few-ui-updates-to-memopol.html
new file mode 100644
index 0000000000000000000000000000000000000000..0bb1f6a069a81495a0b5fdcc1c00f67ae96a992f
--- /dev/null
+++ b/output/a-few-ui-updates-to-memopol.html
@@ -0,0 +1,127 @@
+
+
+
+
+ A few UI updates to Memopol...
+
+
+
+
+
+
+
+
+
+
+
+
Last week was a busy one for the dev team. A handful of UI changes were made
+to make Memopol more useful !
+
The dossiers page was enhanced (and renamed to 'Dossiers', instead of 'Votes'
+previously) by adding the number of recommendations ; dossiers are now sorted
+by number of recommendations and by date, too.
+
+
Clicking on a dossier reveals the list of recommendations made on that dossier,
+along with vote results when they're available. In the future, this page may
+host a more user-friendly UI for recommendation management.
+
+
Political group pictures were lost in the transition to Memopol 3.14, they're
+now back <3
+
+
+
And finally, the representative page was updated to show more information, such
+as contact information and links to social networks. The votes list now show
+the date they were cast, and the most recent ones are displayed first.
+
+
Under the hood, the score mechanism was rewritten ; scores are still the same as
+before, but this paves the way to easier customization of how scores are
+computed.
+
Work on importing data from the old memopol instance has also made good progress
+and it should be available in the next few days.
+
As said before, don't hesitate to contribute or suggest ideas for the project:
+ We vote for a new representative with: their party's program, their
+ communication campaign, the promises they made, our historical attachment...
+ And sometimes, we might even remember a few things they've done !
+
+ In the French National Assembly, it was
+ reported for the XIVe législature
+ that only 135 votes were taken as public and that 1193 of them were
+ taken as "ordinary": secret votes.
+
+ We vote for a new representative with: their party's program, their
+ communication campaign, the promises they made, our historical attachment...
+ And sometimes, we might even remember a few things they've done !
+
+ In the French National Assembly, it was
+ reported for the XIVe législature
+ that only 135 votes were taken as public and that 1193 of them were
+ taken as "ordinary": secret votes.
+
First, we did some work in order to let you use Memopol for any other
-cause! We believe this tool is awesome, so we want to spread it! Image
-if you could go on the political memory ...
We are still working on the design. We gathered a bit more feedback from
-the ones that worked on it at the last quadratelier. Webdesigners need
-more poking around, but we have no worries, quota_atypique pokes around
-a lot.
+ We vote for a new representative with: their party's program, their
+ communication campaign, the promises they made, our historical attachment...
+ And sometimes, we might even remember a few things they've done !
+
+ In the French National Assembly, it was
+ reported for the XIVe législature
+ that only 135 votes were taken as public and that 1193 of them were
+ taken as "ordinary": secret votes.
+
+ We vote for a new representative with: their party's program, their
+ communication campaign, the promises they made, our historical attachment...
+ And sometimes, we might even remember a few things they've done !
+
+ In the French National Assembly, it was
+ reported for the XIVe législature
+ that only 135 votes were taken as public and that 1193 of them were
+ taken as "ordinary": secret votes.
+
A gigantic amount of work has been done since the last release (when was it?), mostly an almost full rewrite of code, as well as a simplification of ...
+ We vote for a new representative with: their party's program, their
+ communication campaign, the promises they made, our historical attachment...
+ And sometimes, we might even remember a few things they've done !
+
+ In the French National Assembly, it was
+ reported for the XIVe législature
+ that only 135 votes were taken as public and that 1193 of them were
+ taken as "ordinary": secret votes.
+
Political Memory is a tool designed by La Quadrature du Net to help European citizens to reach members of European Parliament (MEPs) and track their voting records on issues related to fundamental freedoms online.
+ We vote for a new representative with: their party's program, their
+ communication campaign, the promises they made, our historical attachment...
+ And sometimes, we might even remember a few things they've done !
+
+ In the French National Assembly, it was
+ reported for the XIVe législature
+ that only 135 votes were taken as public and that 1193 of them were
+ taken as "ordinary": secret votes.
+
As some of you may know, we are relaunching active development of our tool Memopol (aka “Mémoire Politique” or “Political Memory”). Our goal is for it to become a clear, simple and usable (by regular humans) web site.
-
Memopol, for those of you who may not know, is ...
+ We vote for a new representative with: their party's program, their
+ communication campaign, the promises they made, our historical attachment...
+ And sometimes, we might even remember a few things they've done !
+
+ In the French National Assembly, it was
+ reported for the XIVe législature
+ that only 135 votes were taken as public and that 1193 of them were
+ taken as "ordinary": secret votes.
+
Last week was a busy one for the dev team. A handful of UI changes were made
-to make Memopol more useful !
-
The dossiers page was enhanced (and renamed to 'Dossiers', instead of 'Votes'
-previously) by adding the number of recommendations ; dossiers are now ...
A mini-hackathon has enabled much progress on both importing data from French parliament chambers as well as having a way of handling multiple chambers at once, from several data sources !
+ We vote for a new representative with: their party's program, their
+ communication campaign, the promises they made, our historical attachment...
+ And sometimes, we might even remember a few things they've done !
+
+ In the French National Assembly, it was
+ reported for the XIVe législature
+ that only 135 votes were taken as public and that 1193 of them were
+ taken as "ordinary": secret votes.
+
Hello there !
-It's been a long time...like two years without posting, wow.
-
Memopol was a bit sleepy, it's hard to find new contributors, but, still, it appears to me that this projet needs to go on.
-So we decided to reboot this project !
We're not that regular in posting, you'll notice…
-In fact, we're quite busy these days, because we welcomed new (and
-active!) contributors to the project, who did a lot.
-
New contributors and happy hacking
-
You can find all of this improvement on the development instance:
-http ...
Political memory is a nice and important project. A lot of work has been
-done lately to make it more friendly.
-
This is made real because people are here, taking care of the project,
-building it, maintaining it. And, as we want Memopol to be spread
-everywhere, to be powerful ...
What did we say? "the new design will be soon presented to you"?
-It's live now!
-Thanks to all the people present at the QCC and after for their work :)
-
You can see how pretty is Memopol now here →
-memopol.lqdn.fr
-We hope you ...
You know that we were at the QCC from the october, 19th, to the 21th. It
-was good to be all of us, at the same time, at the same place, to work
-on Memopol. A lot of things ...
+ We vote for a new representative with: their party's program, their
+ communication campaign, the promises they made, our historical attachment...
+ And sometimes, we might even remember a few things they've done !
+
+ In the French National Assembly, it was
+ reported for the XIVe législature
+ that only 135 votes were taken as public and that 1193 of them were
+ taken as "ordinary": secret votes.
+
You probably know that the whole Memopol team is here at the #QCC to
-work on the tool. Being reunited all together in the same place, at the
-same time, gives us the energy necessary to reach our goal!
-
-
Here is a quick summary of what we achieved over ...
+ We vote for a new representative with: their party's program, their
+ communication campaign, the promises they made, our historical attachment...
+ And sometimes, we might even remember a few things they've done !
+
+ In the French National Assembly, it was
+ reported for the XIVe législature
+ that only 135 votes were taken as public and that 1193 of them were
+ taken as "ordinary": secret votes.
+
Political memory is a nice and important project. A lot of work has been
-done lately to make it more friendly.
-
This is made real because people are here, taking care of the project,
-building it, maintaining it. And, as we want Memopol to be spread
-everywhere, to be powerful ...
You probably know that the whole Memopol team is here at the #QCC to
-work on the tool. Being reunited all together in the same place, at the
-same time, gives us the energy necessary to reach our goal!
-
-
Here is a quick summary of what we achieved over ...
We're not that regular in posting, you'll notice…
-In fact, we're quite busy these days, because we welcomed new (and
-active!) contributors to the project, who did a lot.
-
New contributors and happy hacking
-
You can find all of this improvement on the development instance:
-http ...
We are still working on the design. We gathered a bit more feedback from
-the ones that worked on it at the last quadratelier. Webdesigners need
-more poking around, but we have no worries, quota_atypique pokes around
-a lot.
Political Memory is a tool designed by La Quadrature du Net to help European citizens to reach members of European Parliament (MEPs) and track their voting records on issues related to fundamental freedoms online.
Last week was a busy one for the dev team. A handful of UI changes were made
+
Last week was a busy one for the dev team. A handful of UI changes were made
to make Memopol more useful !
The dossiers page was enhanced (and renamed to 'Dossiers', instead of 'Votes'
-previously) by adding the number of recommendations ; dossiers are now ...
+previously) by adding the number of recommendations ; dossiers are now sorted
+by number of recommendations and ...
A mini-hackathon has enabled much progress on both importing data from French parliament chambers as well as having a way of handling multiple chambers at once, from several data sources !
Political Memory is a tool designed by La Quadrature du Net to help European citizens to reach members of European Parliament (MEPs) and track their voting records on issues related to fundamental freedoms online.
We're not that regular in posting, you'll notice…
+In fact, we're quite busy these days, because we welcomed new (and
+active!) contributors to the project, who did a lot.
+
New contributors and happy hacking
+
You can find all of this improvement on the development instance:
+http ...
Political memory is a nice and important project. A lot of work has been
+done lately to make it more friendly.
+
This is made real because people are here, taking care of the project,
+building it, maintaining it. And, as we want Memopol to be spread
+everywhere, to be powerful ...
You probably know that the whole Memopol team is here at the #QCC to
+work on the tool. Being reunited all together in the same place, at the
+same time, gives us the energy necessary to reach our goal!
+
+
Here is a quick summary of what we achieved over ...
First, we did some work in order to let you use Memopol for any other
+cause! We believe this tool is awesome, so we want to spread it! Image
+if you could go on the political memory ...
We are still working on the design. We gathered a bit more feedback from
+the ones that worked on it at the last quadratelier. Webdesigners need
+more poking around, but we have no worries, quota_atypique pokes around
+a lot.
During an election, when you have the possibility to vote to choose your
+new representative, most of the time the elements that can help you make
+a choice are:
First, we did some work in order to let you use Memopol for any other
-cause! We believe this tool is awesome, so we want to spread it! Image
-if you could go on the political memory ...
During an election, when you have the possibility to vote to choose your
+new representative, most of the time the elements that can help you make
+a choice are:
+
+
the representative's party's program
+
their communication campaign
+
the promises they made
+
your historical attachment for the representative's party or for the
+ candidate
+
the vibe you have for a candidate
+
maybe some analysis published in the press or on TV that barely gave
+ you any comprehensive / understandable information and is most of
+ the time biased…
+
and sometimes, you might even remember a few thingsthey've done
+
+
Sounds fine?
+
Well in fact, if we take a closer look at it, we see that there is
+nearly nothing concrete (/rational) in this. Nearly all those elements
+are emotional.
+
Don't you find this annoying?
+
Let me rephrase it: when you vote for a representative, your choice
+nearly never (hardly ever) relies on anything concrete.
+
In fact, most of the time, nobody will do intensive research to see what
+those elected representatives have actually done in their political
+carrier before they decide to vote for them. This just takes too much
+time and involvement, and it's really complicated to do.
+
Two worlds
+
And if we take a look at the global picture, we see that we have two
+worlds: the political world and the citizen world, our world. They
+barely talk to each other and they hardly understand each other.
+
This lead to the unpleasant consequences that we know:
+
+
most of the time we blame the political world for being totally
+ disconnected from our reality and it's hard for us to pass a message
+ or a recommendation to their world, we feel that most of the time we
+ aren't being listened to.
+
on the other hand those representatives are nearly never gratified
+ or sanctioned when listening to us or actually representing us,
+ since we don't use that information when we choose who to vote for.
+ So they don't have incentive to do so.
+
+
This situation is barely acceptable. Let's be proactive citizens: how
+can we try to improve this?
+
Well, let's start by simplifying this a bit: we can identify two
+important causes of the problem.
+
+
Our memory, as in “the human memory is really bad, we are barely
+ capable of remembering what we ate 3 weeks ago”. How can we expect
+ to remember what an elected representative did during the past
+ several years?Assuming we were even aware of what they did.
+
The complexity of the system, as in “the political system is
+ horribly complex, it's hard for a citizen to really understand it”.
+
+
The Magic box
+
From a programmer's point of view, the memory part isn't very hard to
+solve. It's a very common task: collect data, store data, display data
+and gather user input. It's not specifically hard nor easy, it just
+takes time to code. In fact, a lot of people have already done this. So,
+let's say that we have coded it, and let's call it our magic box.
+
+
Our magic box contains all the data we have been able to gather on our
+elected representatives, like their public information (contact
+information, mandate, party, group etc...), their public speeches, their
+votes, the amendments they tabled, etc...
+
Now, let's use our magical box. We are asked to choose between several
+candidates, so let's ask our box to tell us what it knows about them.
+Well here's the catch: we end up with a mountain of data that we can
+barely understand.
+
Complexity just hit us.
+
So how do we solve complexity?
+
Complexity is annoying because we can't solve it by coding.
+
But we can use a trick. Maybe, we can't manage this complexity, but, we
+know people that we trust and that can solve this complexity for certain
+subjects that they've mastered, for which they have expertise. For
+example, I trust la Quadrature du Net on Internet Freedom related
+subjects.
+
But how can we use that?
+
Solving complexity
+
Let's use another trick: let's ask la Quadrature du Net to give us the
+best way for an elected representative to vote on texts related to the
+subjects la Quadrature du Net have an expertise on. And here the magic
+happens: if we combine those voting recommendations with our magical
+box, we get a ranking of the elected representatives, organised
+according to the ideal behaviour this advocacy group promotes.
+
This begins to be interesting.
+
In other words:
+
+
Magic box + la Quadrature du Net's voting recommendations = semi
+ accurate concrete data on who represents me the best
+
+
You get the idea? Let's ask all the citizen groups that represent our
+interests to do the same.
+
This gives us:
+
+
Magic box + voting recommendation of all citizen groups that
+ represent our interests = way more accurate concrete data of who
+ represents me the best
+
+
We just solved complexity.
+
In fact, what I want to see (and to build) in the future would be a
+website that allows me, and every citizen, to:
+
+
Select a series of representatives I can vote for;
+
Select a list of citizen groups that I personally trust to represent
+ my interests;
+
Decide if I want to give certain groups more weight to better
+ represent my concerns and priorities (we could even imagine giving
+ negative weight to citizen groups we dislike);
+
And have in result concrete data on which I can rely to make my
+ choice.
+
+
And you know what? Being able to do this won't even be the best reward.
+
The best reward will come when elected representatives start realising
+that we actually know what they are doing and that their actions
+matters. Guess how they will change their behaviour.
+
And this is only the beginning. For instance, having a real time feed of
+what your elected representative is doing on the subjects that matter
+for you will be really easy.
+
What this magical box is offering you is a paradigm shift, a bridge
+between those two worlds for them to better understand each other and to
+work together again.
+
Memopol is the magical box we are building.
+
It's time for us, citizens, to take back our role in politics.
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/output/feeds/about.atom.xml b/output/feeds/about.atom.xml
deleted file mode 100644
index d0e18597f15206b2645a1db4f7204d2b171eb0bf..0000000000000000000000000000000000000000
--- a/output/feeds/about.atom.xml
+++ /dev/null
@@ -1,58 +0,0 @@
-
-Memopol Projecthttp://www.memopol.org/2011-06-05T11:34:00+02:00An Introduction to the project2011-06-05T11:34:00+02:00bramtag:www.memopol.org,2011-06-05:an-introduction-to-the-project.html<p>The best way to explain what Political Memory is, is by explaining where
-it came from.</p>
-<p>So, let's start by a bit of context. Political Memory is a tool built by
-<a href="http://laquadrature.net">La Quadrature du Net</a>. It is its major
-campaigning tool.</p>
-<p>La Quadrature du Net is a citizen group defending fundamental rights on
-the Internet by:</p>
-<ul>
-<li>raising citizen awareness about their political representatives'
- actions</li>
-<li>trying to get citizens involved in the political life and demand of
- their representatives that they represent and defend their rights</li>
-<li>acting very closely with these representatives</li>
-<li>organising campaigns during which citizens contact their
- representatives before certain votes or for given occasions,
- educating or warning MPs about issues</li>
-<li>getting MEPs to sign written declarations (for instance, La
- Quadrature campaigned on a written declaration about
- <a href="http://laquadrature.net/en/ACTA">ACTA</a> which over half the MEPs
- signed)</li>
-<li>and most importantly, trying to increase the political cost of
- decisions. Making sure elected representatives think long and hard
- about what their constituents will think of their decisions. The
- Hadopi “three-strike” law in France is a very good example of that.</li>
-</ul>
-<p>In order to reach these goals, Political Memory tries to make it easy
-for citizens to:</p>
-<ul>
-<li>follow la Quadrature's work, and campaigns</li>
-<li>understand their representatives' actions</li>
-<li>make it easy to contact their representatives</li>
-<li>raise the political cost of representatives' decisions by keeping
- them under close scrutiny</li>
-</ul>
-<p>In order to work, Political Memory gets its data from two sources:</p>
-<ul>
-<li>The European Parliament, via Parltrack, for the European MPs</li>
-<li>The French Parliament, via NosDeputes.fr, for the French MPs</li>
-</ul>
-<p>This data is then used for several things:</p>
-<ul>
-<li>MEP listings and contact details</li>
-<li>voting data</li>
-<li>show these representatives' score according to our voting
- recommendation</li>
-</ul>
-<p>Once all this data is input, MEPs are rated, votes are recorded and
-citizens can see what a given MEP has been up to, how they've voted on
-specific issues (those on which la Quadrature works).</p>
-<p>Citizens can easily reach out to their representative, at any time, or
-during a specific campaign.</p>
-<p>Eventually, this will increase the connexion between citizens and their
-representatives, putting citizens' concern back at the centre of
-politics.</p>
-<p>For a more lengthy and detailed explanation about what Political Memory
-is about, you can read <a href="http://www.memopol.org/changing-democracy-with-code-a-word-from-the-developers/" title="Changing Democracy With Code: A Word From The Developers">Changing Democracy with Code: a Word from the
-Developpers</a>.</p>
\ No newline at end of file
diff --git a/output/feeds/about.rss.xml b/output/feeds/about.rss.xml
deleted file mode 100644
index ee0884d4b9362307198af3d8de79fd0f3545f83d..0000000000000000000000000000000000000000
--- a/output/feeds/about.rss.xml
+++ /dev/null
@@ -1,58 +0,0 @@
-
-Memopol Projecthttp://www.memopol.org/Bridging the gap between politics and citizensSun, 05 Jun 2011 11:34:00 +0200An Introduction to the projecthttp://www.memopol.org/an-introduction-to-the-project.html<p>The best way to explain what Political Memory is, is by explaining where
-it came from.</p>
-<p>So, let's start by a bit of context. Political Memory is a tool built by
-<a href="http://laquadrature.net">La Quadrature du Net</a>. It is its major
-campaigning tool.</p>
-<p>La Quadrature du Net is a citizen group defending fundamental rights on
-the Internet by:</p>
-<ul>
-<li>raising citizen awareness about their political representatives'
- actions</li>
-<li>trying to get citizens involved in the political life and demand of
- their representatives that they represent and defend their rights</li>
-<li>acting very closely with these representatives</li>
-<li>organising campaigns during which citizens contact their
- representatives before certain votes or for given occasions,
- educating or warning MPs about issues</li>
-<li>getting MEPs to sign written declarations (for instance, La
- Quadrature campaigned on a written declaration about
- <a href="http://laquadrature.net/en/ACTA">ACTA</a> which over half the MEPs
- signed)</li>
-<li>and most importantly, trying to increase the political cost of
- decisions. Making sure elected representatives think long and hard
- about what their constituents will think of their decisions. The
- Hadopi “three-strike” law in France is a very good example of that.</li>
-</ul>
-<p>In order to reach these goals, Political Memory tries to make it easy
-for citizens to:</p>
-<ul>
-<li>follow la Quadrature's work, and campaigns</li>
-<li>understand their representatives' actions</li>
-<li>make it easy to contact their representatives</li>
-<li>raise the political cost of representatives' decisions by keeping
- them under close scrutiny</li>
-</ul>
-<p>In order to work, Political Memory gets its data from two sources:</p>
-<ul>
-<li>The European Parliament, via Parltrack, for the European MPs</li>
-<li>The French Parliament, via NosDeputes.fr, for the French MPs</li>
-</ul>
-<p>This data is then used for several things:</p>
-<ul>
-<li>MEP listings and contact details</li>
-<li>voting data</li>
-<li>show these representatives' score according to our voting
- recommendation</li>
-</ul>
-<p>Once all this data is input, MEPs are rated, votes are recorded and
-citizens can see what a given MEP has been up to, how they've voted on
-specific issues (those on which la Quadrature works).</p>
-<p>Citizens can easily reach out to their representative, at any time, or
-during a specific campaign.</p>
-<p>Eventually, this will increase the connexion between citizens and their
-representatives, putting citizens' concern back at the centre of
-politics.</p>
-<p>For a more lengthy and detailed explanation about what Political Memory
-is about, you can read <a href="http://www.memopol.org/changing-democracy-with-code-a-word-from-the-developers/" title="Changing Democracy With Code: A Word From The Developers">Changing Democracy with Code: a Word from the
-Developpers</a>.</p>bramSun, 05 Jun 2011 11:34:00 +0200tag:www.memopol.org,2011-06-05:an-introduction-to-the-project.html
\ No newline at end of file
diff --git a/output/feeds/all.atom.xml b/output/feeds/all.atom.xml
deleted file mode 100644
index 4a0fa7eff9e34d156cfb575a5dac489300dcec1e..0000000000000000000000000000000000000000
--- a/output/feeds/all.atom.xml
+++ /dev/null
@@ -1,680 +0,0 @@
-
-Memopol Projecthttp://www.memopol.org/2016-04-15T19:00:00+02:00#MemopolMiniHackathon2016-04-15T19:00:00+02:00njoyardtag:www.memopol.org,2016-04-15:memopolminihackathon.html<h3>Memopol Mini-Hackathon</h3>
-<p>After the Memopol 3.14 <a href="http://mediakit.laquadrature.net/embed/2390">Relaunch Event on 14th April</a>, the developers didn't rest !</p>
-<p><img alt="The Chambers view shows available chambers" src="https://framapic.org/0I9FmC0pH8HY/u8BTfyKzG5ME.png" /></p>
-<p>A mini-hackathon has enabled much progress on both importing data from French parliament chambers as well as having a way of handling multiple chambers at once, from several data sources !</p>
-<p><img alt="The results of a representative search spanning both 3 chambers" src="https://framapic.org/rFT4Yzpf64Ad/JZLsYXgQhiHL.png" /></p>
-<p>Each list of groups and representatives now shows the chamber the data comes from.</p>
-<p><img alt="A list of parties from both 3 chambers" src="https://framapic.org/b1NPg97yX9c4/jLttWX5jbmqM.png" /></p>
-<p>Those improvements will soon be available on a test instance of Memopol to enable users to test them and suggest other features and means to use the newly available data :)</p>
-<p>As said before, don't hesitate to contribute or suggest ideas for the project:</p>
-<ul>
-<li>On github : <a href="https://github.com/political-memory/political_memory">github.com/political-memory/political_memory</a></li>
-<li>On IRC : <code>#lqdn-memopol</code> on Freenode</li>
-</ul>Memopol 3.14 Release2016-02-10T10:00:00+01:00is_nulltag:www.memopol.org,2016-02-10:memopol-314-release.html<h3>Memopol's back online !</h3>
-<p>A new version of Memopol has been released, <a href="http://lqdn.memopol.eu">LQDN's instance is up</a> and <a href="http://memopol.rtfd.org">documentation has been released</a>.</p>
-<p>A gigantic amount of work has been done since the last release (when was it?), mostly an almost full rewrite of code, as well as a simplification of the installation process. A new design is currently being integrated, as well as previous votes recommendations to start giving MEPs notes.</p>
-<p>Parsing votes from assemblies websites is now working, and it gets easier to keep tabs on MEPs, the one who defends our positions and the one who opposes them. Meaning, it will get easier for people to influence in a positive way the legislative work.</p>
-<h3>Ongoing work</h3>
-<p>The current developments are ongoing:</p>
-<ul>
-<li>support for French assembly and senate, using data from
- <a href="https://github.com/SocieteCitoyenne/FranceData">FranceData</a> which uses data
- from <a href="https://www.nosdeputes.fr/">NosDéputés</a> itself for representatives, and
- includes a parser to scrape votes from the assembly's website,aa</li>
-<li>administration experience improvement: real-time sync of proposals for
- Dossiers which are part of the ongoing campaigns, and email notifications for
- administrators when a new proposal is created so that they can setup the
- recommendation appropriately.</li>
-</ul>
-<h3>We're looking for volunteers !</h3>
-<ul>
-<li>administrators to <a href="http://memopol.readthedocs.org/en/pr/usage.html">manage the website</a>, the first task is
- to integrate recommendations from the previous version of memopol into this
- one, this is a manual task because the data sets are completely
- incompatible.</li>
-<li>an HTML developer willing to learn some Python and Django to integrate v3
- design, work has been started on the <a href="https://github.com/political-memory/political_memory/tree/v3">v3
- branch</a>, that
- branch is under <a href="https://en.wikipedia.org/wiki/Continuous_delivery">CD</a> on a
- <a href="https://v3-memopol.rhcloud.com">dev instance</a>.</li>
-<li>anyone willing to participate is welcome on the IRC channel, <code>#lqdn-memopol</code>
- on freenode.</li>
-</ul>
-<h3>Thanks to the team <3</h3>
-<p>Since credit should always be left were it's due, here's the list of
-contributors who made it possible (in alphabetical order):</p>
-<ul>
-<li><a href="https://github.com/psycojoker">Bram</a>, code review, consulting,</li>
-<li><a href="https://github.com/jpic">jpic</a>, code, deployment</li>
-<li><a href="https://github.com/luxcem">luxcem</a>, code</li>
-<li>Mindiell, support</li>
-<li><a href="https://github.com/njoyard">njoyard</a>, code</li>
-<li><a href="http://github.com/okhin">okhin</a>, administration, management, consulting
- product-owning,</li>
-<li><a href="https://github.com/stef">stef</a>, support and updates
- <a href="http://parltrack.euwiki.org/">Parltrack</a>, consulting</li>
-</ul>Get on board on Memopol project !2015-03-01T15:00:00+01:00Mindielltag:www.memopol.org,2015-03-01:get-on-board-on-memopol-project.html<p>Hi everyone,</p>
-<p>As some of you may know, we are relaunching active development of our tool Memopol (aka “Mémoire Politique” or “Political Memory”). Our goal is for it to become a clear, simple and usable (by regular humans) web site.</p>
-<p>Memopol, for those of you who may not know, is among other things a tool that helped us win the battle against ACTA, both on the ground (it help to quickly find MEPs offices in the Brussels Parliament building, for instance) and by helping all the citizens who contacted MEPs by phone or mail (Memopol gave them contact details and information about the MEPs political position).</p>
-<p>It is a wonderful campaigning and open data tool, which deserves to be developped to its full potential. We think it could be a lot better than it is right now, and we want to make it the best it can be!</p>
-<p>To that end, we recently organized a meeting to do some brainstorming about what we should prioritize in terms of Memopol development. We ended with a great roadmap: <a href="https://wiki.laquadrature.net/Projects/Memopol/Roadmap/">that you can read here</a>.</p>
-<p>And quota_atypique also gave the Memopol blog a new coat of paint and a good refresh.</p>
-<p>So now, we need as many people as possible to help out, we are looking forward to all your talents, skills and enthusiasm to turn our vision of the next version of Memopol into reality \o/</p>
-<p>Our next steps:</p>
-<ul>
-<li>A complete redesign of the home page: it is the most important aspect. It's the crucial starting point for all the website. We need it :<ul>
-<li>to be a helpful stepping stone both to citizens discovering the tool <em>and</em> to experienced activists</li>
-<li>to be visually attractive</li>
-<li>to show useful information, data (dataviz)</li>
-<li>to make it quickly obvious what Memopol is and what its purpose is</li>
-<li>to offer the possibility to easily post a new “public position” by a MEP</li>
-</ul>
-</li>
-<li>A redesign of the MEP (Member of the European Parliament) pages:<ul>
-<li>overview of the MEP, with adminitrative information</li>
-<li>MEP score </li>
-<li>latest public positions with a link to a more complete list</li>
-<li>Data visualization about their MEP's score (beautiful graphs, evolution of score, ...) (dataviz)</li>
-<li>A quick summary widget of the MEP, showing the most important information, easily re-usable on other websites</li>
-</ul>
-</li>
-</ul>
-<p>So, we need graphic designers, readers, data-visualizators (is that a word?), and more generally your opinions and thoughts about the version we are building now, etc...</p>
-<p>Feel free to join and answer so we can talk about all this!</p>
-<p>Thanks and datalove from the Memopol team!</p>What is Memopol ?2015-01-01T10:20:00+01:00Memopol Teamtag:www.memopol.org,2015-01-01:what-is-memopol.html<p>Political Memory is a tool designed by La Quadrature du Net to help European citizens to reach members of European Parliament (MEPs) and track their voting records on issues related to fundamental freedoms online.</p>Reboot !2015-01-01T10:20:00+01:00quota_atypiquetag:www.memopol.org,2015-01-01:reboot.html<p>Hello there !
-It's been a long time...like two years without posting, wow.</p>
-<p>Memopol was a bit sleepy, it's hard to find new contributors, but, still, it appears to me that this projet <em>needs</em> to go on.
-So we decided to reboot this project !</p>
-<p>As you can see, we begun with a brand new blog using Pelican, on which you will sure hear from us ;)</p>
-<p>Don't hesitate in following the reboot discussions on our mailing list or on the irc channel (see contact page). It's a good moment to join the project.</p>Recent developments, made short2013-06-07T10:44:00+02:00quota_atypiquetag:www.memopol.org,2013-06-07:recent-developments-made-short.html<p>Hello !</p>
-<p>We're not <em>that</em> regular in posting, you'll notice…<br />
-In fact, we're quite busy these days, because we welcomed new (and
-active!) contributors to the project, who did a lot.</p>
-<h2>New contributors and happy hacking</h2>
-<p>You can find all of this improvement on the development instance:
-<a href="http://mempol2.serverside.fr/">http://mempol2.serverside.fr/</a>.</p>
-<p>Here is a summary of the modifications (more small things have been done
-and some contributors mutually improved each others patchs):</p>
-<p><em>Mindiell</em>:<br />
-*#415: Make the "random MEP" the same for one day</p>
-<p><em>Turbobilly</em>:<br />
-* disable endless paging button<br />
-* sort meps by last name in votes results</p>
-<p><em>Yohan Boniface</em>:<br />
-* prototype for a new map on the front page that uses d3.js (basically
-now your cpu won't go crazy when you visit the hompepage)<br />
-<em><br />
-Laurent Martelli</em>:<br />
-* "download as csv" on every search result</p>
-<p><em>Okhin</em>:<br />
-* display the average score of the meps of a search result</p>
-<p><em>Gu1</em>:<br />
-* performances improvement on search results page<br />
-* make memopol working with parltrack new historical data (they have
-been put back on the website of the EP, this is a very important news!)</p>
-<p>Thanks to all of them, they really made the project go forward, we'ere
-amazed \o/</p>
-<p>Turbobilly also made a proto with microdata, to give MEP's score on
-Google Search results for Memopol !<br />
-This will strengthten Memopol's influence, because the MEP's scores
-will be easily reachable.</p>
-<p>And to finish, we have to tell you what was done in the communication
-field the last mouths !</p>
-<h2>Memopol at the #29c3 \o/</h2>
-<p>We set up a workshop about Memopol during the 29th Chaos Communication
-Congress this winter.</p>
-<p>People from all around Europe came to hear about our tool : most of them
-didn't know what it was and came because they were curious.<br />
-I was a bit disappointed to see that there were not so much people
-motivated to contribute into Memopol (come on, we're hackers, after all!
-), but the conversation was indeed interesting.</p>
-<p>People from Austria and Germany were quite motivated to have their
-instance of Memopol for their own parliament, and explained how it could
-be difficult to do some open data, because a lot of votes are done by
-hand, which makes it difficult to track. Some French people came too,
-they were quite focused on law issues, it was the occasion to say that
-La Quadrature works to reform the copyright and comments were also
-welcome ;)<br />
-There was some technical questions, I answered as I can. The mailing
-list and the IRC channel were proposed for further details.</p>
-<p>So it was a good occasion to show how the tool works and why it's
-wonderful, but I'm sad having not found enthusiastic hackers to help us
-with the code :(</p>
-<h2>Memopol in a webdocumentary \o/</h2>
-<p>Julie Neven, young and promising journalist, has made a documentary in
-which Bram explains why Memopol is so important in our citizens' lifes
-\<3<br />
-It's in French, sorry for those who don't understand.<br />
-Here →
-<a href="http://www.julieneven.be/souslesbytes/">http://www.julieneven.be/souslesbytes/</a><br />
-As you can guess, the rest of the documentary is good to see !</p>
-<h2>Memopol, everywhere</h2>
-<p>I'm a bit happy with this duty of making Memopol spread everywhere and I
-talk about the project everytime I can. So some people heard about
-Memopol at the <a href="http://www.thsf.net/2013/">THSF</a>, and at the last Ubuntu
-Party when I was talking about La Quadrature. Someone said : "Memopol ?
-It's a great tool !" --which was very pleasant to hear \o/</p>Next steps for Memopol2013-03-06T11:37:00+01:00quota_atypiquetag:www.memopol.org,2013-03-06:next-steps-for-memopol.html<p>Political memory is a nice and important project. A lot of work has been
-done lately to make it more friendly. </p>
-<p>This is made real because people are here, taking care of the project,
-building it, maintaining it. And, as we want Memopol to be spread
-everywhere, to be powerful, to be better and better, we need people to
-help us achieve this.</p>
-<h2>So, here the thing :</h2>
-<p>We have a tremendously useful tool, Memopol, and we have a bunch of
-organisations starving for a practical way to collect data from their
-parliament(s).<br />
-At the moment, Memopol is very much designed for La Quadrature du Net's
-purpose. That's why it is now so shinny and relevant... for us. But, it
-is not what other organisations are looking for. Organisations fighting
-for spreading farmer seeds want relevant data on last votes about food
-processing or agriculture, French organisations on transparency need
-data from the French Parliament etc.<br />
-La Quadrature du Net doesn't have nor time nor ressources nor interest
-to provide all of those data. It is then these organisations'
-responsibility to deal with this job. Though, it doesn't mean we can't
-help them. </p>
-<p>So here is the aim of this post: part of the Memopol current team
-volunteered to make this fantastic tool transferrable for other use than
-the fight for fundamental freedoms online. But we need more people ready
-to get dirty in the process.</p>
-<h2>We are looking for :</h2>
-<ul>
-<li>django developper (most important for the moment)</li>
-<li>front end developpers (we aren't using any specific framework, just
- jquery)</li>
-<li>webdesigners</li>
-<li>people who like to play with data and make datavisualization</li>
-</ul>
-<p>We know a lot of organisations are interested in Memopol, but often,
-they don't have the skills yet to use it. It would be great if we could
-"package" it, making it really easy to handle and then spread it among
-the world. We would see dozens of little Memopol growing up all around
-the Internetz and making thousands of happy activists call and track
-their representatives. That's how we spread datalove</p>
-<p>\<3</p>The new design is live!2012-11-13T11:05:00+01:00quota_atypiquetag:www.memopol.org,2012-11-13:new-design.html<p>Good news everyone \o/</p>
-<p>What did we say? "<em>the new design will be soon presented to you</em>"?
-<strong>It's live now!</strong><br />
-Thanks to all the people present at the QCC and after for their work :)</p>
-<p>You can see how pretty is Memopol now here →
-<a href="http://memopol.lqdn.fr">memopol.lqdn.fr</a><br />
-We hope you'll enjoy this new version --proudly powered by the QCC!--
-the same as we enjoyed improving it: we have a brand new design and a
-new search engine!</p>
-<h3>We changed a lot of things:</h3>
-<ul>
-<li>You can see the homepage is now organized. In one single glance you
- can grasp everything that is at stake (the last tracked votes, news…
- and a random MEP to make you discover the wonderful population of
- the European Parliament :D)</li>
-<li>We have a new menu, to help you find very quicly the information you
- need: you can new have direct access to MEPs by commitee, country,
- political group…</li>
-<li>The MEP's lists have changed too:
- <a href="https://memopol.lqdn.fr/search/?q=is_active%3A1">https://memopol.lqdn.fr/search/?q=is_active%3A1</a>,
- they are clearer, and easier to use for activists. Don't miss the
- customization part by clicking on "advanced" next to the search bar
- ;)</li>
-<li>The MEP's profile page is also prettier! You can see that you are
- now able to add public positions: things that the MEP said, in a
- newspaper, on the radio, concerning digital rights. Here is an
- example →
- <a href="https://memopol.lqdn.fr/europe/parliament/deputy/MarielledeSarnez/">https://memopol.lqdn.fr/europe/parliament/deputy/MarielledeSarnez/</a>
- You can also click on the tabs for further information.</li>
-<li>The trophies are live too: we will be able to assign a "trophy" to
- the MEPs who did a very good job, but also to the very bad ones :p
- You can see an example here →
- <a href="https://memopol.lqdn.fr/europe/parliament/deputy/RaulRomevaIRueda/">https://memopol.lqdn.fr/europe/parliament/deputy/RaulRomevaIRueda/</a>
- (his trophy is: best score)</li>
-<li>We have now MEP's assistants' profiles pages, we are able to see
- with which MEP each assistant worked</li>
-<li>Internally with have started to "de-projectify" memopol in a effort
- to make is more easy to tune for your own needs</li>
-</ul>
-<h3>BUT…!</h3>
-<p>There is still a lot to do (we'll never stop improving Memopol!), like :</p>
-<ul>
-<li>positions (it's live, but the internal part of it needs more love to
- work well)</li>
-<li>the new scoring system</li>
-<li>more dataporn</li>
-<li>making Memopol internals more generic for it to be easier to us by
- other citizen groups</li>
-</ul>
-<p>…for example. I'm sure there's even more to do (we didn't thought about
-everything we could do :p)!</p>
-<p>So, if you are interested in continuing this great effort, don't
-hesitate on joining us!</p>
-<ul>
-<li>You can join #lqdn-memopol on the freenode server, we'll be there
- to help you ;)</li>
-<li>You can find the code here →
- <a href="https://gitorious.org/memopol2-0">https://gitorious.org/memopol2-0</a></li>
-</ul>
-<p>Here we finish this good news announcement. We hope we'll announce other
-great news like this in the future ;)</p>Memopol, post-QCC.2012-11-05T19:58:00+01:00quota_atypiquetag:www.memopol.org,2012-11-05:memopol-post-qcc.html<p>Hello!</p>
-<p>We come with great news!</p>
-<h2>The QCC : a starting block.</h2>
-<p>You know that we were at the QCC from the october, 19th, to the 21th. It
-was good to be all of us, at the same time, at the same place, to work
-on Memopol. A lot of things were done this weekend. Bram and Ybon,
-mostly, are finishing the work.</p>
-<p>The design is almost integrated in dev. We keep working on the new
-scoring for the MEPs, we are importing assistants in the database,
-adding achievements, de-projectifying memopol, fixing public positions
-and working on adopting our new standard for representatives.</p>
-<p>We can say that this weekend was kind of a « starting block » : we could
-unite the right people at the right moment and place, and this made the
-project reboot : more people are involved in Memopol now, a lot of
-things that were blocking us are now solved too and helped us to keep on
-moving.</p>
-<p>We went to Barcelona in this state of mind.</p>
-<h2>Barcelona loves Memopol (and we love Barcelona)</h2>
-<p>Some people from La Quadrature were at the<a href="http://2012.fcforum.net/en">FC
-Forum </a> in Barcelona. This event is made for
-hackers and artists to help building a world less censored, with more
-free culture and open knowledge. We presented Memopol there and it
-occured that some Spanish hacktivists wanted to add their parliament to
-Memopol!</p>
-<p>So we are working with them --now that we have a « Memopol core »
-version that can be adapted for any project, to make this Spanish
-memopol work.<br />
-You will soon be able to see the first result of this team work.
-¡<em>Gracias</em> to Anders, Coldwind, Pablog, and the ones we forgot!</p>
-<p>We are glad to see this happening : this was part of the aim of this
-project, letting every organisation using their own Memopol for their
-causes.</p>
-<h2>So so so?</h2>
-<p>The new design will be soon presented to you so that you'll see how hard
-we worked to have a better app for activists, and, sure, there's still a
-lot to do :)</p>#QCC, day 22012-10-21T20:44:00+02:00quota_atypiquetag:www.memopol.org,2012-10-21:qcc-day-2.html<p>Hi!</p>
-<p>You probably know that the whole Memopol team is here at the #QCC to
-work on the tool. Being reunited all together in the same place, at the
-same time, gives us the energy necessary to reach our goal!</p>
-<p><img alt="" src="https://pbs.twimg.com/media/A5leoUdCIAIcqwS.jpg" title="Mate, fuel of the event" /></p>
-<p>Here is a quick summary of what we achieved over the week-end.</p>
-<p>Thanks to Bram, the new <strong>scoring</strong> system is ready at the backend
-level. It should be <em>way</em> more logical and easy to understand: Members
-of the EP now start at 0, and they gain or lose points with each vote.
-This will be integrated after the new design is ready.</p>
-<p>Jonathan has started to work on adapting the charts to the new scoring
-system, he will send us the results of his work during the week.</p>
-<p>Some work has also been done on <strong>translating</strong>, most notably on charts.</p>
-<p>Capslock has progessed in the implementation of <strong>public positions.</strong> It
-will allow us to add <strong>press articles</strong> or <strong>quotations</strong> regarding a
-representative to track his/her public position on our subjects.</p>
-<p>Tarnefys is working on importing <strong>Members of the EP's assistants</strong> from
-<a href="http://parltrack.euwiki.org/">Parltrack</a>, which will provide us with
-useful campaigning information.</p>
-<p>Zorun and Gawel have been working on an <strong>achievement</strong> system to
-attribute trophies to MEPs: the backend implementation is mostly ready.
-An <strong>achievement</strong> can be either positive or negative, and represents
-subjective data on a MEP, for instance "<em>ACTA killer"</em>, "<em>top 10
-score"</em>,<em> "most abstentionist MEP"</em>, "<em>has signed amendments on Net
-Neutrality"</em>, and so on.</p>
-<p>Stef fixed the <strong>map</strong> of Europe for <a href="http://respectmynet.eu/list/">Respect My
-Net</a> and
-<a href="https://memopol.lqdn.fr/">Memopol</a>: the maps were really slow to
-display, so he optimized them!</p>
-<p>Ybon helped both teams and allowed us to communicate smoothly. He fixed
-a funny bug with the <strong>search</strong> system: we couldn't understand why
-searching for countries like Belgium (BE) and Austria (AT) didn't work.
-The reason is that "BE" and "AT" were taken as separator words by Woosh,
-our searching framework… You can look at <a href="http://gitorious.org/memopol2-0/memopol2-0/commit/fb2314fa92a49b595d64a35363dd3611db2c1e23">the commit fixing
-this</a>.</p>
-<p>On the design side, we (currently Ybon and myself) warmly welcomed
-Serguei, who helped us <em>a lot</em> \o/ For instance, I drafted some HTML
-that he then integrated on the templates.</p>
-<p>If everything works well, we'll have our <strong>beta-design</strong> by Sunday
-night!</p>
-<p>As you can see, a lot has been done. We'll come back to you pretty soon
-with what was finally achieved and pushed to production and also what's
-planned next!</p>What’s new on Memopol ? #52012-10-20T17:42:00+02:00bramtag:www.memopol.org,2012-10-20:whats-new-on-memopol-5.html<p>Hello there !</p>
-<p>We did a lot these days for Memopol !</p>
-<h2>Spreading Memopol anywhere</h2>
-<p>First, we did some work in order to let you use Memopol for any other
-cause! We believe this tool is awesome, so we want to spread it! Image
-if you could go on the political memory of every citizen groups that
-represents your interests and have an accurate idea on how well your
-representatives are effectivly representing you?</p>
-<p>It is now possible to personalize Memopol for your own project →
-<a href="https://github.com/Psycojoker/memopol2#personalization">https://github.com/Psycojoker/memopol2#personalization</a></p>
-<p>We also worked on make it easier to update Memopol data →
-<a href="%20https://github.com/Psycojoker/memopol2#updating-memopols-data">https://github.com/Psycojoker/memopol2#updating-memopols-data</a></p>
-<h2>Updates</h2>
-<p>Speaking about updating Memopol we are proud to announce you that now,
-Memopol is up to date concerning the French deputies data \o/ </p>
-<p>Thanks to <a href="https://twitter.com/tarNeFyS">Tarnefys</a> for that!</p>
-<h2>QCC, Day 1</h2>
-<p>As you probably already know, Memopol team is here at the
-<a href="http://www.laquadrature.net/wiki/Quadrature_Communication_Camp">QCC</a> to
-improve Memopol.</p>
-<p>We are working on new features for the tool, like trophees that we could
-put on the profiles of the MEPs : if they have voted a lot for Net
-Neutrality, for example.</p>
-<p>We also have --which is great-- a little design team that made already
-some work for Memopol. Maybe we'll have a brand new design to present
-you after the weekend! </p>
-<p>Thanks to quota_atypique, ybon, cocodaemon for their work \o/</p>
-<p>We'll come back to you tomorrow and tell you what was done today!</p>What's new on Memopol ? #42012-10-02T11:00:00+02:00quota_atypiquetag:www.memopol.org,2012-10-02:whats-new-on-memopol-4.html<p>Hello!</p>
-<p>Like you, Memopol is back from holidays! Let's come back to work happily
-with some news of our beloved project.</p>
-<h2>More and more data</h2>
-<p>What occured this summer? Ah, ACTA. We enjoyed the victory importing the
-data of the votes about the treaty. You can see them here →
-<a href="https://memopol.lqdn.fr/europe/parliament/vote/acta_final/">https://memopol.lqdn.fr/europe/parliament/vote/acta_final/</a></p>
-<p><a href="https://memopol.lqdn.fr/europe/parliament/vote/acta_final/"><img alt="" src="http://memopol.lqdn.fr/trends/proposal/acta_final-countries-map.png" /></a></p>
-<p>We are also working on merging memopol1 opinion's code with the new one.</p>
-<h2>An easier and faster tool</h2>
-<p>We did a lot of queries optimization, memopol is now way faster than
-before. Also we have made some internal code refactoring for a better
-organisation. (Thanks to the coders \o/) We are happy to welcome new
-contributors !</p>
-<p>There is also a new clean tool to remove added data from LQDN to make
-Memopol clean for another citizen groups : this will be useful, because
-we want our tool to be used and reused by others. Good idead have to be
-spread everywhere :)</p>
-<p>On the UX and design side, we are proud to announce we have a WIP
-advanced search form that will replace all the current listing. This
-will allow everyone to do advanced research. You can play with it here:
-<a href="http://mempol2.serverside.fr/europe/parliament/search/">http://mempol2.serverside.fr/europe/parliament/search/</a>
-Many thanks to <a href="https://twitter.com/informagicien">Yohan</a> for this great
-work!</p>
-<h2>Spreading the word</h2>
-<p>Bram did a lot to spread the word : he did two presentations about
-Memopol, at the FNF2012 (Freedom Not Fear) and at the SFD2012 (Software
-Freedom Day).</p>
-<p>You can see them here :</p>
-<p><em>Software Freedom Day</em> :<br />
-→
-<a href="https://hackerspace.be/Software_Freedom_Day_2012#Hack_the_democarcy_with_the_Political_Memory_of_la_Quadrature_du_Net">https://hackerspace.be/Software_Freedom_Day_2012#Hack_the_democarcy_with_the_Political_Memory_of_la_Quadrature_du_Net</a> </p>
-<p>→
-<a href="http://worlddomination.be/blog/2012/software-freedom-day-2012-slides-political-memory-la-quadrature-du-net-dierentheater.html">http://worlddomination.be/blog/2012/software-freedom-day-2012-slides-political-memory-la-quadrature-du-net-dierentheater.html<br />
-</a></p>
-<p><em>Freedom Not Fear :</em><br />
-→
-<a href="http://worlddomination.be/blog/2012/fnf2012-slides-how-to-lobby-the-eu.html">http://worlddomination.be/blog/2012/fnf2012-slides-how-to-lobby-the-eu.html</a> </p>
-<p>→<a href="https://wiki.vorratsdatenspeicherung.de/Freedom_Not_Fear_2012/Schedule#Sunday_.2816-Sep-2012.29">https://wiki.vorratsdatenspeicherung.de/Freedom_Not_Fear_2012/Schedule#Sunday_.2816-Sep-2012.29</a></p>
-<h2>One last thing</h2>
-<p>Memopol will be one of the projects we'll work on at the Quadrature
-Communication Camp that will occur in Paris the 19th to the 21st of
-october. If you want to code all night long for the project, design it,
-and --of course-- have fun, please come over ! →
-<a href="http://www.laquadrature.net/wiki/Quadrature_Communication_Camp">http://www.laquadrature.net/wiki/Quadrature_Communication_Camp</a></p>
-<p>We'll be back soon with news \o/</p>What's new on Memopol ? #32012-06-27T09:01:00+02:00quota_atypiquetag:www.memopol.org,2012-06-27:whats-new-on-memopol-3.html<p>Hey, long time we haven't met! And by coincidence we have
-<a href="http://4.bp.blogspot.com/_D_Z-D2tzi14/S8TRIo4br3I/AAAAAAAACv4/Zh7_GcMlRKo/s1600/ALOT.png">alot</a>
-of exciting news!</p>
-<h2>A nicer and nicer Memopol<strong>full of datalove!</strong></h2>
-<p>You know we want Memopol to be beautiful. We've worked on it and we now
-have finished the display of the opinions! Here is an
-<a href="https://memopol.lqdn.fr/europe/parliament/opinion/4009/">example</a>,
-another
-<a href="https://memopol.lqdn.fr/europe/parliament/opinion/3949/">example</a>, and
-a <a href="https://memopol.lqdn.fr/europe/parliament/opinion/3977/">third
-example</a>.</p>
-<h2>Elections? Oh wait /o/</h2>
-<p>You probably heard about the french elections in june…Which means update
-for memopol on the french deputies' side!</p>
-<p>So, we made various fixes on french deputies pages, there is still more
-work needed, we also use the new nosdeputes.fr widget (<a href="https://memopol.lqdn.fr/france/assemblee/depute/PatriciaAdam/">example
-here</a>).</p>
-<p>And we are now working on importing the new deputies in Memopol.</p>
-<p>In addition we now have custom pages for french votes (<a href="https://memopol.lqdn.fr/france/assemblee/vote/Vote_final_loi_Hadopi/">for
-eg</a>)
-and are planning on displaying more informations on it.</p>
-<h2>Another big project</h2>
-<p>Since the beginning of memopol we want to allow people to do custom
-queries on our dataset and we recently made some progress, you can play
-with our <em>prototype</em>
-<a href="https://memopol.lqdn.fr/europe/parliament/query/">here</a>.</p>
-<h2>Datalove without borders</h2>
-<div id="magicdomid86">
-Memopol is made to bring your elected representatives closer to you. We
-are working on translations to bring it even closer to you : in your own
-language \\o/
-
-</p>
-Spanish and deutch translations have begun, you can contribute
-[here](https://www.transifex.net/projects/p/memopol2/), just ask to join
-a team and we'll validate you asap.
-
-Speaking about translations, we made also various fix in translation
-part!
-
-Code, code code
----------------
-
-On the developement side, you'll notice that we have working system
-tests again!
-
-We are exploring continuous integration with travis but we still have a
-problem of path to run the tests. You can see it
-[here](http://travis-ci.org/#/Psycojoker/memopol2).
-
-Other details
--------------
-
-Eurodeputies' opinions ' moderation should be faster now, we have
-upgraded it.
-
-On the (modest) SEO side, we have assured ourself on having custom
-\<title\> everywhere!
-
-Also, we added the possibility to edit a zone on top of the right menu
-for jz (kudos to him, he managed to break the whole menu by not closing
-a \</a\> tag while using his new toy :p).
-
-…And of course, a lot of small bugix, cleaning in trends code by bouska,
-and we can welcome 2 patchs by 2 new contributors:
-[koolfy](http://koolfy.be/) and rogdham, kudos to both of them \\o/.
-Thanks to you, and welcome, guys \\o/
-
-\<3
-
-</div>What's new on Memopol ? #22012-06-01T09:08:00+02:00bramtag:www.memopol.org,2012-06-01:whats-new-on-memopol-2.html<p>We did pretty nice thing the last weeks!</p>
-<h3>Memopol, prettier for the summer</h3>
-<p>First of all, let us introduce you to our brand new logo! \o/</p>
-<p><img alt="logo" src="https://memopol.lqdn.fr/static/img/logo.png" /></p>
-<p>It is on prod, and as we warned you last time, it has been modified a
-bit to be more parliament-like. Now it won't change and we're quite
-proud of it!</p>
-<p>Let's all thank Alban for this great work!</p>
-<p>Another great news with pictures : please check the new very nice map on
-<a href="https://memopol.lqdn.fr/">the homepage!</a></p>
-<p><a href="http://www.memopol.org/wp-content/uploads/2012/05/memopol-map.png"><img alt="map" src="http://www.memopol.org/wp-content/uploads/2012/05/memopol-map-300x282.png" title="memopol-map" /></a></p>
-<p>Nice, isn't it ?</p>
-<h3>Documentation, moar documentation</h3>
-<p>Also, we have published documentation that explains how to read the
-graphs that we use in Memopol to allow you to have a better vision of
-what has happened.</p>
-<p>You can see it here →
-<a href="https://memopol.lqdn.fr/trends/documentation/">https://memopol.lqdn.fr/trends/documentation/</a>.</p>
-<h3>Rest API</h3>
-<p>Good news everyone! Memopol now offers most of its data via a Rest API
-so you can build applications related to it! You can find all the
-informations in the <a href="https://memopol.lqdn.fr/api/">related documentation
-page</a>.</p>
-<p>Don't hesitate in giving us feedback and to build awesome things with
-it!</p>
-<h3>Feeding Memopol with data</h3>
-<p>On the data side, we retrieved opinions from memopol1, this allows us to
-distinguish between French deputies' opinions and eurodeputies'
-opinions, this informations was lost in the previous data importation.
-For French deputies' opinions, correct interfaces to display data are
-still needed.</p>
-<p>The next step now is to make a better interface to display them. We want
-you to get the most of it, opinions beeing a very important part of
-Memopol!</p>
-<h3>Memopol now speak French!</h3>
-<p>We have just finished the translation of the interface! Thanks to our
-<a href="https://www.transifex.net/projects/p/memopol2/language/fr/">awesome french
-team</a>!</p>
-<p>You still might see text in english there and there, this is because
-it's dynamic data either coming from parltrack or from our project, this
-will need further work to tacle it but we'll sure handle it one day.</p>
-<p>Also, we have just created teams on transifex to translate Memopol in
-<a href="https://www.transifex.net/projects/p/memopol2/language/nl/">Dutch</a>,
-<a href="https://www.transifex.net/projects/p/memopol2/language/de/">German</a>,
-<a href="https://www.transifex.net/projects/p/memopol2/language/hu/">Hungarian</a>,
-<a href="https://www.transifex.net/projects/p/memopol2/language/it/">Italian</a>,
-<a href="https://www.transifex.net/projects/p/memopol2/language/pl/">Polish</a>,
-<a href="https://www.transifex.net/projects/p/memopol2/language/es/">Spanish</a>
-and
-<a href="https://www.transifex.net/projects/p/memopol2/language/sv/">Swedish</a>.</p>
-<p>I you feel confident in any of those languages don't hesitate to ask to
-join a team on transifex and if you want to see Memopol translated in
-another language don't hesitate to <a href="https://memopol.lqdn.fr/contact/">contact
-us</a> about that!</p>
-<h3>As we love Memopol, we chase bugs</h3>
-<p>To insure that we can fix bugs as soon as they appear, we have deployed
-a <a href="https://github.com/dcramer/sentry">sentry</a> to get a detailed repport
-each time a new bug shows up! It has already been useful, as we have
-already found and fixed bugs thanks to this!</p>
-<p>We also fixed the csv link that was'nt working.</p>
-<p>We fixed other minor bugs -we won't bother you with the list, but be
-sure that we take care of Memopol!</p>
-<p>That's it for this post \o/</p>What’s new on memopol dev n°12012-05-11T14:00:00+02:00bramtag:www.memopol.org,2012-05-11:whats-new-on-memopol-dev-n1.html<p>Hmm, what did we do last week ?</p>
-<p>We are still working on the design. We gathered a bit more feedback from
-the ones that worked on it at the last quadratelier. Webdesigners need
-more poking around, but we have no worries, quota_atypique pokes around
-a lot.</p>
-<p>We are about to have a new logo, thanks to cocodaemon \o/ </p>
-<p><img alt="logo" src="https://github.com/Psycojoker/memopol2/raw/a809a861f29a4f99c65945cc84a7adf9d8244097/memopol2/static/img/logo.png" /> </p>
-<p>This may not be the final version, we are waiting for feedback,
-validations, and all that stuff before saying to the world that we have
-a beauuuutiful logo.</p>
-<p>We thought about the users who love beautiful things, we thought also
-about the administrators and the developers : we updated the README
-with new informations, so you won't get lost in all this data. The goal
-is to make it useful to you! </p>
-<p>You can see it here
-→<a href="https://github.com/Psycojoker/memopol2#introduction">https://github.com/Psycojoker/memopol2#introduction</a></p>
-<p>And we also updated the contributors list, here
-→<a href="https://gitorious.org/memopol2-0/memopol2-0/blobs/master/CREDITS.txt">https://gitorious.org/memopol2-0/memopol2-0/blobs/master/CREDITS.txt</a></p>
-<p>We also wrote some documentation to help you understand the trend charts
-you can see on Memopol.<br />
-It's still on dev, we are waiting for feedback before publishing it.
-We'll keep you in touch.</p>
-<p>We also fixed some little useful points :</p>
-<ul>
-<li>we finish retrieving missing deputies' opinions data from the first
- version of Memopol, split them between European Parliament and
- French Nationnal Assemblee and fix the displaying!</li>
-<li>SEO stuff: when the server is on debug mode, the robots.txt displays
- a disallow : / for each robot.</li>
-<li>we pushed i18n support and are translating it to french, <a href="https://www.transifex.net/projects/p/memopol2/language/fr/">don't
- hesitate to come and help
- us</a> (ask
- to join the team, we'll approve you ASAP)!</li>
-</ul>
-<p>So, next steps :</p>
-<ul>
-<li>Design, design, design</li>
-<li>Write moar documentation</li>
-</ul>What's new on memopol dev n°02012-04-30T20:11:00+02:00bramtag:www.memopol.org,2012-04-30:whats-new-on-memopol-dev-n0.html<p>Hello everyone, this is the beginning of a series of development diaries
-to report on the progress of our project!</p>
-<p><strong>Latest improvements:</strong><br />
-As part of the latest improvements we have:</p>
-<p>A great patch by new contributors: <a href="">emel</a> and
-<a href="http://marmelune.net">benoitb</a>. They have managed to reduce the
-incredibly high number of queries on every page where we list european
-deputies.</p>
-<p>Now eurpdeputies' score is displayed in the listings, so you'll see in a
-quick look how net-neutrality friendly your deputy is.<br />
-<em>See, notes are colorized from red to green depending on the value of
-the score :</em></p>
-<p><a href="http://www.memopol.org/wp-content/uploads/2012/04/memopol-notes.png"><img alt="" src="http://www.memopol.org/wp-content/uploads/2012/04/memopol-notes-300x116.png" title="memopol-notes" /></a></p>
-<p>And we can make .csv exports ! Which is great, if you want to download
-the data and have it in your favourite spreadsheets editor. This can
-help to prepare talks, or to play with the data a bit.<br />
-<em>See (it's on the top right of every list) :</em> </p>
-<p><a href="http://www.memopol.org/wp-content/uploads/2012/04/memopol-csv.jpg"><img alt="" src="http://www.memopol.org/wp-content/uploads/2012/04/memopol-csv-300x107.jpg" title="memopol-csv" /></a></p>
-<p>Another important piece of news: the whole European Parliament website
-has changed. This is both good and bad news.</p>
-<p>Good news, because this new version offers some new information and is
-better overall.</p>
-<p>Bad news, we have less data now, especially the previous commitment of a
-deputy in a commitee, delegation or mandate, and the starting date of
-the current commitment.</p>
-<p><strong>Upcoming:</strong></p>
-<p>News about the design ! We're working on it :)</p>
-<p>Memopol is still <a href="http://www.memopol.org/faq/" title="FAQ (en)">looking for more
-contributors</a>, so send us an
-email or drop by on IRC (#lqdn-memopol on Freenode or via the
-<a href="http://webchat.freenode.net">webchat</a> if you don't have a client) if
-you want to start participating!</p>[video] Presentation of Political Memory at ConstantVZW2011-12-13T11:54:00+01:00bramtag:www.memopol.org,2011-12-13:video-presentation-of-political-memory-at-constantvzw.html<p>The following presentation was made at ConstantVZW for a mix of artists,
-activists and hackers.</p>
-<p><a href="http://video.constantvzw.org/VJ13/12-02_Pipilongstrings05.ogv">Memopol 2 presentation at
-ConstantVZW</a></p>
-<p>Thanks to ConstantVZW for this opportunity!</p>
-<p>You can also watch Stefan's presentation of Parltrack and Pippi
-Longstrings as well as a debate about ACTA
-<a href="http://video.constantvzw.org/VJ13/12-02_Pipilongstrings05.ogv">here</a>.
-Look for the “Pipilongstrings” .ogv videos, the 5th being the one above
-about Political Memory.</p>An Introduction to the project2011-06-05T11:34:00+02:00bramtag:www.memopol.org,2011-06-05:an-introduction-to-the-project.html<p>The best way to explain what Political Memory is, is by explaining where
-it came from.</p>
-<p>So, let's start by a bit of context. Political Memory is a tool built by
-<a href="http://laquadrature.net">La Quadrature du Net</a>. It is its major
-campaigning tool.</p>
-<p>La Quadrature du Net is a citizen group defending fundamental rights on
-the Internet by:</p>
-<ul>
-<li>raising citizen awareness about their political representatives'
- actions</li>
-<li>trying to get citizens involved in the political life and demand of
- their representatives that they represent and defend their rights</li>
-<li>acting very closely with these representatives</li>
-<li>organising campaigns during which citizens contact their
- representatives before certain votes or for given occasions,
- educating or warning MPs about issues</li>
-<li>getting MEPs to sign written declarations (for instance, La
- Quadrature campaigned on a written declaration about
- <a href="http://laquadrature.net/en/ACTA">ACTA</a> which over half the MEPs
- signed)</li>
-<li>and most importantly, trying to increase the political cost of
- decisions. Making sure elected representatives think long and hard
- about what their constituents will think of their decisions. The
- Hadopi “three-strike” law in France is a very good example of that.</li>
-</ul>
-<p>In order to reach these goals, Political Memory tries to make it easy
-for citizens to:</p>
-<ul>
-<li>follow la Quadrature's work, and campaigns</li>
-<li>understand their representatives' actions</li>
-<li>make it easy to contact their representatives</li>
-<li>raise the political cost of representatives' decisions by keeping
- them under close scrutiny</li>
-</ul>
-<p>In order to work, Political Memory gets its data from two sources:</p>
-<ul>
-<li>The European Parliament, via Parltrack, for the European MPs</li>
-<li>The French Parliament, via NosDeputes.fr, for the French MPs</li>
-</ul>
-<p>This data is then used for several things:</p>
-<ul>
-<li>MEP listings and contact details</li>
-<li>voting data</li>
-<li>show these representatives' score according to our voting
- recommendation</li>
-</ul>
-<p>Once all this data is input, MEPs are rated, votes are recorded and
-citizens can see what a given MEP has been up to, how they've voted on
-specific issues (those on which la Quadrature works).</p>
-<p>Citizens can easily reach out to their representative, at any time, or
-during a specific campaign.</p>
-<p>Eventually, this will increase the connexion between citizens and their
-representatives, putting citizens' concern back at the centre of
-politics.</p>
-<p>For a more lengthy and detailed explanation about what Political Memory
-is about, you can read <a href="http://www.memopol.org/changing-democracy-with-code-a-word-from-the-developers/" title="Changing Democracy With Code: A Word From The Developers">Changing Democracy with Code: a Word from the
-Developpers</a>.</p>Political Memory blog is starting2011-06-02T21:05:00+02:00admintag:www.memopol.org,2011-06-02:memopol-2-blog.html<p>Welcome to the Political Memory blog.</p>
-<p>Political Memory 2.0 is a free software tool to track and remember
-Members of the European Parliament's actions and votes.</p>
-<p>On this site you will find more information about how Political Memory
-came to be, <a href="http://www.memopol.org/what-is-political-memory/" title="What is Political Memory?">what it
-is</a>
-and what it can be used for, <a href="http://www.memopol.org/download-and-install-instructions/" title="Download & Install instructions">how to install
-it</a>
-and how to take part in its development, as well a regular news about
-ongoing development, straight from the development team.</p>
-<p>Please join us in changing and upgrading democracy!</p>
\ No newline at end of file
diff --git a/output/feeds/all.rss.xml b/output/feeds/all.rss.xml
deleted file mode 100644
index 21c9932ca717e70b82f186f417ee8bfdbc26e6ce..0000000000000000000000000000000000000000
--- a/output/feeds/all.rss.xml
+++ /dev/null
@@ -1,680 +0,0 @@
-
-Memopol Projecthttp://www.memopol.org/Bridging the gap between politics and citizensFri, 15 Apr 2016 19:00:00 +0200#MemopolMiniHackathonhttp://www.memopol.org/memopolminihackathon.html<h3>Memopol Mini-Hackathon</h3>
-<p>After the Memopol 3.14 <a href="http://mediakit.laquadrature.net/embed/2390">Relaunch Event on 14th April</a>, the developers didn't rest !</p>
-<p><img alt="The Chambers view shows available chambers" src="https://framapic.org/0I9FmC0pH8HY/u8BTfyKzG5ME.png" /></p>
-<p>A mini-hackathon has enabled much progress on both importing data from French parliament chambers as well as having a way of handling multiple chambers at once, from several data sources !</p>
-<p><img alt="The results of a representative search spanning both 3 chambers" src="https://framapic.org/rFT4Yzpf64Ad/JZLsYXgQhiHL.png" /></p>
-<p>Each list of groups and representatives now shows the chamber the data comes from.</p>
-<p><img alt="A list of parties from both 3 chambers" src="https://framapic.org/b1NPg97yX9c4/jLttWX5jbmqM.png" /></p>
-<p>Those improvements will soon be available on a test instance of Memopol to enable users to test them and suggest other features and means to use the newly available data :)</p>
-<p>As said before, don't hesitate to contribute or suggest ideas for the project:</p>
-<ul>
-<li>On github : <a href="https://github.com/political-memory/political_memory">github.com/political-memory/political_memory</a></li>
-<li>On IRC : <code>#lqdn-memopol</code> on Freenode</li>
-</ul>njoyardFri, 15 Apr 2016 19:00:00 +0200tag:www.memopol.org,2016-04-15:memopolminihackathon.htmlMemopol 3.14 Releasehttp://www.memopol.org/memopol-314-release.html<h3>Memopol's back online !</h3>
-<p>A new version of Memopol has been released, <a href="http://lqdn.memopol.eu">LQDN's instance is up</a> and <a href="http://memopol.rtfd.org">documentation has been released</a>.</p>
-<p>A gigantic amount of work has been done since the last release (when was it?), mostly an almost full rewrite of code, as well as a simplification of the installation process. A new design is currently being integrated, as well as previous votes recommendations to start giving MEPs notes.</p>
-<p>Parsing votes from assemblies websites is now working, and it gets easier to keep tabs on MEPs, the one who defends our positions and the one who opposes them. Meaning, it will get easier for people to influence in a positive way the legislative work.</p>
-<h3>Ongoing work</h3>
-<p>The current developments are ongoing:</p>
-<ul>
-<li>support for French assembly and senate, using data from
- <a href="https://github.com/SocieteCitoyenne/FranceData">FranceData</a> which uses data
- from <a href="https://www.nosdeputes.fr/">NosDéputés</a> itself for representatives, and
- includes a parser to scrape votes from the assembly's website,aa</li>
-<li>administration experience improvement: real-time sync of proposals for
- Dossiers which are part of the ongoing campaigns, and email notifications for
- administrators when a new proposal is created so that they can setup the
- recommendation appropriately.</li>
-</ul>
-<h3>We're looking for volunteers !</h3>
-<ul>
-<li>administrators to <a href="http://memopol.readthedocs.org/en/pr/usage.html">manage the website</a>, the first task is
- to integrate recommendations from the previous version of memopol into this
- one, this is a manual task because the data sets are completely
- incompatible.</li>
-<li>an HTML developer willing to learn some Python and Django to integrate v3
- design, work has been started on the <a href="https://github.com/political-memory/political_memory/tree/v3">v3
- branch</a>, that
- branch is under <a href="https://en.wikipedia.org/wiki/Continuous_delivery">CD</a> on a
- <a href="https://v3-memopol.rhcloud.com">dev instance</a>.</li>
-<li>anyone willing to participate is welcome on the IRC channel, <code>#lqdn-memopol</code>
- on freenode.</li>
-</ul>
-<h3>Thanks to the team <3</h3>
-<p>Since credit should always be left were it's due, here's the list of
-contributors who made it possible (in alphabetical order):</p>
-<ul>
-<li><a href="https://github.com/psycojoker">Bram</a>, code review, consulting,</li>
-<li><a href="https://github.com/jpic">jpic</a>, code, deployment</li>
-<li><a href="https://github.com/luxcem">luxcem</a>, code</li>
-<li>Mindiell, support</li>
-<li><a href="https://github.com/njoyard">njoyard</a>, code</li>
-<li><a href="http://github.com/okhin">okhin</a>, administration, management, consulting
- product-owning,</li>
-<li><a href="https://github.com/stef">stef</a>, support and updates
- <a href="http://parltrack.euwiki.org/">Parltrack</a>, consulting</li>
-</ul>is_nullWed, 10 Feb 2016 10:00:00 +0100tag:www.memopol.org,2016-02-10:memopol-314-release.htmlGet on board on Memopol project !http://www.memopol.org/get-on-board-on-memopol-project.html<p>Hi everyone,</p>
-<p>As some of you may know, we are relaunching active development of our tool Memopol (aka “Mémoire Politique” or “Political Memory”). Our goal is for it to become a clear, simple and usable (by regular humans) web site.</p>
-<p>Memopol, for those of you who may not know, is among other things a tool that helped us win the battle against ACTA, both on the ground (it help to quickly find MEPs offices in the Brussels Parliament building, for instance) and by helping all the citizens who contacted MEPs by phone or mail (Memopol gave them contact details and information about the MEPs political position).</p>
-<p>It is a wonderful campaigning and open data tool, which deserves to be developped to its full potential. We think it could be a lot better than it is right now, and we want to make it the best it can be!</p>
-<p>To that end, we recently organized a meeting to do some brainstorming about what we should prioritize in terms of Memopol development. We ended with a great roadmap: <a href="https://wiki.laquadrature.net/Projects/Memopol/Roadmap/">that you can read here</a>.</p>
-<p>And quota_atypique also gave the Memopol blog a new coat of paint and a good refresh.</p>
-<p>So now, we need as many people as possible to help out, we are looking forward to all your talents, skills and enthusiasm to turn our vision of the next version of Memopol into reality \o/</p>
-<p>Our next steps:</p>
-<ul>
-<li>A complete redesign of the home page: it is the most important aspect. It's the crucial starting point for all the website. We need it :<ul>
-<li>to be a helpful stepping stone both to citizens discovering the tool <em>and</em> to experienced activists</li>
-<li>to be visually attractive</li>
-<li>to show useful information, data (dataviz)</li>
-<li>to make it quickly obvious what Memopol is and what its purpose is</li>
-<li>to offer the possibility to easily post a new “public position” by a MEP</li>
-</ul>
-</li>
-<li>A redesign of the MEP (Member of the European Parliament) pages:<ul>
-<li>overview of the MEP, with adminitrative information</li>
-<li>MEP score </li>
-<li>latest public positions with a link to a more complete list</li>
-<li>Data visualization about their MEP's score (beautiful graphs, evolution of score, ...) (dataviz)</li>
-<li>A quick summary widget of the MEP, showing the most important information, easily re-usable on other websites</li>
-</ul>
-</li>
-</ul>
-<p>So, we need graphic designers, readers, data-visualizators (is that a word?), and more generally your opinions and thoughts about the version we are building now, etc...</p>
-<p>Feel free to join and answer so we can talk about all this!</p>
-<p>Thanks and datalove from the Memopol team!</p>MindiellSun, 01 Mar 2015 15:00:00 +0100tag:www.memopol.org,2015-03-01:get-on-board-on-memopol-project.htmlWhat is Memopol ?http://www.memopol.org/what-is-memopol.html<p>Political Memory is a tool designed by La Quadrature du Net to help European citizens to reach members of European Parliament (MEPs) and track their voting records on issues related to fundamental freedoms online.</p>Memopol TeamThu, 01 Jan 2015 10:20:00 +0100tag:www.memopol.org,2015-01-01:what-is-memopol.htmlReboot !http://www.memopol.org/reboot.html<p>Hello there !
-It's been a long time...like two years without posting, wow.</p>
-<p>Memopol was a bit sleepy, it's hard to find new contributors, but, still, it appears to me that this projet <em>needs</em> to go on.
-So we decided to reboot this project !</p>
-<p>As you can see, we begun with a brand new blog using Pelican, on which you will sure hear from us ;)</p>
-<p>Don't hesitate in following the reboot discussions on our mailing list or on the irc channel (see contact page). It's a good moment to join the project.</p>quota_atypiqueThu, 01 Jan 2015 10:20:00 +0100tag:www.memopol.org,2015-01-01:reboot.htmlRecent developments, made shorthttp://www.memopol.org/recent-developments-made-short.html<p>Hello !</p>
-<p>We're not <em>that</em> regular in posting, you'll notice…<br />
-In fact, we're quite busy these days, because we welcomed new (and
-active!) contributors to the project, who did a lot.</p>
-<h2>New contributors and happy hacking</h2>
-<p>You can find all of this improvement on the development instance:
-<a href="http://mempol2.serverside.fr/">http://mempol2.serverside.fr/</a>.</p>
-<p>Here is a summary of the modifications (more small things have been done
-and some contributors mutually improved each others patchs):</p>
-<p><em>Mindiell</em>:<br />
-*#415: Make the "random MEP" the same for one day</p>
-<p><em>Turbobilly</em>:<br />
-* disable endless paging button<br />
-* sort meps by last name in votes results</p>
-<p><em>Yohan Boniface</em>:<br />
-* prototype for a new map on the front page that uses d3.js (basically
-now your cpu won't go crazy when you visit the hompepage)<br />
-<em><br />
-Laurent Martelli</em>:<br />
-* "download as csv" on every search result</p>
-<p><em>Okhin</em>:<br />
-* display the average score of the meps of a search result</p>
-<p><em>Gu1</em>:<br />
-* performances improvement on search results page<br />
-* make memopol working with parltrack new historical data (they have
-been put back on the website of the EP, this is a very important news!)</p>
-<p>Thanks to all of them, they really made the project go forward, we'ere
-amazed \o/</p>
-<p>Turbobilly also made a proto with microdata, to give MEP's score on
-Google Search results for Memopol !<br />
-This will strengthten Memopol's influence, because the MEP's scores
-will be easily reachable.</p>
-<p>And to finish, we have to tell you what was done in the communication
-field the last mouths !</p>
-<h2>Memopol at the #29c3 \o/</h2>
-<p>We set up a workshop about Memopol during the 29th Chaos Communication
-Congress this winter.</p>
-<p>People from all around Europe came to hear about our tool : most of them
-didn't know what it was and came because they were curious.<br />
-I was a bit disappointed to see that there were not so much people
-motivated to contribute into Memopol (come on, we're hackers, after all!
-), but the conversation was indeed interesting.</p>
-<p>People from Austria and Germany were quite motivated to have their
-instance of Memopol for their own parliament, and explained how it could
-be difficult to do some open data, because a lot of votes are done by
-hand, which makes it difficult to track. Some French people came too,
-they were quite focused on law issues, it was the occasion to say that
-La Quadrature works to reform the copyright and comments were also
-welcome ;)<br />
-There was some technical questions, I answered as I can. The mailing
-list and the IRC channel were proposed for further details.</p>
-<p>So it was a good occasion to show how the tool works and why it's
-wonderful, but I'm sad having not found enthusiastic hackers to help us
-with the code :(</p>
-<h2>Memopol in a webdocumentary \o/</h2>
-<p>Julie Neven, young and promising journalist, has made a documentary in
-which Bram explains why Memopol is so important in our citizens' lifes
-\<3<br />
-It's in French, sorry for those who don't understand.<br />
-Here →
-<a href="http://www.julieneven.be/souslesbytes/">http://www.julieneven.be/souslesbytes/</a><br />
-As you can guess, the rest of the documentary is good to see !</p>
-<h2>Memopol, everywhere</h2>
-<p>I'm a bit happy with this duty of making Memopol spread everywhere and I
-talk about the project everytime I can. So some people heard about
-Memopol at the <a href="http://www.thsf.net/2013/">THSF</a>, and at the last Ubuntu
-Party when I was talking about La Quadrature. Someone said : "Memopol ?
-It's a great tool !" --which was very pleasant to hear \o/</p>quota_atypiqueFri, 07 Jun 2013 10:44:00 +0200tag:www.memopol.org,2013-06-07:recent-developments-made-short.htmlNext steps for Memopolhttp://www.memopol.org/next-steps-for-memopol.html<p>Political memory is a nice and important project. A lot of work has been
-done lately to make it more friendly. </p>
-<p>This is made real because people are here, taking care of the project,
-building it, maintaining it. And, as we want Memopol to be spread
-everywhere, to be powerful, to be better and better, we need people to
-help us achieve this.</p>
-<h2>So, here the thing :</h2>
-<p>We have a tremendously useful tool, Memopol, and we have a bunch of
-organisations starving for a practical way to collect data from their
-parliament(s).<br />
-At the moment, Memopol is very much designed for La Quadrature du Net's
-purpose. That's why it is now so shinny and relevant... for us. But, it
-is not what other organisations are looking for. Organisations fighting
-for spreading farmer seeds want relevant data on last votes about food
-processing or agriculture, French organisations on transparency need
-data from the French Parliament etc.<br />
-La Quadrature du Net doesn't have nor time nor ressources nor interest
-to provide all of those data. It is then these organisations'
-responsibility to deal with this job. Though, it doesn't mean we can't
-help them. </p>
-<p>So here is the aim of this post: part of the Memopol current team
-volunteered to make this fantastic tool transferrable for other use than
-the fight for fundamental freedoms online. But we need more people ready
-to get dirty in the process.</p>
-<h2>We are looking for :</h2>
-<ul>
-<li>django developper (most important for the moment)</li>
-<li>front end developpers (we aren't using any specific framework, just
- jquery)</li>
-<li>webdesigners</li>
-<li>people who like to play with data and make datavisualization</li>
-</ul>
-<p>We know a lot of organisations are interested in Memopol, but often,
-they don't have the skills yet to use it. It would be great if we could
-"package" it, making it really easy to handle and then spread it among
-the world. We would see dozens of little Memopol growing up all around
-the Internetz and making thousands of happy activists call and track
-their representatives. That's how we spread datalove</p>
-<p>\<3</p>quota_atypiqueWed, 06 Mar 2013 11:37:00 +0100tag:www.memopol.org,2013-03-06:next-steps-for-memopol.htmlThe new design is live!http://www.memopol.org/new-design.html<p>Good news everyone \o/</p>
-<p>What did we say? "<em>the new design will be soon presented to you</em>"?
-<strong>It's live now!</strong><br />
-Thanks to all the people present at the QCC and after for their work :)</p>
-<p>You can see how pretty is Memopol now here →
-<a href="http://memopol.lqdn.fr">memopol.lqdn.fr</a><br />
-We hope you'll enjoy this new version --proudly powered by the QCC!--
-the same as we enjoyed improving it: we have a brand new design and a
-new search engine!</p>
-<h3>We changed a lot of things:</h3>
-<ul>
-<li>You can see the homepage is now organized. In one single glance you
- can grasp everything that is at stake (the last tracked votes, news…
- and a random MEP to make you discover the wonderful population of
- the European Parliament :D)</li>
-<li>We have a new menu, to help you find very quicly the information you
- need: you can new have direct access to MEPs by commitee, country,
- political group…</li>
-<li>The MEP's lists have changed too:
- <a href="https://memopol.lqdn.fr/search/?q=is_active%3A1">https://memopol.lqdn.fr/search/?q=is_active%3A1</a>,
- they are clearer, and easier to use for activists. Don't miss the
- customization part by clicking on "advanced" next to the search bar
- ;)</li>
-<li>The MEP's profile page is also prettier! You can see that you are
- now able to add public positions: things that the MEP said, in a
- newspaper, on the radio, concerning digital rights. Here is an
- example →
- <a href="https://memopol.lqdn.fr/europe/parliament/deputy/MarielledeSarnez/">https://memopol.lqdn.fr/europe/parliament/deputy/MarielledeSarnez/</a>
- You can also click on the tabs for further information.</li>
-<li>The trophies are live too: we will be able to assign a "trophy" to
- the MEPs who did a very good job, but also to the very bad ones :p
- You can see an example here →
- <a href="https://memopol.lqdn.fr/europe/parliament/deputy/RaulRomevaIRueda/">https://memopol.lqdn.fr/europe/parliament/deputy/RaulRomevaIRueda/</a>
- (his trophy is: best score)</li>
-<li>We have now MEP's assistants' profiles pages, we are able to see
- with which MEP each assistant worked</li>
-<li>Internally with have started to "de-projectify" memopol in a effort
- to make is more easy to tune for your own needs</li>
-</ul>
-<h3>BUT…!</h3>
-<p>There is still a lot to do (we'll never stop improving Memopol!), like :</p>
-<ul>
-<li>positions (it's live, but the internal part of it needs more love to
- work well)</li>
-<li>the new scoring system</li>
-<li>more dataporn</li>
-<li>making Memopol internals more generic for it to be easier to us by
- other citizen groups</li>
-</ul>
-<p>…for example. I'm sure there's even more to do (we didn't thought about
-everything we could do :p)!</p>
-<p>So, if you are interested in continuing this great effort, don't
-hesitate on joining us!</p>
-<ul>
-<li>You can join #lqdn-memopol on the freenode server, we'll be there
- to help you ;)</li>
-<li>You can find the code here →
- <a href="https://gitorious.org/memopol2-0">https://gitorious.org/memopol2-0</a></li>
-</ul>
-<p>Here we finish this good news announcement. We hope we'll announce other
-great news like this in the future ;)</p>quota_atypiqueTue, 13 Nov 2012 11:05:00 +0100tag:www.memopol.org,2012-11-13:new-design.htmlMemopol, post-QCC.http://www.memopol.org/memopol-post-qcc.html<p>Hello!</p>
-<p>We come with great news!</p>
-<h2>The QCC : a starting block.</h2>
-<p>You know that we were at the QCC from the october, 19th, to the 21th. It
-was good to be all of us, at the same time, at the same place, to work
-on Memopol. A lot of things were done this weekend. Bram and Ybon,
-mostly, are finishing the work.</p>
-<p>The design is almost integrated in dev. We keep working on the new
-scoring for the MEPs, we are importing assistants in the database,
-adding achievements, de-projectifying memopol, fixing public positions
-and working on adopting our new standard for representatives.</p>
-<p>We can say that this weekend was kind of a « starting block » : we could
-unite the right people at the right moment and place, and this made the
-project reboot : more people are involved in Memopol now, a lot of
-things that were blocking us are now solved too and helped us to keep on
-moving.</p>
-<p>We went to Barcelona in this state of mind.</p>
-<h2>Barcelona loves Memopol (and we love Barcelona)</h2>
-<p>Some people from La Quadrature were at the<a href="http://2012.fcforum.net/en">FC
-Forum </a> in Barcelona. This event is made for
-hackers and artists to help building a world less censored, with more
-free culture and open knowledge. We presented Memopol there and it
-occured that some Spanish hacktivists wanted to add their parliament to
-Memopol!</p>
-<p>So we are working with them --now that we have a « Memopol core »
-version that can be adapted for any project, to make this Spanish
-memopol work.<br />
-You will soon be able to see the first result of this team work.
-¡<em>Gracias</em> to Anders, Coldwind, Pablog, and the ones we forgot!</p>
-<p>We are glad to see this happening : this was part of the aim of this
-project, letting every organisation using their own Memopol for their
-causes.</p>
-<h2>So so so?</h2>
-<p>The new design will be soon presented to you so that you'll see how hard
-we worked to have a better app for activists, and, sure, there's still a
-lot to do :)</p>quota_atypiqueMon, 05 Nov 2012 19:58:00 +0100tag:www.memopol.org,2012-11-05:memopol-post-qcc.html#QCC, day 2http://www.memopol.org/qcc-day-2.html<p>Hi!</p>
-<p>You probably know that the whole Memopol team is here at the #QCC to
-work on the tool. Being reunited all together in the same place, at the
-same time, gives us the energy necessary to reach our goal!</p>
-<p><img alt="" src="https://pbs.twimg.com/media/A5leoUdCIAIcqwS.jpg" title="Mate, fuel of the event" /></p>
-<p>Here is a quick summary of what we achieved over the week-end.</p>
-<p>Thanks to Bram, the new <strong>scoring</strong> system is ready at the backend
-level. It should be <em>way</em> more logical and easy to understand: Members
-of the EP now start at 0, and they gain or lose points with each vote.
-This will be integrated after the new design is ready.</p>
-<p>Jonathan has started to work on adapting the charts to the new scoring
-system, he will send us the results of his work during the week.</p>
-<p>Some work has also been done on <strong>translating</strong>, most notably on charts.</p>
-<p>Capslock has progessed in the implementation of <strong>public positions.</strong> It
-will allow us to add <strong>press articles</strong> or <strong>quotations</strong> regarding a
-representative to track his/her public position on our subjects.</p>
-<p>Tarnefys is working on importing <strong>Members of the EP's assistants</strong> from
-<a href="http://parltrack.euwiki.org/">Parltrack</a>, which will provide us with
-useful campaigning information.</p>
-<p>Zorun and Gawel have been working on an <strong>achievement</strong> system to
-attribute trophies to MEPs: the backend implementation is mostly ready.
-An <strong>achievement</strong> can be either positive or negative, and represents
-subjective data on a MEP, for instance "<em>ACTA killer"</em>, "<em>top 10
-score"</em>,<em> "most abstentionist MEP"</em>, "<em>has signed amendments on Net
-Neutrality"</em>, and so on.</p>
-<p>Stef fixed the <strong>map</strong> of Europe for <a href="http://respectmynet.eu/list/">Respect My
-Net</a> and
-<a href="https://memopol.lqdn.fr/">Memopol</a>: the maps were really slow to
-display, so he optimized them!</p>
-<p>Ybon helped both teams and allowed us to communicate smoothly. He fixed
-a funny bug with the <strong>search</strong> system: we couldn't understand why
-searching for countries like Belgium (BE) and Austria (AT) didn't work.
-The reason is that "BE" and "AT" were taken as separator words by Woosh,
-our searching framework… You can look at <a href="http://gitorious.org/memopol2-0/memopol2-0/commit/fb2314fa92a49b595d64a35363dd3611db2c1e23">the commit fixing
-this</a>.</p>
-<p>On the design side, we (currently Ybon and myself) warmly welcomed
-Serguei, who helped us <em>a lot</em> \o/ For instance, I drafted some HTML
-that he then integrated on the templates.</p>
-<p>If everything works well, we'll have our <strong>beta-design</strong> by Sunday
-night!</p>
-<p>As you can see, a lot has been done. We'll come back to you pretty soon
-with what was finally achieved and pushed to production and also what's
-planned next!</p>quota_atypiqueSun, 21 Oct 2012 20:44:00 +0200tag:www.memopol.org,2012-10-21:qcc-day-2.htmlWhat’s new on Memopol ? #5http://www.memopol.org/whats-new-on-memopol-5.html<p>Hello there !</p>
-<p>We did a lot these days for Memopol !</p>
-<h2>Spreading Memopol anywhere</h2>
-<p>First, we did some work in order to let you use Memopol for any other
-cause! We believe this tool is awesome, so we want to spread it! Image
-if you could go on the political memory of every citizen groups that
-represents your interests and have an accurate idea on how well your
-representatives are effectivly representing you?</p>
-<p>It is now possible to personalize Memopol for your own project →
-<a href="https://github.com/Psycojoker/memopol2#personalization">https://github.com/Psycojoker/memopol2#personalization</a></p>
-<p>We also worked on make it easier to update Memopol data →
-<a href="%20https://github.com/Psycojoker/memopol2#updating-memopols-data">https://github.com/Psycojoker/memopol2#updating-memopols-data</a></p>
-<h2>Updates</h2>
-<p>Speaking about updating Memopol we are proud to announce you that now,
-Memopol is up to date concerning the French deputies data \o/ </p>
-<p>Thanks to <a href="https://twitter.com/tarNeFyS">Tarnefys</a> for that!</p>
-<h2>QCC, Day 1</h2>
-<p>As you probably already know, Memopol team is here at the
-<a href="http://www.laquadrature.net/wiki/Quadrature_Communication_Camp">QCC</a> to
-improve Memopol.</p>
-<p>We are working on new features for the tool, like trophees that we could
-put on the profiles of the MEPs : if they have voted a lot for Net
-Neutrality, for example.</p>
-<p>We also have --which is great-- a little design team that made already
-some work for Memopol. Maybe we'll have a brand new design to present
-you after the weekend! </p>
-<p>Thanks to quota_atypique, ybon, cocodaemon for their work \o/</p>
-<p>We'll come back to you tomorrow and tell you what was done today!</p>bramSat, 20 Oct 2012 17:42:00 +0200tag:www.memopol.org,2012-10-20:whats-new-on-memopol-5.htmlWhat's new on Memopol ? #4http://www.memopol.org/whats-new-on-memopol-4.html<p>Hello!</p>
-<p>Like you, Memopol is back from holidays! Let's come back to work happily
-with some news of our beloved project.</p>
-<h2>More and more data</h2>
-<p>What occured this summer? Ah, ACTA. We enjoyed the victory importing the
-data of the votes about the treaty. You can see them here →
-<a href="https://memopol.lqdn.fr/europe/parliament/vote/acta_final/">https://memopol.lqdn.fr/europe/parliament/vote/acta_final/</a></p>
-<p><a href="https://memopol.lqdn.fr/europe/parliament/vote/acta_final/"><img alt="" src="http://memopol.lqdn.fr/trends/proposal/acta_final-countries-map.png" /></a></p>
-<p>We are also working on merging memopol1 opinion's code with the new one.</p>
-<h2>An easier and faster tool</h2>
-<p>We did a lot of queries optimization, memopol is now way faster than
-before. Also we have made some internal code refactoring for a better
-organisation. (Thanks to the coders \o/) We are happy to welcome new
-contributors !</p>
-<p>There is also a new clean tool to remove added data from LQDN to make
-Memopol clean for another citizen groups : this will be useful, because
-we want our tool to be used and reused by others. Good idead have to be
-spread everywhere :)</p>
-<p>On the UX and design side, we are proud to announce we have a WIP
-advanced search form that will replace all the current listing. This
-will allow everyone to do advanced research. You can play with it here:
-<a href="http://mempol2.serverside.fr/europe/parliament/search/">http://mempol2.serverside.fr/europe/parliament/search/</a>
-Many thanks to <a href="https://twitter.com/informagicien">Yohan</a> for this great
-work!</p>
-<h2>Spreading the word</h2>
-<p>Bram did a lot to spread the word : he did two presentations about
-Memopol, at the FNF2012 (Freedom Not Fear) and at the SFD2012 (Software
-Freedom Day).</p>
-<p>You can see them here :</p>
-<p><em>Software Freedom Day</em> :<br />
-→
-<a href="https://hackerspace.be/Software_Freedom_Day_2012#Hack_the_democarcy_with_the_Political_Memory_of_la_Quadrature_du_Net">https://hackerspace.be/Software_Freedom_Day_2012#Hack_the_democarcy_with_the_Political_Memory_of_la_Quadrature_du_Net</a> </p>
-<p>→
-<a href="http://worlddomination.be/blog/2012/software-freedom-day-2012-slides-political-memory-la-quadrature-du-net-dierentheater.html">http://worlddomination.be/blog/2012/software-freedom-day-2012-slides-political-memory-la-quadrature-du-net-dierentheater.html<br />
-</a></p>
-<p><em>Freedom Not Fear :</em><br />
-→
-<a href="http://worlddomination.be/blog/2012/fnf2012-slides-how-to-lobby-the-eu.html">http://worlddomination.be/blog/2012/fnf2012-slides-how-to-lobby-the-eu.html</a> </p>
-<p>→<a href="https://wiki.vorratsdatenspeicherung.de/Freedom_Not_Fear_2012/Schedule#Sunday_.2816-Sep-2012.29">https://wiki.vorratsdatenspeicherung.de/Freedom_Not_Fear_2012/Schedule#Sunday_.2816-Sep-2012.29</a></p>
-<h2>One last thing</h2>
-<p>Memopol will be one of the projects we'll work on at the Quadrature
-Communication Camp that will occur in Paris the 19th to the 21st of
-october. If you want to code all night long for the project, design it,
-and --of course-- have fun, please come over ! →
-<a href="http://www.laquadrature.net/wiki/Quadrature_Communication_Camp">http://www.laquadrature.net/wiki/Quadrature_Communication_Camp</a></p>
-<p>We'll be back soon with news \o/</p>quota_atypiqueTue, 02 Oct 2012 11:00:00 +0200tag:www.memopol.org,2012-10-02:whats-new-on-memopol-4.htmlWhat's new on Memopol ? #3http://www.memopol.org/whats-new-on-memopol-3.html<p>Hey, long time we haven't met! And by coincidence we have
-<a href="http://4.bp.blogspot.com/_D_Z-D2tzi14/S8TRIo4br3I/AAAAAAAACv4/Zh7_GcMlRKo/s1600/ALOT.png">alot</a>
-of exciting news!</p>
-<h2>A nicer and nicer Memopol<strong>full of datalove!</strong></h2>
-<p>You know we want Memopol to be beautiful. We've worked on it and we now
-have finished the display of the opinions! Here is an
-<a href="https://memopol.lqdn.fr/europe/parliament/opinion/4009/">example</a>,
-another
-<a href="https://memopol.lqdn.fr/europe/parliament/opinion/3949/">example</a>, and
-a <a href="https://memopol.lqdn.fr/europe/parliament/opinion/3977/">third
-example</a>.</p>
-<h2>Elections? Oh wait /o/</h2>
-<p>You probably heard about the french elections in june…Which means update
-for memopol on the french deputies' side!</p>
-<p>So, we made various fixes on french deputies pages, there is still more
-work needed, we also use the new nosdeputes.fr widget (<a href="https://memopol.lqdn.fr/france/assemblee/depute/PatriciaAdam/">example
-here</a>).</p>
-<p>And we are now working on importing the new deputies in Memopol.</p>
-<p>In addition we now have custom pages for french votes (<a href="https://memopol.lqdn.fr/france/assemblee/vote/Vote_final_loi_Hadopi/">for
-eg</a>)
-and are planning on displaying more informations on it.</p>
-<h2>Another big project</h2>
-<p>Since the beginning of memopol we want to allow people to do custom
-queries on our dataset and we recently made some progress, you can play
-with our <em>prototype</em>
-<a href="https://memopol.lqdn.fr/europe/parliament/query/">here</a>.</p>
-<h2>Datalove without borders</h2>
-<div id="magicdomid86">
-Memopol is made to bring your elected representatives closer to you. We
-are working on translations to bring it even closer to you : in your own
-language \\o/
-
-</p>
-Spanish and deutch translations have begun, you can contribute
-[here](https://www.transifex.net/projects/p/memopol2/), just ask to join
-a team and we'll validate you asap.
-
-Speaking about translations, we made also various fix in translation
-part!
-
-Code, code code
----------------
-
-On the developement side, you'll notice that we have working system
-tests again!
-
-We are exploring continuous integration with travis but we still have a
-problem of path to run the tests. You can see it
-[here](http://travis-ci.org/#/Psycojoker/memopol2).
-
-Other details
--------------
-
-Eurodeputies' opinions ' moderation should be faster now, we have
-upgraded it.
-
-On the (modest) SEO side, we have assured ourself on having custom
-\<title\> everywhere!
-
-Also, we added the possibility to edit a zone on top of the right menu
-for jz (kudos to him, he managed to break the whole menu by not closing
-a \</a\> tag while using his new toy :p).
-
-…And of course, a lot of small bugix, cleaning in trends code by bouska,
-and we can welcome 2 patchs by 2 new contributors:
-[koolfy](http://koolfy.be/) and rogdham, kudos to both of them \\o/.
-Thanks to you, and welcome, guys \\o/
-
-\<3
-
-</div>quota_atypiqueWed, 27 Jun 2012 09:01:00 +0200tag:www.memopol.org,2012-06-27:whats-new-on-memopol-3.htmlWhat's new on Memopol ? #2http://www.memopol.org/whats-new-on-memopol-2.html<p>We did pretty nice thing the last weeks!</p>
-<h3>Memopol, prettier for the summer</h3>
-<p>First of all, let us introduce you to our brand new logo! \o/</p>
-<p><img alt="logo" src="https://memopol.lqdn.fr/static/img/logo.png" /></p>
-<p>It is on prod, and as we warned you last time, it has been modified a
-bit to be more parliament-like. Now it won't change and we're quite
-proud of it!</p>
-<p>Let's all thank Alban for this great work!</p>
-<p>Another great news with pictures : please check the new very nice map on
-<a href="https://memopol.lqdn.fr/">the homepage!</a></p>
-<p><a href="http://www.memopol.org/wp-content/uploads/2012/05/memopol-map.png"><img alt="map" src="http://www.memopol.org/wp-content/uploads/2012/05/memopol-map-300x282.png" title="memopol-map" /></a></p>
-<p>Nice, isn't it ?</p>
-<h3>Documentation, moar documentation</h3>
-<p>Also, we have published documentation that explains how to read the
-graphs that we use in Memopol to allow you to have a better vision of
-what has happened.</p>
-<p>You can see it here →
-<a href="https://memopol.lqdn.fr/trends/documentation/">https://memopol.lqdn.fr/trends/documentation/</a>.</p>
-<h3>Rest API</h3>
-<p>Good news everyone! Memopol now offers most of its data via a Rest API
-so you can build applications related to it! You can find all the
-informations in the <a href="https://memopol.lqdn.fr/api/">related documentation
-page</a>.</p>
-<p>Don't hesitate in giving us feedback and to build awesome things with
-it!</p>
-<h3>Feeding Memopol with data</h3>
-<p>On the data side, we retrieved opinions from memopol1, this allows us to
-distinguish between French deputies' opinions and eurodeputies'
-opinions, this informations was lost in the previous data importation.
-For French deputies' opinions, correct interfaces to display data are
-still needed.</p>
-<p>The next step now is to make a better interface to display them. We want
-you to get the most of it, opinions beeing a very important part of
-Memopol!</p>
-<h3>Memopol now speak French!</h3>
-<p>We have just finished the translation of the interface! Thanks to our
-<a href="https://www.transifex.net/projects/p/memopol2/language/fr/">awesome french
-team</a>!</p>
-<p>You still might see text in english there and there, this is because
-it's dynamic data either coming from parltrack or from our project, this
-will need further work to tacle it but we'll sure handle it one day.</p>
-<p>Also, we have just created teams on transifex to translate Memopol in
-<a href="https://www.transifex.net/projects/p/memopol2/language/nl/">Dutch</a>,
-<a href="https://www.transifex.net/projects/p/memopol2/language/de/">German</a>,
-<a href="https://www.transifex.net/projects/p/memopol2/language/hu/">Hungarian</a>,
-<a href="https://www.transifex.net/projects/p/memopol2/language/it/">Italian</a>,
-<a href="https://www.transifex.net/projects/p/memopol2/language/pl/">Polish</a>,
-<a href="https://www.transifex.net/projects/p/memopol2/language/es/">Spanish</a>
-and
-<a href="https://www.transifex.net/projects/p/memopol2/language/sv/">Swedish</a>.</p>
-<p>I you feel confident in any of those languages don't hesitate to ask to
-join a team on transifex and if you want to see Memopol translated in
-another language don't hesitate to <a href="https://memopol.lqdn.fr/contact/">contact
-us</a> about that!</p>
-<h3>As we love Memopol, we chase bugs</h3>
-<p>To insure that we can fix bugs as soon as they appear, we have deployed
-a <a href="https://github.com/dcramer/sentry">sentry</a> to get a detailed repport
-each time a new bug shows up! It has already been useful, as we have
-already found and fixed bugs thanks to this!</p>
-<p>We also fixed the csv link that was'nt working.</p>
-<p>We fixed other minor bugs -we won't bother you with the list, but be
-sure that we take care of Memopol!</p>
-<p>That's it for this post \o/</p>bramFri, 01 Jun 2012 09:08:00 +0200tag:www.memopol.org,2012-06-01:whats-new-on-memopol-2.htmlWhat’s new on memopol dev n°1http://www.memopol.org/whats-new-on-memopol-dev-n1.html<p>Hmm, what did we do last week ?</p>
-<p>We are still working on the design. We gathered a bit more feedback from
-the ones that worked on it at the last quadratelier. Webdesigners need
-more poking around, but we have no worries, quota_atypique pokes around
-a lot.</p>
-<p>We are about to have a new logo, thanks to cocodaemon \o/ </p>
-<p><img alt="logo" src="https://github.com/Psycojoker/memopol2/raw/a809a861f29a4f99c65945cc84a7adf9d8244097/memopol2/static/img/logo.png" /> </p>
-<p>This may not be the final version, we are waiting for feedback,
-validations, and all that stuff before saying to the world that we have
-a beauuuutiful logo.</p>
-<p>We thought about the users who love beautiful things, we thought also
-about the administrators and the developers : we updated the README
-with new informations, so you won't get lost in all this data. The goal
-is to make it useful to you! </p>
-<p>You can see it here
-→<a href="https://github.com/Psycojoker/memopol2#introduction">https://github.com/Psycojoker/memopol2#introduction</a></p>
-<p>And we also updated the contributors list, here
-→<a href="https://gitorious.org/memopol2-0/memopol2-0/blobs/master/CREDITS.txt">https://gitorious.org/memopol2-0/memopol2-0/blobs/master/CREDITS.txt</a></p>
-<p>We also wrote some documentation to help you understand the trend charts
-you can see on Memopol.<br />
-It's still on dev, we are waiting for feedback before publishing it.
-We'll keep you in touch.</p>
-<p>We also fixed some little useful points :</p>
-<ul>
-<li>we finish retrieving missing deputies' opinions data from the first
- version of Memopol, split them between European Parliament and
- French Nationnal Assemblee and fix the displaying!</li>
-<li>SEO stuff: when the server is on debug mode, the robots.txt displays
- a disallow : / for each robot.</li>
-<li>we pushed i18n support and are translating it to french, <a href="https://www.transifex.net/projects/p/memopol2/language/fr/">don't
- hesitate to come and help
- us</a> (ask
- to join the team, we'll approve you ASAP)!</li>
-</ul>
-<p>So, next steps :</p>
-<ul>
-<li>Design, design, design</li>
-<li>Write moar documentation</li>
-</ul>bramFri, 11 May 2012 14:00:00 +0200tag:www.memopol.org,2012-05-11:whats-new-on-memopol-dev-n1.htmlWhat's new on memopol dev n°0http://www.memopol.org/whats-new-on-memopol-dev-n0.html<p>Hello everyone, this is the beginning of a series of development diaries
-to report on the progress of our project!</p>
-<p><strong>Latest improvements:</strong><br />
-As part of the latest improvements we have:</p>
-<p>A great patch by new contributors: <a href="">emel</a> and
-<a href="http://marmelune.net">benoitb</a>. They have managed to reduce the
-incredibly high number of queries on every page where we list european
-deputies.</p>
-<p>Now eurpdeputies' score is displayed in the listings, so you'll see in a
-quick look how net-neutrality friendly your deputy is.<br />
-<em>See, notes are colorized from red to green depending on the value of
-the score :</em></p>
-<p><a href="http://www.memopol.org/wp-content/uploads/2012/04/memopol-notes.png"><img alt="" src="http://www.memopol.org/wp-content/uploads/2012/04/memopol-notes-300x116.png" title="memopol-notes" /></a></p>
-<p>And we can make .csv exports ! Which is great, if you want to download
-the data and have it in your favourite spreadsheets editor. This can
-help to prepare talks, or to play with the data a bit.<br />
-<em>See (it's on the top right of every list) :</em> </p>
-<p><a href="http://www.memopol.org/wp-content/uploads/2012/04/memopol-csv.jpg"><img alt="" src="http://www.memopol.org/wp-content/uploads/2012/04/memopol-csv-300x107.jpg" title="memopol-csv" /></a></p>
-<p>Another important piece of news: the whole European Parliament website
-has changed. This is both good and bad news.</p>
-<p>Good news, because this new version offers some new information and is
-better overall.</p>
-<p>Bad news, we have less data now, especially the previous commitment of a
-deputy in a commitee, delegation or mandate, and the starting date of
-the current commitment.</p>
-<p><strong>Upcoming:</strong></p>
-<p>News about the design ! We're working on it :)</p>
-<p>Memopol is still <a href="http://www.memopol.org/faq/" title="FAQ (en)">looking for more
-contributors</a>, so send us an
-email or drop by on IRC (#lqdn-memopol on Freenode or via the
-<a href="http://webchat.freenode.net">webchat</a> if you don't have a client) if
-you want to start participating!</p>bramMon, 30 Apr 2012 20:11:00 +0200tag:www.memopol.org,2012-04-30:whats-new-on-memopol-dev-n0.html[video] Presentation of Political Memory at ConstantVZWhttp://www.memopol.org/video-presentation-of-political-memory-at-constantvzw.html<p>The following presentation was made at ConstantVZW for a mix of artists,
-activists and hackers.</p>
-<p><a href="http://video.constantvzw.org/VJ13/12-02_Pipilongstrings05.ogv">Memopol 2 presentation at
-ConstantVZW</a></p>
-<p>Thanks to ConstantVZW for this opportunity!</p>
-<p>You can also watch Stefan's presentation of Parltrack and Pippi
-Longstrings as well as a debate about ACTA
-<a href="http://video.constantvzw.org/VJ13/12-02_Pipilongstrings05.ogv">here</a>.
-Look for the “Pipilongstrings” .ogv videos, the 5th being the one above
-about Political Memory.</p>bramTue, 13 Dec 2011 11:54:00 +0100tag:www.memopol.org,2011-12-13:video-presentation-of-political-memory-at-constantvzw.htmlAn Introduction to the projecthttp://www.memopol.org/an-introduction-to-the-project.html<p>The best way to explain what Political Memory is, is by explaining where
-it came from.</p>
-<p>So, let's start by a bit of context. Political Memory is a tool built by
-<a href="http://laquadrature.net">La Quadrature du Net</a>. It is its major
-campaigning tool.</p>
-<p>La Quadrature du Net is a citizen group defending fundamental rights on
-the Internet by:</p>
-<ul>
-<li>raising citizen awareness about their political representatives'
- actions</li>
-<li>trying to get citizens involved in the political life and demand of
- their representatives that they represent and defend their rights</li>
-<li>acting very closely with these representatives</li>
-<li>organising campaigns during which citizens contact their
- representatives before certain votes or for given occasions,
- educating or warning MPs about issues</li>
-<li>getting MEPs to sign written declarations (for instance, La
- Quadrature campaigned on a written declaration about
- <a href="http://laquadrature.net/en/ACTA">ACTA</a> which over half the MEPs
- signed)</li>
-<li>and most importantly, trying to increase the political cost of
- decisions. Making sure elected representatives think long and hard
- about what their constituents will think of their decisions. The
- Hadopi “three-strike” law in France is a very good example of that.</li>
-</ul>
-<p>In order to reach these goals, Political Memory tries to make it easy
-for citizens to:</p>
-<ul>
-<li>follow la Quadrature's work, and campaigns</li>
-<li>understand their representatives' actions</li>
-<li>make it easy to contact their representatives</li>
-<li>raise the political cost of representatives' decisions by keeping
- them under close scrutiny</li>
-</ul>
-<p>In order to work, Political Memory gets its data from two sources:</p>
-<ul>
-<li>The European Parliament, via Parltrack, for the European MPs</li>
-<li>The French Parliament, via NosDeputes.fr, for the French MPs</li>
-</ul>
-<p>This data is then used for several things:</p>
-<ul>
-<li>MEP listings and contact details</li>
-<li>voting data</li>
-<li>show these representatives' score according to our voting
- recommendation</li>
-</ul>
-<p>Once all this data is input, MEPs are rated, votes are recorded and
-citizens can see what a given MEP has been up to, how they've voted on
-specific issues (those on which la Quadrature works).</p>
-<p>Citizens can easily reach out to their representative, at any time, or
-during a specific campaign.</p>
-<p>Eventually, this will increase the connexion between citizens and their
-representatives, putting citizens' concern back at the centre of
-politics.</p>
-<p>For a more lengthy and detailed explanation about what Political Memory
-is about, you can read <a href="http://www.memopol.org/changing-democracy-with-code-a-word-from-the-developers/" title="Changing Democracy With Code: A Word From The Developers">Changing Democracy with Code: a Word from the
-Developpers</a>.</p>bramSun, 05 Jun 2011 11:34:00 +0200tag:www.memopol.org,2011-06-05:an-introduction-to-the-project.htmlPolitical Memory blog is startinghttp://www.memopol.org/memopol-2-blog.html<p>Welcome to the Political Memory blog.</p>
-<p>Political Memory 2.0 is a free software tool to track and remember
-Members of the European Parliament's actions and votes.</p>
-<p>On this site you will find more information about how Political Memory
-came to be, <a href="http://www.memopol.org/what-is-political-memory/" title="What is Political Memory?">what it
-is</a>
-and what it can be used for, <a href="http://www.memopol.org/download-and-install-instructions/" title="Download & Install instructions">how to install
-it</a>
-and how to take part in its development, as well a regular news about
-ongoing development, straight from the development team.</p>
-<p>Please join us in changing and upgrading democracy!</p>adminThu, 02 Jun 2011 21:05:00 +0200tag:www.memopol.org,2011-06-02:memopol-2-blog.html
\ No newline at end of file
diff --git a/output/feeds/development-diary-news.atom.xml b/output/feeds/development-diary-news.atom.xml
deleted file mode 100644
index 4f63f25243e3c6680d48c9aba4ef6877b857436d..0000000000000000000000000000000000000000
--- a/output/feeds/development-diary-news.atom.xml
+++ /dev/null
@@ -1,245 +0,0 @@
-
-Memopol Projecthttp://www.memopol.org/2013-03-06T11:37:00+01:00Next steps for Memopol2013-03-06T11:37:00+01:00quota_atypiquetag:www.memopol.org,2013-03-06:next-steps-for-memopol.html<p>Political memory is a nice and important project. A lot of work has been
-done lately to make it more friendly. </p>
-<p>This is made real because people are here, taking care of the project,
-building it, maintaining it. And, as we want Memopol to be spread
-everywhere, to be powerful, to be better and better, we need people to
-help us achieve this.</p>
-<h2>So, here the thing :</h2>
-<p>We have a tremendously useful tool, Memopol, and we have a bunch of
-organisations starving for a practical way to collect data from their
-parliament(s).<br />
-At the moment, Memopol is very much designed for La Quadrature du Net's
-purpose. That's why it is now so shinny and relevant... for us. But, it
-is not what other organisations are looking for. Organisations fighting
-for spreading farmer seeds want relevant data on last votes about food
-processing or agriculture, French organisations on transparency need
-data from the French Parliament etc.<br />
-La Quadrature du Net doesn't have nor time nor ressources nor interest
-to provide all of those data. It is then these organisations'
-responsibility to deal with this job. Though, it doesn't mean we can't
-help them. </p>
-<p>So here is the aim of this post: part of the Memopol current team
-volunteered to make this fantastic tool transferrable for other use than
-the fight for fundamental freedoms online. But we need more people ready
-to get dirty in the process.</p>
-<h2>We are looking for :</h2>
-<ul>
-<li>django developper (most important for the moment)</li>
-<li>front end developpers (we aren't using any specific framework, just
- jquery)</li>
-<li>webdesigners</li>
-<li>people who like to play with data and make datavisualization</li>
-</ul>
-<p>We know a lot of organisations are interested in Memopol, but often,
-they don't have the skills yet to use it. It would be great if we could
-"package" it, making it really easy to handle and then spread it among
-the world. We would see dozens of little Memopol growing up all around
-the Internetz and making thousands of happy activists call and track
-their representatives. That's how we spread datalove</p>
-<p>\<3</p>#QCC, day 22012-10-21T20:44:00+02:00quota_atypiquetag:www.memopol.org,2012-10-21:qcc-day-2.html<p>Hi!</p>
-<p>You probably know that the whole Memopol team is here at the #QCC to
-work on the tool. Being reunited all together in the same place, at the
-same time, gives us the energy necessary to reach our goal!</p>
-<p><img alt="" src="https://pbs.twimg.com/media/A5leoUdCIAIcqwS.jpg" title="Mate, fuel of the event" /></p>
-<p>Here is a quick summary of what we achieved over the week-end.</p>
-<p>Thanks to Bram, the new <strong>scoring</strong> system is ready at the backend
-level. It should be <em>way</em> more logical and easy to understand: Members
-of the EP now start at 0, and they gain or lose points with each vote.
-This will be integrated after the new design is ready.</p>
-<p>Jonathan has started to work on adapting the charts to the new scoring
-system, he will send us the results of his work during the week.</p>
-<p>Some work has also been done on <strong>translating</strong>, most notably on charts.</p>
-<p>Capslock has progessed in the implementation of <strong>public positions.</strong> It
-will allow us to add <strong>press articles</strong> or <strong>quotations</strong> regarding a
-representative to track his/her public position on our subjects.</p>
-<p>Tarnefys is working on importing <strong>Members of the EP's assistants</strong> from
-<a href="http://parltrack.euwiki.org/">Parltrack</a>, which will provide us with
-useful campaigning information.</p>
-<p>Zorun and Gawel have been working on an <strong>achievement</strong> system to
-attribute trophies to MEPs: the backend implementation is mostly ready.
-An <strong>achievement</strong> can be either positive or negative, and represents
-subjective data on a MEP, for instance "<em>ACTA killer"</em>, "<em>top 10
-score"</em>,<em> "most abstentionist MEP"</em>, "<em>has signed amendments on Net
-Neutrality"</em>, and so on.</p>
-<p>Stef fixed the <strong>map</strong> of Europe for <a href="http://respectmynet.eu/list/">Respect My
-Net</a> and
-<a href="https://memopol.lqdn.fr/">Memopol</a>: the maps were really slow to
-display, so he optimized them!</p>
-<p>Ybon helped both teams and allowed us to communicate smoothly. He fixed
-a funny bug with the <strong>search</strong> system: we couldn't understand why
-searching for countries like Belgium (BE) and Austria (AT) didn't work.
-The reason is that "BE" and "AT" were taken as separator words by Woosh,
-our searching framework… You can look at <a href="http://gitorious.org/memopol2-0/memopol2-0/commit/fb2314fa92a49b595d64a35363dd3611db2c1e23">the commit fixing
-this</a>.</p>
-<p>On the design side, we (currently Ybon and myself) warmly welcomed
-Serguei, who helped us <em>a lot</em> \o/ For instance, I drafted some HTML
-that he then integrated on the templates.</p>
-<p>If everything works well, we'll have our <strong>beta-design</strong> by Sunday
-night!</p>
-<p>As you can see, a lot has been done. We'll come back to you pretty soon
-with what was finally achieved and pushed to production and also what's
-planned next!</p>What's new on Memopol ? #32012-06-27T09:01:00+02:00quota_atypiquetag:www.memopol.org,2012-06-27:whats-new-on-memopol-3.html<p>Hey, long time we haven't met! And by coincidence we have
-<a href="http://4.bp.blogspot.com/_D_Z-D2tzi14/S8TRIo4br3I/AAAAAAAACv4/Zh7_GcMlRKo/s1600/ALOT.png">alot</a>
-of exciting news!</p>
-<h2>A nicer and nicer Memopol<strong>full of datalove!</strong></h2>
-<p>You know we want Memopol to be beautiful. We've worked on it and we now
-have finished the display of the opinions! Here is an
-<a href="https://memopol.lqdn.fr/europe/parliament/opinion/4009/">example</a>,
-another
-<a href="https://memopol.lqdn.fr/europe/parliament/opinion/3949/">example</a>, and
-a <a href="https://memopol.lqdn.fr/europe/parliament/opinion/3977/">third
-example</a>.</p>
-<h2>Elections? Oh wait /o/</h2>
-<p>You probably heard about the french elections in june…Which means update
-for memopol on the french deputies' side!</p>
-<p>So, we made various fixes on french deputies pages, there is still more
-work needed, we also use the new nosdeputes.fr widget (<a href="https://memopol.lqdn.fr/france/assemblee/depute/PatriciaAdam/">example
-here</a>).</p>
-<p>And we are now working on importing the new deputies in Memopol.</p>
-<p>In addition we now have custom pages for french votes (<a href="https://memopol.lqdn.fr/france/assemblee/vote/Vote_final_loi_Hadopi/">for
-eg</a>)
-and are planning on displaying more informations on it.</p>
-<h2>Another big project</h2>
-<p>Since the beginning of memopol we want to allow people to do custom
-queries on our dataset and we recently made some progress, you can play
-with our <em>prototype</em>
-<a href="https://memopol.lqdn.fr/europe/parliament/query/">here</a>.</p>
-<h2>Datalove without borders</h2>
-<div id="magicdomid86">
-Memopol is made to bring your elected representatives closer to you. We
-are working on translations to bring it even closer to you : in your own
-language \\o/
-
-</p>
-Spanish and deutch translations have begun, you can contribute
-[here](https://www.transifex.net/projects/p/memopol2/), just ask to join
-a team and we'll validate you asap.
-
-Speaking about translations, we made also various fix in translation
-part!
-
-Code, code code
----------------
-
-On the developement side, you'll notice that we have working system
-tests again!
-
-We are exploring continuous integration with travis but we still have a
-problem of path to run the tests. You can see it
-[here](http://travis-ci.org/#/Psycojoker/memopol2).
-
-Other details
--------------
-
-Eurodeputies' opinions ' moderation should be faster now, we have
-upgraded it.
-
-On the (modest) SEO side, we have assured ourself on having custom
-\<title\> everywhere!
-
-Also, we added the possibility to edit a zone on top of the right menu
-for jz (kudos to him, he managed to break the whole menu by not closing
-a \</a\> tag while using his new toy :p).
-
-…And of course, a lot of small bugix, cleaning in trends code by bouska,
-and we can welcome 2 patchs by 2 new contributors:
-[koolfy](http://koolfy.be/) and rogdham, kudos to both of them \\o/.
-Thanks to you, and welcome, guys \\o/
-
-\<3
-
-</div>What's new on Memopol ? #22012-06-01T09:08:00+02:00bramtag:www.memopol.org,2012-06-01:whats-new-on-memopol-2.html<p>We did pretty nice thing the last weeks!</p>
-<h3>Memopol, prettier for the summer</h3>
-<p>First of all, let us introduce you to our brand new logo! \o/</p>
-<p><img alt="logo" src="https://memopol.lqdn.fr/static/img/logo.png" /></p>
-<p>It is on prod, and as we warned you last time, it has been modified a
-bit to be more parliament-like. Now it won't change and we're quite
-proud of it!</p>
-<p>Let's all thank Alban for this great work!</p>
-<p>Another great news with pictures : please check the new very nice map on
-<a href="https://memopol.lqdn.fr/">the homepage!</a></p>
-<p><a href="http://www.memopol.org/wp-content/uploads/2012/05/memopol-map.png"><img alt="map" src="http://www.memopol.org/wp-content/uploads/2012/05/memopol-map-300x282.png" title="memopol-map" /></a></p>
-<p>Nice, isn't it ?</p>
-<h3>Documentation, moar documentation</h3>
-<p>Also, we have published documentation that explains how to read the
-graphs that we use in Memopol to allow you to have a better vision of
-what has happened.</p>
-<p>You can see it here →
-<a href="https://memopol.lqdn.fr/trends/documentation/">https://memopol.lqdn.fr/trends/documentation/</a>.</p>
-<h3>Rest API</h3>
-<p>Good news everyone! Memopol now offers most of its data via a Rest API
-so you can build applications related to it! You can find all the
-informations in the <a href="https://memopol.lqdn.fr/api/">related documentation
-page</a>.</p>
-<p>Don't hesitate in giving us feedback and to build awesome things with
-it!</p>
-<h3>Feeding Memopol with data</h3>
-<p>On the data side, we retrieved opinions from memopol1, this allows us to
-distinguish between French deputies' opinions and eurodeputies'
-opinions, this informations was lost in the previous data importation.
-For French deputies' opinions, correct interfaces to display data are
-still needed.</p>
-<p>The next step now is to make a better interface to display them. We want
-you to get the most of it, opinions beeing a very important part of
-Memopol!</p>
-<h3>Memopol now speak French!</h3>
-<p>We have just finished the translation of the interface! Thanks to our
-<a href="https://www.transifex.net/projects/p/memopol2/language/fr/">awesome french
-team</a>!</p>
-<p>You still might see text in english there and there, this is because
-it's dynamic data either coming from parltrack or from our project, this
-will need further work to tacle it but we'll sure handle it one day.</p>
-<p>Also, we have just created teams on transifex to translate Memopol in
-<a href="https://www.transifex.net/projects/p/memopol2/language/nl/">Dutch</a>,
-<a href="https://www.transifex.net/projects/p/memopol2/language/de/">German</a>,
-<a href="https://www.transifex.net/projects/p/memopol2/language/hu/">Hungarian</a>,
-<a href="https://www.transifex.net/projects/p/memopol2/language/it/">Italian</a>,
-<a href="https://www.transifex.net/projects/p/memopol2/language/pl/">Polish</a>,
-<a href="https://www.transifex.net/projects/p/memopol2/language/es/">Spanish</a>
-and
-<a href="https://www.transifex.net/projects/p/memopol2/language/sv/">Swedish</a>.</p>
-<p>I you feel confident in any of those languages don't hesitate to ask to
-join a team on transifex and if you want to see Memopol translated in
-another language don't hesitate to <a href="https://memopol.lqdn.fr/contact/">contact
-us</a> about that!</p>
-<h3>As we love Memopol, we chase bugs</h3>
-<p>To insure that we can fix bugs as soon as they appear, we have deployed
-a <a href="https://github.com/dcramer/sentry">sentry</a> to get a detailed repport
-each time a new bug shows up! It has already been useful, as we have
-already found and fixed bugs thanks to this!</p>
-<p>We also fixed the csv link that was'nt working.</p>
-<p>We fixed other minor bugs -we won't bother you with the list, but be
-sure that we take care of Memopol!</p>
-<p>That's it for this post \o/</p>What's new on memopol dev n°02012-04-30T20:11:00+02:00bramtag:www.memopol.org,2012-04-30:whats-new-on-memopol-dev-n0.html<p>Hello everyone, this is the beginning of a series of development diaries
-to report on the progress of our project!</p>
-<p><strong>Latest improvements:</strong><br />
-As part of the latest improvements we have:</p>
-<p>A great patch by new contributors: <a href="">emel</a> and
-<a href="http://marmelune.net">benoitb</a>. They have managed to reduce the
-incredibly high number of queries on every page where we list european
-deputies.</p>
-<p>Now eurpdeputies' score is displayed in the listings, so you'll see in a
-quick look how net-neutrality friendly your deputy is.<br />
-<em>See, notes are colorized from red to green depending on the value of
-the score :</em></p>
-<p><a href="http://www.memopol.org/wp-content/uploads/2012/04/memopol-notes.png"><img alt="" src="http://www.memopol.org/wp-content/uploads/2012/04/memopol-notes-300x116.png" title="memopol-notes" /></a></p>
-<p>And we can make .csv exports ! Which is great, if you want to download
-the data and have it in your favourite spreadsheets editor. This can
-help to prepare talks, or to play with the data a bit.<br />
-<em>See (it's on the top right of every list) :</em> </p>
-<p><a href="http://www.memopol.org/wp-content/uploads/2012/04/memopol-csv.jpg"><img alt="" src="http://www.memopol.org/wp-content/uploads/2012/04/memopol-csv-300x107.jpg" title="memopol-csv" /></a></p>
-<p>Another important piece of news: the whole European Parliament website
-has changed. This is both good and bad news.</p>
-<p>Good news, because this new version offers some new information and is
-better overall.</p>
-<p>Bad news, we have less data now, especially the previous commitment of a
-deputy in a commitee, delegation or mandate, and the starting date of
-the current commitment.</p>
-<p><strong>Upcoming:</strong></p>
-<p>News about the design ! We're working on it :)</p>
-<p>Memopol is still <a href="http://www.memopol.org/faq/" title="FAQ (en)">looking for more
-contributors</a>, so send us an
-email or drop by on IRC (#lqdn-memopol on Freenode or via the
-<a href="http://webchat.freenode.net">webchat</a> if you don't have a client) if
-you want to start participating!</p>
\ No newline at end of file
diff --git a/output/feeds/development-diary-news.rss.xml b/output/feeds/development-diary-news.rss.xml
deleted file mode 100644
index 8c10a700ea37100fcb9a7fbce369d198680d0b40..0000000000000000000000000000000000000000
--- a/output/feeds/development-diary-news.rss.xml
+++ /dev/null
@@ -1,245 +0,0 @@
-
-Memopol Projecthttp://www.memopol.org/Bridging the gap between politics and citizensWed, 06 Mar 2013 11:37:00 +0100Next steps for Memopolhttp://www.memopol.org/next-steps-for-memopol.html<p>Political memory is a nice and important project. A lot of work has been
-done lately to make it more friendly. </p>
-<p>This is made real because people are here, taking care of the project,
-building it, maintaining it. And, as we want Memopol to be spread
-everywhere, to be powerful, to be better and better, we need people to
-help us achieve this.</p>
-<h2>So, here the thing :</h2>
-<p>We have a tremendously useful tool, Memopol, and we have a bunch of
-organisations starving for a practical way to collect data from their
-parliament(s).<br />
-At the moment, Memopol is very much designed for La Quadrature du Net's
-purpose. That's why it is now so shinny and relevant... for us. But, it
-is not what other organisations are looking for. Organisations fighting
-for spreading farmer seeds want relevant data on last votes about food
-processing or agriculture, French organisations on transparency need
-data from the French Parliament etc.<br />
-La Quadrature du Net doesn't have nor time nor ressources nor interest
-to provide all of those data. It is then these organisations'
-responsibility to deal with this job. Though, it doesn't mean we can't
-help them. </p>
-<p>So here is the aim of this post: part of the Memopol current team
-volunteered to make this fantastic tool transferrable for other use than
-the fight for fundamental freedoms online. But we need more people ready
-to get dirty in the process.</p>
-<h2>We are looking for :</h2>
-<ul>
-<li>django developper (most important for the moment)</li>
-<li>front end developpers (we aren't using any specific framework, just
- jquery)</li>
-<li>webdesigners</li>
-<li>people who like to play with data and make datavisualization</li>
-</ul>
-<p>We know a lot of organisations are interested in Memopol, but often,
-they don't have the skills yet to use it. It would be great if we could
-"package" it, making it really easy to handle and then spread it among
-the world. We would see dozens of little Memopol growing up all around
-the Internetz and making thousands of happy activists call and track
-their representatives. That's how we spread datalove</p>
-<p>\<3</p>quota_atypiqueWed, 06 Mar 2013 11:37:00 +0100tag:www.memopol.org,2013-03-06:next-steps-for-memopol.html#QCC, day 2http://www.memopol.org/qcc-day-2.html<p>Hi!</p>
-<p>You probably know that the whole Memopol team is here at the #QCC to
-work on the tool. Being reunited all together in the same place, at the
-same time, gives us the energy necessary to reach our goal!</p>
-<p><img alt="" src="https://pbs.twimg.com/media/A5leoUdCIAIcqwS.jpg" title="Mate, fuel of the event" /></p>
-<p>Here is a quick summary of what we achieved over the week-end.</p>
-<p>Thanks to Bram, the new <strong>scoring</strong> system is ready at the backend
-level. It should be <em>way</em> more logical and easy to understand: Members
-of the EP now start at 0, and they gain or lose points with each vote.
-This will be integrated after the new design is ready.</p>
-<p>Jonathan has started to work on adapting the charts to the new scoring
-system, he will send us the results of his work during the week.</p>
-<p>Some work has also been done on <strong>translating</strong>, most notably on charts.</p>
-<p>Capslock has progessed in the implementation of <strong>public positions.</strong> It
-will allow us to add <strong>press articles</strong> or <strong>quotations</strong> regarding a
-representative to track his/her public position on our subjects.</p>
-<p>Tarnefys is working on importing <strong>Members of the EP's assistants</strong> from
-<a href="http://parltrack.euwiki.org/">Parltrack</a>, which will provide us with
-useful campaigning information.</p>
-<p>Zorun and Gawel have been working on an <strong>achievement</strong> system to
-attribute trophies to MEPs: the backend implementation is mostly ready.
-An <strong>achievement</strong> can be either positive or negative, and represents
-subjective data on a MEP, for instance "<em>ACTA killer"</em>, "<em>top 10
-score"</em>,<em> "most abstentionist MEP"</em>, "<em>has signed amendments on Net
-Neutrality"</em>, and so on.</p>
-<p>Stef fixed the <strong>map</strong> of Europe for <a href="http://respectmynet.eu/list/">Respect My
-Net</a> and
-<a href="https://memopol.lqdn.fr/">Memopol</a>: the maps were really slow to
-display, so he optimized them!</p>
-<p>Ybon helped both teams and allowed us to communicate smoothly. He fixed
-a funny bug with the <strong>search</strong> system: we couldn't understand why
-searching for countries like Belgium (BE) and Austria (AT) didn't work.
-The reason is that "BE" and "AT" were taken as separator words by Woosh,
-our searching framework… You can look at <a href="http://gitorious.org/memopol2-0/memopol2-0/commit/fb2314fa92a49b595d64a35363dd3611db2c1e23">the commit fixing
-this</a>.</p>
-<p>On the design side, we (currently Ybon and myself) warmly welcomed
-Serguei, who helped us <em>a lot</em> \o/ For instance, I drafted some HTML
-that he then integrated on the templates.</p>
-<p>If everything works well, we'll have our <strong>beta-design</strong> by Sunday
-night!</p>
-<p>As you can see, a lot has been done. We'll come back to you pretty soon
-with what was finally achieved and pushed to production and also what's
-planned next!</p>quota_atypiqueSun, 21 Oct 2012 20:44:00 +0200tag:www.memopol.org,2012-10-21:qcc-day-2.htmlWhat's new on Memopol ? #3http://www.memopol.org/whats-new-on-memopol-3.html<p>Hey, long time we haven't met! And by coincidence we have
-<a href="http://4.bp.blogspot.com/_D_Z-D2tzi14/S8TRIo4br3I/AAAAAAAACv4/Zh7_GcMlRKo/s1600/ALOT.png">alot</a>
-of exciting news!</p>
-<h2>A nicer and nicer Memopol<strong>full of datalove!</strong></h2>
-<p>You know we want Memopol to be beautiful. We've worked on it and we now
-have finished the display of the opinions! Here is an
-<a href="https://memopol.lqdn.fr/europe/parliament/opinion/4009/">example</a>,
-another
-<a href="https://memopol.lqdn.fr/europe/parliament/opinion/3949/">example</a>, and
-a <a href="https://memopol.lqdn.fr/europe/parliament/opinion/3977/">third
-example</a>.</p>
-<h2>Elections? Oh wait /o/</h2>
-<p>You probably heard about the french elections in june…Which means update
-for memopol on the french deputies' side!</p>
-<p>So, we made various fixes on french deputies pages, there is still more
-work needed, we also use the new nosdeputes.fr widget (<a href="https://memopol.lqdn.fr/france/assemblee/depute/PatriciaAdam/">example
-here</a>).</p>
-<p>And we are now working on importing the new deputies in Memopol.</p>
-<p>In addition we now have custom pages for french votes (<a href="https://memopol.lqdn.fr/france/assemblee/vote/Vote_final_loi_Hadopi/">for
-eg</a>)
-and are planning on displaying more informations on it.</p>
-<h2>Another big project</h2>
-<p>Since the beginning of memopol we want to allow people to do custom
-queries on our dataset and we recently made some progress, you can play
-with our <em>prototype</em>
-<a href="https://memopol.lqdn.fr/europe/parliament/query/">here</a>.</p>
-<h2>Datalove without borders</h2>
-<div id="magicdomid86">
-Memopol is made to bring your elected representatives closer to you. We
-are working on translations to bring it even closer to you : in your own
-language \\o/
-
-</p>
-Spanish and deutch translations have begun, you can contribute
-[here](https://www.transifex.net/projects/p/memopol2/), just ask to join
-a team and we'll validate you asap.
-
-Speaking about translations, we made also various fix in translation
-part!
-
-Code, code code
----------------
-
-On the developement side, you'll notice that we have working system
-tests again!
-
-We are exploring continuous integration with travis but we still have a
-problem of path to run the tests. You can see it
-[here](http://travis-ci.org/#/Psycojoker/memopol2).
-
-Other details
--------------
-
-Eurodeputies' opinions ' moderation should be faster now, we have
-upgraded it.
-
-On the (modest) SEO side, we have assured ourself on having custom
-\<title\> everywhere!
-
-Also, we added the possibility to edit a zone on top of the right menu
-for jz (kudos to him, he managed to break the whole menu by not closing
-a \</a\> tag while using his new toy :p).
-
-…And of course, a lot of small bugix, cleaning in trends code by bouska,
-and we can welcome 2 patchs by 2 new contributors:
-[koolfy](http://koolfy.be/) and rogdham, kudos to both of them \\o/.
-Thanks to you, and welcome, guys \\o/
-
-\<3
-
-</div>quota_atypiqueWed, 27 Jun 2012 09:01:00 +0200tag:www.memopol.org,2012-06-27:whats-new-on-memopol-3.htmlWhat's new on Memopol ? #2http://www.memopol.org/whats-new-on-memopol-2.html<p>We did pretty nice thing the last weeks!</p>
-<h3>Memopol, prettier for the summer</h3>
-<p>First of all, let us introduce you to our brand new logo! \o/</p>
-<p><img alt="logo" src="https://memopol.lqdn.fr/static/img/logo.png" /></p>
-<p>It is on prod, and as we warned you last time, it has been modified a
-bit to be more parliament-like. Now it won't change and we're quite
-proud of it!</p>
-<p>Let's all thank Alban for this great work!</p>
-<p>Another great news with pictures : please check the new very nice map on
-<a href="https://memopol.lqdn.fr/">the homepage!</a></p>
-<p><a href="http://www.memopol.org/wp-content/uploads/2012/05/memopol-map.png"><img alt="map" src="http://www.memopol.org/wp-content/uploads/2012/05/memopol-map-300x282.png" title="memopol-map" /></a></p>
-<p>Nice, isn't it ?</p>
-<h3>Documentation, moar documentation</h3>
-<p>Also, we have published documentation that explains how to read the
-graphs that we use in Memopol to allow you to have a better vision of
-what has happened.</p>
-<p>You can see it here →
-<a href="https://memopol.lqdn.fr/trends/documentation/">https://memopol.lqdn.fr/trends/documentation/</a>.</p>
-<h3>Rest API</h3>
-<p>Good news everyone! Memopol now offers most of its data via a Rest API
-so you can build applications related to it! You can find all the
-informations in the <a href="https://memopol.lqdn.fr/api/">related documentation
-page</a>.</p>
-<p>Don't hesitate in giving us feedback and to build awesome things with
-it!</p>
-<h3>Feeding Memopol with data</h3>
-<p>On the data side, we retrieved opinions from memopol1, this allows us to
-distinguish between French deputies' opinions and eurodeputies'
-opinions, this informations was lost in the previous data importation.
-For French deputies' opinions, correct interfaces to display data are
-still needed.</p>
-<p>The next step now is to make a better interface to display them. We want
-you to get the most of it, opinions beeing a very important part of
-Memopol!</p>
-<h3>Memopol now speak French!</h3>
-<p>We have just finished the translation of the interface! Thanks to our
-<a href="https://www.transifex.net/projects/p/memopol2/language/fr/">awesome french
-team</a>!</p>
-<p>You still might see text in english there and there, this is because
-it's dynamic data either coming from parltrack or from our project, this
-will need further work to tacle it but we'll sure handle it one day.</p>
-<p>Also, we have just created teams on transifex to translate Memopol in
-<a href="https://www.transifex.net/projects/p/memopol2/language/nl/">Dutch</a>,
-<a href="https://www.transifex.net/projects/p/memopol2/language/de/">German</a>,
-<a href="https://www.transifex.net/projects/p/memopol2/language/hu/">Hungarian</a>,
-<a href="https://www.transifex.net/projects/p/memopol2/language/it/">Italian</a>,
-<a href="https://www.transifex.net/projects/p/memopol2/language/pl/">Polish</a>,
-<a href="https://www.transifex.net/projects/p/memopol2/language/es/">Spanish</a>
-and
-<a href="https://www.transifex.net/projects/p/memopol2/language/sv/">Swedish</a>.</p>
-<p>I you feel confident in any of those languages don't hesitate to ask to
-join a team on transifex and if you want to see Memopol translated in
-another language don't hesitate to <a href="https://memopol.lqdn.fr/contact/">contact
-us</a> about that!</p>
-<h3>As we love Memopol, we chase bugs</h3>
-<p>To insure that we can fix bugs as soon as they appear, we have deployed
-a <a href="https://github.com/dcramer/sentry">sentry</a> to get a detailed repport
-each time a new bug shows up! It has already been useful, as we have
-already found and fixed bugs thanks to this!</p>
-<p>We also fixed the csv link that was'nt working.</p>
-<p>We fixed other minor bugs -we won't bother you with the list, but be
-sure that we take care of Memopol!</p>
-<p>That's it for this post \o/</p>bramFri, 01 Jun 2012 09:08:00 +0200tag:www.memopol.org,2012-06-01:whats-new-on-memopol-2.htmlWhat's new on memopol dev n°0http://www.memopol.org/whats-new-on-memopol-dev-n0.html<p>Hello everyone, this is the beginning of a series of development diaries
-to report on the progress of our project!</p>
-<p><strong>Latest improvements:</strong><br />
-As part of the latest improvements we have:</p>
-<p>A great patch by new contributors: <a href="">emel</a> and
-<a href="http://marmelune.net">benoitb</a>. They have managed to reduce the
-incredibly high number of queries on every page where we list european
-deputies.</p>
-<p>Now eurpdeputies' score is displayed in the listings, so you'll see in a
-quick look how net-neutrality friendly your deputy is.<br />
-<em>See, notes are colorized from red to green depending on the value of
-the score :</em></p>
-<p><a href="http://www.memopol.org/wp-content/uploads/2012/04/memopol-notes.png"><img alt="" src="http://www.memopol.org/wp-content/uploads/2012/04/memopol-notes-300x116.png" title="memopol-notes" /></a></p>
-<p>And we can make .csv exports ! Which is great, if you want to download
-the data and have it in your favourite spreadsheets editor. This can
-help to prepare talks, or to play with the data a bit.<br />
-<em>See (it's on the top right of every list) :</em> </p>
-<p><a href="http://www.memopol.org/wp-content/uploads/2012/04/memopol-csv.jpg"><img alt="" src="http://www.memopol.org/wp-content/uploads/2012/04/memopol-csv-300x107.jpg" title="memopol-csv" /></a></p>
-<p>Another important piece of news: the whole European Parliament website
-has changed. This is both good and bad news.</p>
-<p>Good news, because this new version offers some new information and is
-better overall.</p>
-<p>Bad news, we have less data now, especially the previous commitment of a
-deputy in a commitee, delegation or mandate, and the starting date of
-the current commitment.</p>
-<p><strong>Upcoming:</strong></p>
-<p>News about the design ! We're working on it :)</p>
-<p>Memopol is still <a href="http://www.memopol.org/faq/" title="FAQ (en)">looking for more
-contributors</a>, so send us an
-email or drop by on IRC (#lqdn-memopol on Freenode or via the
-<a href="http://webchat.freenode.net">webchat</a> if you don't have a client) if
-you want to start participating!</p>bramMon, 30 Apr 2012 20:11:00 +0200tag:www.memopol.org,2012-04-30:whats-new-on-memopol-dev-n0.html
\ No newline at end of file
diff --git a/output/feeds/development-diary.atom.xml b/output/feeds/development-diary.atom.xml
deleted file mode 100644
index 0f5baa2f015c55c1e06e6cee913a85d177af7066..0000000000000000000000000000000000000000
--- a/output/feeds/development-diary.atom.xml
+++ /dev/null
@@ -1,107 +0,0 @@
-
-Memopol Projecthttp://www.memopol.org/2013-06-07T10:44:00+02:00Recent developments, made short2013-06-07T10:44:00+02:00quota_atypiquetag:www.memopol.org,2013-06-07:recent-developments-made-short.html<p>Hello !</p>
-<p>We're not <em>that</em> regular in posting, you'll notice…<br />
-In fact, we're quite busy these days, because we welcomed new (and
-active!) contributors to the project, who did a lot.</p>
-<h2>New contributors and happy hacking</h2>
-<p>You can find all of this improvement on the development instance:
-<a href="http://mempol2.serverside.fr/">http://mempol2.serverside.fr/</a>.</p>
-<p>Here is a summary of the modifications (more small things have been done
-and some contributors mutually improved each others patchs):</p>
-<p><em>Mindiell</em>:<br />
-*#415: Make the "random MEP" the same for one day</p>
-<p><em>Turbobilly</em>:<br />
-* disable endless paging button<br />
-* sort meps by last name in votes results</p>
-<p><em>Yohan Boniface</em>:<br />
-* prototype for a new map on the front page that uses d3.js (basically
-now your cpu won't go crazy when you visit the hompepage)<br />
-<em><br />
-Laurent Martelli</em>:<br />
-* "download as csv" on every search result</p>
-<p><em>Okhin</em>:<br />
-* display the average score of the meps of a search result</p>
-<p><em>Gu1</em>:<br />
-* performances improvement on search results page<br />
-* make memopol working with parltrack new historical data (they have
-been put back on the website of the EP, this is a very important news!)</p>
-<p>Thanks to all of them, they really made the project go forward, we'ere
-amazed \o/</p>
-<p>Turbobilly also made a proto with microdata, to give MEP's score on
-Google Search results for Memopol !<br />
-This will strengthten Memopol's influence, because the MEP's scores
-will be easily reachable.</p>
-<p>And to finish, we have to tell you what was done in the communication
-field the last mouths !</p>
-<h2>Memopol at the #29c3 \o/</h2>
-<p>We set up a workshop about Memopol during the 29th Chaos Communication
-Congress this winter.</p>
-<p>People from all around Europe came to hear about our tool : most of them
-didn't know what it was and came because they were curious.<br />
-I was a bit disappointed to see that there were not so much people
-motivated to contribute into Memopol (come on, we're hackers, after all!
-), but the conversation was indeed interesting.</p>
-<p>People from Austria and Germany were quite motivated to have their
-instance of Memopol for their own parliament, and explained how it could
-be difficult to do some open data, because a lot of votes are done by
-hand, which makes it difficult to track. Some French people came too,
-they were quite focused on law issues, it was the occasion to say that
-La Quadrature works to reform the copyright and comments were also
-welcome ;)<br />
-There was some technical questions, I answered as I can. The mailing
-list and the IRC channel were proposed for further details.</p>
-<p>So it was a good occasion to show how the tool works and why it's
-wonderful, but I'm sad having not found enthusiastic hackers to help us
-with the code :(</p>
-<h2>Memopol in a webdocumentary \o/</h2>
-<p>Julie Neven, young and promising journalist, has made a documentary in
-which Bram explains why Memopol is so important in our citizens' lifes
-\<3<br />
-It's in French, sorry for those who don't understand.<br />
-Here →
-<a href="http://www.julieneven.be/souslesbytes/">http://www.julieneven.be/souslesbytes/</a><br />
-As you can guess, the rest of the documentary is good to see !</p>
-<h2>Memopol, everywhere</h2>
-<p>I'm a bit happy with this duty of making Memopol spread everywhere and I
-talk about the project everytime I can. So some people heard about
-Memopol at the <a href="http://www.thsf.net/2013/">THSF</a>, and at the last Ubuntu
-Party when I was talking about La Quadrature. Someone said : "Memopol ?
-It's a great tool !" --which was very pleasant to hear \o/</p>What’s new on memopol dev n°12012-05-11T14:00:00+02:00bramtag:www.memopol.org,2012-05-11:whats-new-on-memopol-dev-n1.html<p>Hmm, what did we do last week ?</p>
-<p>We are still working on the design. We gathered a bit more feedback from
-the ones that worked on it at the last quadratelier. Webdesigners need
-more poking around, but we have no worries, quota_atypique pokes around
-a lot.</p>
-<p>We are about to have a new logo, thanks to cocodaemon \o/ </p>
-<p><img alt="logo" src="https://github.com/Psycojoker/memopol2/raw/a809a861f29a4f99c65945cc84a7adf9d8244097/memopol2/static/img/logo.png" /> </p>
-<p>This may not be the final version, we are waiting for feedback,
-validations, and all that stuff before saying to the world that we have
-a beauuuutiful logo.</p>
-<p>We thought about the users who love beautiful things, we thought also
-about the administrators and the developers : we updated the README
-with new informations, so you won't get lost in all this data. The goal
-is to make it useful to you! </p>
-<p>You can see it here
-→<a href="https://github.com/Psycojoker/memopol2#introduction">https://github.com/Psycojoker/memopol2#introduction</a></p>
-<p>And we also updated the contributors list, here
-→<a href="https://gitorious.org/memopol2-0/memopol2-0/blobs/master/CREDITS.txt">https://gitorious.org/memopol2-0/memopol2-0/blobs/master/CREDITS.txt</a></p>
-<p>We also wrote some documentation to help you understand the trend charts
-you can see on Memopol.<br />
-It's still on dev, we are waiting for feedback before publishing it.
-We'll keep you in touch.</p>
-<p>We also fixed some little useful points :</p>
-<ul>
-<li>we finish retrieving missing deputies' opinions data from the first
- version of Memopol, split them between European Parliament and
- French Nationnal Assemblee and fix the displaying!</li>
-<li>SEO stuff: when the server is on debug mode, the robots.txt displays
- a disallow : / for each robot.</li>
-<li>we pushed i18n support and are translating it to french, <a href="https://www.transifex.net/projects/p/memopol2/language/fr/">don't
- hesitate to come and help
- us</a> (ask
- to join the team, we'll approve you ASAP)!</li>
-</ul>
-<p>So, next steps :</p>
-<ul>
-<li>Design, design, design</li>
-<li>Write moar documentation</li>
-</ul>
\ No newline at end of file
diff --git a/output/feeds/development-diary.rss.xml b/output/feeds/development-diary.rss.xml
deleted file mode 100644
index 815b3fe75d8b745634df5bfb337b797aca3a4576..0000000000000000000000000000000000000000
--- a/output/feeds/development-diary.rss.xml
+++ /dev/null
@@ -1,107 +0,0 @@
-
-Memopol Projecthttp://www.memopol.org/Bridging the gap between politics and citizensFri, 07 Jun 2013 10:44:00 +0200Recent developments, made shorthttp://www.memopol.org/recent-developments-made-short.html<p>Hello !</p>
-<p>We're not <em>that</em> regular in posting, you'll notice…<br />
-In fact, we're quite busy these days, because we welcomed new (and
-active!) contributors to the project, who did a lot.</p>
-<h2>New contributors and happy hacking</h2>
-<p>You can find all of this improvement on the development instance:
-<a href="http://mempol2.serverside.fr/">http://mempol2.serverside.fr/</a>.</p>
-<p>Here is a summary of the modifications (more small things have been done
-and some contributors mutually improved each others patchs):</p>
-<p><em>Mindiell</em>:<br />
-*#415: Make the "random MEP" the same for one day</p>
-<p><em>Turbobilly</em>:<br />
-* disable endless paging button<br />
-* sort meps by last name in votes results</p>
-<p><em>Yohan Boniface</em>:<br />
-* prototype for a new map on the front page that uses d3.js (basically
-now your cpu won't go crazy when you visit the hompepage)<br />
-<em><br />
-Laurent Martelli</em>:<br />
-* "download as csv" on every search result</p>
-<p><em>Okhin</em>:<br />
-* display the average score of the meps of a search result</p>
-<p><em>Gu1</em>:<br />
-* performances improvement on search results page<br />
-* make memopol working with parltrack new historical data (they have
-been put back on the website of the EP, this is a very important news!)</p>
-<p>Thanks to all of them, they really made the project go forward, we'ere
-amazed \o/</p>
-<p>Turbobilly also made a proto with microdata, to give MEP's score on
-Google Search results for Memopol !<br />
-This will strengthten Memopol's influence, because the MEP's scores
-will be easily reachable.</p>
-<p>And to finish, we have to tell you what was done in the communication
-field the last mouths !</p>
-<h2>Memopol at the #29c3 \o/</h2>
-<p>We set up a workshop about Memopol during the 29th Chaos Communication
-Congress this winter.</p>
-<p>People from all around Europe came to hear about our tool : most of them
-didn't know what it was and came because they were curious.<br />
-I was a bit disappointed to see that there were not so much people
-motivated to contribute into Memopol (come on, we're hackers, after all!
-), but the conversation was indeed interesting.</p>
-<p>People from Austria and Germany were quite motivated to have their
-instance of Memopol for their own parliament, and explained how it could
-be difficult to do some open data, because a lot of votes are done by
-hand, which makes it difficult to track. Some French people came too,
-they were quite focused on law issues, it was the occasion to say that
-La Quadrature works to reform the copyright and comments were also
-welcome ;)<br />
-There was some technical questions, I answered as I can. The mailing
-list and the IRC channel were proposed for further details.</p>
-<p>So it was a good occasion to show how the tool works and why it's
-wonderful, but I'm sad having not found enthusiastic hackers to help us
-with the code :(</p>
-<h2>Memopol in a webdocumentary \o/</h2>
-<p>Julie Neven, young and promising journalist, has made a documentary in
-which Bram explains why Memopol is so important in our citizens' lifes
-\<3<br />
-It's in French, sorry for those who don't understand.<br />
-Here →
-<a href="http://www.julieneven.be/souslesbytes/">http://www.julieneven.be/souslesbytes/</a><br />
-As you can guess, the rest of the documentary is good to see !</p>
-<h2>Memopol, everywhere</h2>
-<p>I'm a bit happy with this duty of making Memopol spread everywhere and I
-talk about the project everytime I can. So some people heard about
-Memopol at the <a href="http://www.thsf.net/2013/">THSF</a>, and at the last Ubuntu
-Party when I was talking about La Quadrature. Someone said : "Memopol ?
-It's a great tool !" --which was very pleasant to hear \o/</p>quota_atypiqueFri, 07 Jun 2013 10:44:00 +0200tag:www.memopol.org,2013-06-07:recent-developments-made-short.htmlWhat’s new on memopol dev n°1http://www.memopol.org/whats-new-on-memopol-dev-n1.html<p>Hmm, what did we do last week ?</p>
-<p>We are still working on the design. We gathered a bit more feedback from
-the ones that worked on it at the last quadratelier. Webdesigners need
-more poking around, but we have no worries, quota_atypique pokes around
-a lot.</p>
-<p>We are about to have a new logo, thanks to cocodaemon \o/ </p>
-<p><img alt="logo" src="https://github.com/Psycojoker/memopol2/raw/a809a861f29a4f99c65945cc84a7adf9d8244097/memopol2/static/img/logo.png" /> </p>
-<p>This may not be the final version, we are waiting for feedback,
-validations, and all that stuff before saying to the world that we have
-a beauuuutiful logo.</p>
-<p>We thought about the users who love beautiful things, we thought also
-about the administrators and the developers : we updated the README
-with new informations, so you won't get lost in all this data. The goal
-is to make it useful to you! </p>
-<p>You can see it here
-→<a href="https://github.com/Psycojoker/memopol2#introduction">https://github.com/Psycojoker/memopol2#introduction</a></p>
-<p>And we also updated the contributors list, here
-→<a href="https://gitorious.org/memopol2-0/memopol2-0/blobs/master/CREDITS.txt">https://gitorious.org/memopol2-0/memopol2-0/blobs/master/CREDITS.txt</a></p>
-<p>We also wrote some documentation to help you understand the trend charts
-you can see on Memopol.<br />
-It's still on dev, we are waiting for feedback before publishing it.
-We'll keep you in touch.</p>
-<p>We also fixed some little useful points :</p>
-<ul>
-<li>we finish retrieving missing deputies' opinions data from the first
- version of Memopol, split them between European Parliament and
- French Nationnal Assemblee and fix the displaying!</li>
-<li>SEO stuff: when the server is on debug mode, the robots.txt displays
- a disallow : / for each robot.</li>
-<li>we pushed i18n support and are translating it to french, <a href="https://www.transifex.net/projects/p/memopol2/language/fr/">don't
- hesitate to come and help
- us</a> (ask
- to join the team, we'll approve you ASAP)!</li>
-</ul>
-<p>So, next steps :</p>
-<ul>
-<li>Design, design, design</li>
-<li>Write moar documentation</li>
-</ul>bramFri, 11 May 2012 14:00:00 +0200tag:www.memopol.org,2012-05-11:whats-new-on-memopol-dev-n1.html
\ No newline at end of file
diff --git a/output/feeds/misc.atom.xml b/output/feeds/misc.atom.xml
deleted file mode 100644
index 95752e18463ed9a08fbccae6430da76efa01d451..0000000000000000000000000000000000000000
--- a/output/feeds/misc.atom.xml
+++ /dev/null
@@ -1,2 +0,0 @@
-
-Memopol Projecthttp://www.memopol.org/2015-01-01T10:20:00+01:00What is Memopol ?2015-01-01T10:20:00+01:00Memopol Teamtag:www.memopol.org,2015-01-01:what-is-memopol.html<p>Political Memory is a tool designed by La Quadrature du Net to help European citizens to reach members of European Parliament (MEPs) and track their voting records on issues related to fundamental freedoms online.</p>
\ No newline at end of file
diff --git a/output/feeds/misc.rss.xml b/output/feeds/misc.rss.xml
deleted file mode 100644
index de2a7b977eb643bf1c7ca61158726138688d4af0..0000000000000000000000000000000000000000
--- a/output/feeds/misc.rss.xml
+++ /dev/null
@@ -1,2 +0,0 @@
-
-Memopol Projecthttp://www.memopol.org/Bridging the gap between politics and citizensThu, 01 Jan 2015 10:20:00 +0100What is Memopol ?http://www.memopol.org/what-is-memopol.html<p>Political Memory is a tool designed by La Quadrature du Net to help European citizens to reach members of European Parliament (MEPs) and track their voting records on issues related to fundamental freedoms online.</p>Memopol TeamThu, 01 Jan 2015 10:20:00 +0100tag:www.memopol.org,2015-01-01:what-is-memopol.html
\ No newline at end of file
diff --git a/output/feeds/news.atom.xml b/output/feeds/news.atom.xml
deleted file mode 100644
index bbbbf3b7063c563f69a32d982d2895fc4e508879..0000000000000000000000000000000000000000
--- a/output/feeds/news.atom.xml
+++ /dev/null
@@ -1,249 +0,0 @@
-
-Memopol Projecthttp://www.memopol.org/2016-04-15T19:00:00+02:00#MemopolMiniHackathon2016-04-15T19:00:00+02:00njoyardtag:www.memopol.org,2016-04-15:memopolminihackathon.html<h3>Memopol Mini-Hackathon</h3>
-<p>After the Memopol 3.14 <a href="http://mediakit.laquadrature.net/embed/2390">Relaunch Event on 14th April</a>, the developers didn't rest !</p>
-<p><img alt="The Chambers view shows available chambers" src="https://framapic.org/0I9FmC0pH8HY/u8BTfyKzG5ME.png" /></p>
-<p>A mini-hackathon has enabled much progress on both importing data from French parliament chambers as well as having a way of handling multiple chambers at once, from several data sources !</p>
-<p><img alt="The results of a representative search spanning both 3 chambers" src="https://framapic.org/rFT4Yzpf64Ad/JZLsYXgQhiHL.png" /></p>
-<p>Each list of groups and representatives now shows the chamber the data comes from.</p>
-<p><img alt="A list of parties from both 3 chambers" src="https://framapic.org/b1NPg97yX9c4/jLttWX5jbmqM.png" /></p>
-<p>Those improvements will soon be available on a test instance of Memopol to enable users to test them and suggest other features and means to use the newly available data :)</p>
-<p>As said before, don't hesitate to contribute or suggest ideas for the project:</p>
-<ul>
-<li>On github : <a href="https://github.com/political-memory/political_memory">github.com/political-memory/political_memory</a></li>
-<li>On IRC : <code>#lqdn-memopol</code> on Freenode</li>
-</ul>Memopol 3.14 Release2016-02-10T10:00:00+01:00is_nulltag:www.memopol.org,2016-02-10:memopol-314-release.html<h3>Memopol's back online !</h3>
-<p>A new version of Memopol has been released, <a href="http://lqdn.memopol.eu">LQDN's instance is up</a> and <a href="http://memopol.rtfd.org">documentation has been released</a>.</p>
-<p>A gigantic amount of work has been done since the last release (when was it?), mostly an almost full rewrite of code, as well as a simplification of the installation process. A new design is currently being integrated, as well as previous votes recommendations to start giving MEPs notes.</p>
-<p>Parsing votes from assemblies websites is now working, and it gets easier to keep tabs on MEPs, the one who defends our positions and the one who opposes them. Meaning, it will get easier for people to influence in a positive way the legislative work.</p>
-<h3>Ongoing work</h3>
-<p>The current developments are ongoing:</p>
-<ul>
-<li>support for French assembly and senate, using data from
- <a href="https://github.com/SocieteCitoyenne/FranceData">FranceData</a> which uses data
- from <a href="https://www.nosdeputes.fr/">NosDéputés</a> itself for representatives, and
- includes a parser to scrape votes from the assembly's website,aa</li>
-<li>administration experience improvement: real-time sync of proposals for
- Dossiers which are part of the ongoing campaigns, and email notifications for
- administrators when a new proposal is created so that they can setup the
- recommendation appropriately.</li>
-</ul>
-<h3>We're looking for volunteers !</h3>
-<ul>
-<li>administrators to <a href="http://memopol.readthedocs.org/en/pr/usage.html">manage the website</a>, the first task is
- to integrate recommendations from the previous version of memopol into this
- one, this is a manual task because the data sets are completely
- incompatible.</li>
-<li>an HTML developer willing to learn some Python and Django to integrate v3
- design, work has been started on the <a href="https://github.com/political-memory/political_memory/tree/v3">v3
- branch</a>, that
- branch is under <a href="https://en.wikipedia.org/wiki/Continuous_delivery">CD</a> on a
- <a href="https://v3-memopol.rhcloud.com">dev instance</a>.</li>
-<li>anyone willing to participate is welcome on the IRC channel, <code>#lqdn-memopol</code>
- on freenode.</li>
-</ul>
-<h3>Thanks to the team <3</h3>
-<p>Since credit should always be left were it's due, here's the list of
-contributors who made it possible (in alphabetical order):</p>
-<ul>
-<li><a href="https://github.com/psycojoker">Bram</a>, code review, consulting,</li>
-<li><a href="https://github.com/jpic">jpic</a>, code, deployment</li>
-<li><a href="https://github.com/luxcem">luxcem</a>, code</li>
-<li>Mindiell, support</li>
-<li><a href="https://github.com/njoyard">njoyard</a>, code</li>
-<li><a href="http://github.com/okhin">okhin</a>, administration, management, consulting
- product-owning,</li>
-<li><a href="https://github.com/stef">stef</a>, support and updates
- <a href="http://parltrack.euwiki.org/">Parltrack</a>, consulting</li>
-</ul>Get on board on Memopol project !2015-03-01T15:00:00+01:00Mindielltag:www.memopol.org,2015-03-01:get-on-board-on-memopol-project.html<p>Hi everyone,</p>
-<p>As some of you may know, we are relaunching active development of our tool Memopol (aka “Mémoire Politique” or “Political Memory”). Our goal is for it to become a clear, simple and usable (by regular humans) web site.</p>
-<p>Memopol, for those of you who may not know, is among other things a tool that helped us win the battle against ACTA, both on the ground (it help to quickly find MEPs offices in the Brussels Parliament building, for instance) and by helping all the citizens who contacted MEPs by phone or mail (Memopol gave them contact details and information about the MEPs political position).</p>
-<p>It is a wonderful campaigning and open data tool, which deserves to be developped to its full potential. We think it could be a lot better than it is right now, and we want to make it the best it can be!</p>
-<p>To that end, we recently organized a meeting to do some brainstorming about what we should prioritize in terms of Memopol development. We ended with a great roadmap: <a href="https://wiki.laquadrature.net/Projects/Memopol/Roadmap/">that you can read here</a>.</p>
-<p>And quota_atypique also gave the Memopol blog a new coat of paint and a good refresh.</p>
-<p>So now, we need as many people as possible to help out, we are looking forward to all your talents, skills and enthusiasm to turn our vision of the next version of Memopol into reality \o/</p>
-<p>Our next steps:</p>
-<ul>
-<li>A complete redesign of the home page: it is the most important aspect. It's the crucial starting point for all the website. We need it :<ul>
-<li>to be a helpful stepping stone both to citizens discovering the tool <em>and</em> to experienced activists</li>
-<li>to be visually attractive</li>
-<li>to show useful information, data (dataviz)</li>
-<li>to make it quickly obvious what Memopol is and what its purpose is</li>
-<li>to offer the possibility to easily post a new “public position” by a MEP</li>
-</ul>
-</li>
-<li>A redesign of the MEP (Member of the European Parliament) pages:<ul>
-<li>overview of the MEP, with adminitrative information</li>
-<li>MEP score </li>
-<li>latest public positions with a link to a more complete list</li>
-<li>Data visualization about their MEP's score (beautiful graphs, evolution of score, ...) (dataviz)</li>
-<li>A quick summary widget of the MEP, showing the most important information, easily re-usable on other websites</li>
-</ul>
-</li>
-</ul>
-<p>So, we need graphic designers, readers, data-visualizators (is that a word?), and more generally your opinions and thoughts about the version we are building now, etc...</p>
-<p>Feel free to join and answer so we can talk about all this!</p>
-<p>Thanks and datalove from the Memopol team!</p>Reboot !2015-01-01T10:20:00+01:00quota_atypiquetag:www.memopol.org,2015-01-01:reboot.html<p>Hello there !
-It's been a long time...like two years without posting, wow.</p>
-<p>Memopol was a bit sleepy, it's hard to find new contributors, but, still, it appears to me that this projet <em>needs</em> to go on.
-So we decided to reboot this project !</p>
-<p>As you can see, we begun with a brand new blog using Pelican, on which you will sure hear from us ;)</p>
-<p>Don't hesitate in following the reboot discussions on our mailing list or on the irc channel (see contact page). It's a good moment to join the project.</p>The new design is live!2012-11-13T11:05:00+01:00quota_atypiquetag:www.memopol.org,2012-11-13:new-design.html<p>Good news everyone \o/</p>
-<p>What did we say? "<em>the new design will be soon presented to you</em>"?
-<strong>It's live now!</strong><br />
-Thanks to all the people present at the QCC and after for their work :)</p>
-<p>You can see how pretty is Memopol now here →
-<a href="http://memopol.lqdn.fr">memopol.lqdn.fr</a><br />
-We hope you'll enjoy this new version --proudly powered by the QCC!--
-the same as we enjoyed improving it: we have a brand new design and a
-new search engine!</p>
-<h3>We changed a lot of things:</h3>
-<ul>
-<li>You can see the homepage is now organized. In one single glance you
- can grasp everything that is at stake (the last tracked votes, news…
- and a random MEP to make you discover the wonderful population of
- the European Parliament :D)</li>
-<li>We have a new menu, to help you find very quicly the information you
- need: you can new have direct access to MEPs by commitee, country,
- political group…</li>
-<li>The MEP's lists have changed too:
- <a href="https://memopol.lqdn.fr/search/?q=is_active%3A1">https://memopol.lqdn.fr/search/?q=is_active%3A1</a>,
- they are clearer, and easier to use for activists. Don't miss the
- customization part by clicking on "advanced" next to the search bar
- ;)</li>
-<li>The MEP's profile page is also prettier! You can see that you are
- now able to add public positions: things that the MEP said, in a
- newspaper, on the radio, concerning digital rights. Here is an
- example →
- <a href="https://memopol.lqdn.fr/europe/parliament/deputy/MarielledeSarnez/">https://memopol.lqdn.fr/europe/parliament/deputy/MarielledeSarnez/</a>
- You can also click on the tabs for further information.</li>
-<li>The trophies are live too: we will be able to assign a "trophy" to
- the MEPs who did a very good job, but also to the very bad ones :p
- You can see an example here →
- <a href="https://memopol.lqdn.fr/europe/parliament/deputy/RaulRomevaIRueda/">https://memopol.lqdn.fr/europe/parliament/deputy/RaulRomevaIRueda/</a>
- (his trophy is: best score)</li>
-<li>We have now MEP's assistants' profiles pages, we are able to see
- with which MEP each assistant worked</li>
-<li>Internally with have started to "de-projectify" memopol in a effort
- to make is more easy to tune for your own needs</li>
-</ul>
-<h3>BUT…!</h3>
-<p>There is still a lot to do (we'll never stop improving Memopol!), like :</p>
-<ul>
-<li>positions (it's live, but the internal part of it needs more love to
- work well)</li>
-<li>the new scoring system</li>
-<li>more dataporn</li>
-<li>making Memopol internals more generic for it to be easier to us by
- other citizen groups</li>
-</ul>
-<p>…for example. I'm sure there's even more to do (we didn't thought about
-everything we could do :p)!</p>
-<p>So, if you are interested in continuing this great effort, don't
-hesitate on joining us!</p>
-<ul>
-<li>You can join #lqdn-memopol on the freenode server, we'll be there
- to help you ;)</li>
-<li>You can find the code here →
- <a href="https://gitorious.org/memopol2-0">https://gitorious.org/memopol2-0</a></li>
-</ul>
-<p>Here we finish this good news announcement. We hope we'll announce other
-great news like this in the future ;)</p>Memopol, post-QCC.2012-11-05T19:58:00+01:00quota_atypiquetag:www.memopol.org,2012-11-05:memopol-post-qcc.html<p>Hello!</p>
-<p>We come with great news!</p>
-<h2>The QCC : a starting block.</h2>
-<p>You know that we were at the QCC from the october, 19th, to the 21th. It
-was good to be all of us, at the same time, at the same place, to work
-on Memopol. A lot of things were done this weekend. Bram and Ybon,
-mostly, are finishing the work.</p>
-<p>The design is almost integrated in dev. We keep working on the new
-scoring for the MEPs, we are importing assistants in the database,
-adding achievements, de-projectifying memopol, fixing public positions
-and working on adopting our new standard for representatives.</p>
-<p>We can say that this weekend was kind of a « starting block » : we could
-unite the right people at the right moment and place, and this made the
-project reboot : more people are involved in Memopol now, a lot of
-things that were blocking us are now solved too and helped us to keep on
-moving.</p>
-<p>We went to Barcelona in this state of mind.</p>
-<h2>Barcelona loves Memopol (and we love Barcelona)</h2>
-<p>Some people from La Quadrature were at the<a href="http://2012.fcforum.net/en">FC
-Forum </a> in Barcelona. This event is made for
-hackers and artists to help building a world less censored, with more
-free culture and open knowledge. We presented Memopol there and it
-occured that some Spanish hacktivists wanted to add their parliament to
-Memopol!</p>
-<p>So we are working with them --now that we have a « Memopol core »
-version that can be adapted for any project, to make this Spanish
-memopol work.<br />
-You will soon be able to see the first result of this team work.
-¡<em>Gracias</em> to Anders, Coldwind, Pablog, and the ones we forgot!</p>
-<p>We are glad to see this happening : this was part of the aim of this
-project, letting every organisation using their own Memopol for their
-causes.</p>
-<h2>So so so?</h2>
-<p>The new design will be soon presented to you so that you'll see how hard
-we worked to have a better app for activists, and, sure, there's still a
-lot to do :)</p>What's new on Memopol ? #42012-10-02T11:00:00+02:00quota_atypiquetag:www.memopol.org,2012-10-02:whats-new-on-memopol-4.html<p>Hello!</p>
-<p>Like you, Memopol is back from holidays! Let's come back to work happily
-with some news of our beloved project.</p>
-<h2>More and more data</h2>
-<p>What occured this summer? Ah, ACTA. We enjoyed the victory importing the
-data of the votes about the treaty. You can see them here →
-<a href="https://memopol.lqdn.fr/europe/parliament/vote/acta_final/">https://memopol.lqdn.fr/europe/parliament/vote/acta_final/</a></p>
-<p><a href="https://memopol.lqdn.fr/europe/parliament/vote/acta_final/"><img alt="" src="http://memopol.lqdn.fr/trends/proposal/acta_final-countries-map.png" /></a></p>
-<p>We are also working on merging memopol1 opinion's code with the new one.</p>
-<h2>An easier and faster tool</h2>
-<p>We did a lot of queries optimization, memopol is now way faster than
-before. Also we have made some internal code refactoring for a better
-organisation. (Thanks to the coders \o/) We are happy to welcome new
-contributors !</p>
-<p>There is also a new clean tool to remove added data from LQDN to make
-Memopol clean for another citizen groups : this will be useful, because
-we want our tool to be used and reused by others. Good idead have to be
-spread everywhere :)</p>
-<p>On the UX and design side, we are proud to announce we have a WIP
-advanced search form that will replace all the current listing. This
-will allow everyone to do advanced research. You can play with it here:
-<a href="http://mempol2.serverside.fr/europe/parliament/search/">http://mempol2.serverside.fr/europe/parliament/search/</a>
-Many thanks to <a href="https://twitter.com/informagicien">Yohan</a> for this great
-work!</p>
-<h2>Spreading the word</h2>
-<p>Bram did a lot to spread the word : he did two presentations about
-Memopol, at the FNF2012 (Freedom Not Fear) and at the SFD2012 (Software
-Freedom Day).</p>
-<p>You can see them here :</p>
-<p><em>Software Freedom Day</em> :<br />
-→
-<a href="https://hackerspace.be/Software_Freedom_Day_2012#Hack_the_democarcy_with_the_Political_Memory_of_la_Quadrature_du_Net">https://hackerspace.be/Software_Freedom_Day_2012#Hack_the_democarcy_with_the_Political_Memory_of_la_Quadrature_du_Net</a> </p>
-<p>→
-<a href="http://worlddomination.be/blog/2012/software-freedom-day-2012-slides-political-memory-la-quadrature-du-net-dierentheater.html">http://worlddomination.be/blog/2012/software-freedom-day-2012-slides-political-memory-la-quadrature-du-net-dierentheater.html<br />
-</a></p>
-<p><em>Freedom Not Fear :</em><br />
-→
-<a href="http://worlddomination.be/blog/2012/fnf2012-slides-how-to-lobby-the-eu.html">http://worlddomination.be/blog/2012/fnf2012-slides-how-to-lobby-the-eu.html</a> </p>
-<p>→<a href="https://wiki.vorratsdatenspeicherung.de/Freedom_Not_Fear_2012/Schedule#Sunday_.2816-Sep-2012.29">https://wiki.vorratsdatenspeicherung.de/Freedom_Not_Fear_2012/Schedule#Sunday_.2816-Sep-2012.29</a></p>
-<h2>One last thing</h2>
-<p>Memopol will be one of the projects we'll work on at the Quadrature
-Communication Camp that will occur in Paris the 19th to the 21st of
-october. If you want to code all night long for the project, design it,
-and --of course-- have fun, please come over ! →
-<a href="http://www.laquadrature.net/wiki/Quadrature_Communication_Camp">http://www.laquadrature.net/wiki/Quadrature_Communication_Camp</a></p>
-<p>We'll be back soon with news \o/</p>[video] Presentation of Political Memory at ConstantVZW2011-12-13T11:54:00+01:00bramtag:www.memopol.org,2011-12-13:video-presentation-of-political-memory-at-constantvzw.html<p>The following presentation was made at ConstantVZW for a mix of artists,
-activists and hackers.</p>
-<p><a href="http://video.constantvzw.org/VJ13/12-02_Pipilongstrings05.ogv">Memopol 2 presentation at
-ConstantVZW</a></p>
-<p>Thanks to ConstantVZW for this opportunity!</p>
-<p>You can also watch Stefan's presentation of Parltrack and Pippi
-Longstrings as well as a debate about ACTA
-<a href="http://video.constantvzw.org/VJ13/12-02_Pipilongstrings05.ogv">here</a>.
-Look for the “Pipilongstrings” .ogv videos, the 5th being the one above
-about Political Memory.</p>Political Memory blog is starting2011-06-02T21:05:00+02:00admintag:www.memopol.org,2011-06-02:memopol-2-blog.html<p>Welcome to the Political Memory blog.</p>
-<p>Political Memory 2.0 is a free software tool to track and remember
-Members of the European Parliament's actions and votes.</p>
-<p>On this site you will find more information about how Political Memory
-came to be, <a href="http://www.memopol.org/what-is-political-memory/" title="What is Political Memory?">what it
-is</a>
-and what it can be used for, <a href="http://www.memopol.org/download-and-install-instructions/" title="Download & Install instructions">how to install
-it</a>
-and how to take part in its development, as well a regular news about
-ongoing development, straight from the development team.</p>
-<p>Please join us in changing and upgrading democracy!</p>
\ No newline at end of file
diff --git a/output/feeds/news.rss.xml b/output/feeds/news.rss.xml
deleted file mode 100644
index 4670dc1065fdae38cc24caaffde8ebebcb0d3048..0000000000000000000000000000000000000000
--- a/output/feeds/news.rss.xml
+++ /dev/null
@@ -1,249 +0,0 @@
-
-Memopol Projecthttp://www.memopol.org/Bridging the gap between politics and citizensFri, 15 Apr 2016 19:00:00 +0200#MemopolMiniHackathonhttp://www.memopol.org/memopolminihackathon.html<h3>Memopol Mini-Hackathon</h3>
-<p>After the Memopol 3.14 <a href="http://mediakit.laquadrature.net/embed/2390">Relaunch Event on 14th April</a>, the developers didn't rest !</p>
-<p><img alt="The Chambers view shows available chambers" src="https://framapic.org/0I9FmC0pH8HY/u8BTfyKzG5ME.png" /></p>
-<p>A mini-hackathon has enabled much progress on both importing data from French parliament chambers as well as having a way of handling multiple chambers at once, from several data sources !</p>
-<p><img alt="The results of a representative search spanning both 3 chambers" src="https://framapic.org/rFT4Yzpf64Ad/JZLsYXgQhiHL.png" /></p>
-<p>Each list of groups and representatives now shows the chamber the data comes from.</p>
-<p><img alt="A list of parties from both 3 chambers" src="https://framapic.org/b1NPg97yX9c4/jLttWX5jbmqM.png" /></p>
-<p>Those improvements will soon be available on a test instance of Memopol to enable users to test them and suggest other features and means to use the newly available data :)</p>
-<p>As said before, don't hesitate to contribute or suggest ideas for the project:</p>
-<ul>
-<li>On github : <a href="https://github.com/political-memory/political_memory">github.com/political-memory/political_memory</a></li>
-<li>On IRC : <code>#lqdn-memopol</code> on Freenode</li>
-</ul>njoyardFri, 15 Apr 2016 19:00:00 +0200tag:www.memopol.org,2016-04-15:memopolminihackathon.htmlMemopol 3.14 Releasehttp://www.memopol.org/memopol-314-release.html<h3>Memopol's back online !</h3>
-<p>A new version of Memopol has been released, <a href="http://lqdn.memopol.eu">LQDN's instance is up</a> and <a href="http://memopol.rtfd.org">documentation has been released</a>.</p>
-<p>A gigantic amount of work has been done since the last release (when was it?), mostly an almost full rewrite of code, as well as a simplification of the installation process. A new design is currently being integrated, as well as previous votes recommendations to start giving MEPs notes.</p>
-<p>Parsing votes from assemblies websites is now working, and it gets easier to keep tabs on MEPs, the one who defends our positions and the one who opposes them. Meaning, it will get easier for people to influence in a positive way the legislative work.</p>
-<h3>Ongoing work</h3>
-<p>The current developments are ongoing:</p>
-<ul>
-<li>support for French assembly and senate, using data from
- <a href="https://github.com/SocieteCitoyenne/FranceData">FranceData</a> which uses data
- from <a href="https://www.nosdeputes.fr/">NosDéputés</a> itself for representatives, and
- includes a parser to scrape votes from the assembly's website,aa</li>
-<li>administration experience improvement: real-time sync of proposals for
- Dossiers which are part of the ongoing campaigns, and email notifications for
- administrators when a new proposal is created so that they can setup the
- recommendation appropriately.</li>
-</ul>
-<h3>We're looking for volunteers !</h3>
-<ul>
-<li>administrators to <a href="http://memopol.readthedocs.org/en/pr/usage.html">manage the website</a>, the first task is
- to integrate recommendations from the previous version of memopol into this
- one, this is a manual task because the data sets are completely
- incompatible.</li>
-<li>an HTML developer willing to learn some Python and Django to integrate v3
- design, work has been started on the <a href="https://github.com/political-memory/political_memory/tree/v3">v3
- branch</a>, that
- branch is under <a href="https://en.wikipedia.org/wiki/Continuous_delivery">CD</a> on a
- <a href="https://v3-memopol.rhcloud.com">dev instance</a>.</li>
-<li>anyone willing to participate is welcome on the IRC channel, <code>#lqdn-memopol</code>
- on freenode.</li>
-</ul>
-<h3>Thanks to the team <3</h3>
-<p>Since credit should always be left were it's due, here's the list of
-contributors who made it possible (in alphabetical order):</p>
-<ul>
-<li><a href="https://github.com/psycojoker">Bram</a>, code review, consulting,</li>
-<li><a href="https://github.com/jpic">jpic</a>, code, deployment</li>
-<li><a href="https://github.com/luxcem">luxcem</a>, code</li>
-<li>Mindiell, support</li>
-<li><a href="https://github.com/njoyard">njoyard</a>, code</li>
-<li><a href="http://github.com/okhin">okhin</a>, administration, management, consulting
- product-owning,</li>
-<li><a href="https://github.com/stef">stef</a>, support and updates
- <a href="http://parltrack.euwiki.org/">Parltrack</a>, consulting</li>
-</ul>is_nullWed, 10 Feb 2016 10:00:00 +0100tag:www.memopol.org,2016-02-10:memopol-314-release.htmlGet on board on Memopol project !http://www.memopol.org/get-on-board-on-memopol-project.html<p>Hi everyone,</p>
-<p>As some of you may know, we are relaunching active development of our tool Memopol (aka “Mémoire Politique” or “Political Memory”). Our goal is for it to become a clear, simple and usable (by regular humans) web site.</p>
-<p>Memopol, for those of you who may not know, is among other things a tool that helped us win the battle against ACTA, both on the ground (it help to quickly find MEPs offices in the Brussels Parliament building, for instance) and by helping all the citizens who contacted MEPs by phone or mail (Memopol gave them contact details and information about the MEPs political position).</p>
-<p>It is a wonderful campaigning and open data tool, which deserves to be developped to its full potential. We think it could be a lot better than it is right now, and we want to make it the best it can be!</p>
-<p>To that end, we recently organized a meeting to do some brainstorming about what we should prioritize in terms of Memopol development. We ended with a great roadmap: <a href="https://wiki.laquadrature.net/Projects/Memopol/Roadmap/">that you can read here</a>.</p>
-<p>And quota_atypique also gave the Memopol blog a new coat of paint and a good refresh.</p>
-<p>So now, we need as many people as possible to help out, we are looking forward to all your talents, skills and enthusiasm to turn our vision of the next version of Memopol into reality \o/</p>
-<p>Our next steps:</p>
-<ul>
-<li>A complete redesign of the home page: it is the most important aspect. It's the crucial starting point for all the website. We need it :<ul>
-<li>to be a helpful stepping stone both to citizens discovering the tool <em>and</em> to experienced activists</li>
-<li>to be visually attractive</li>
-<li>to show useful information, data (dataviz)</li>
-<li>to make it quickly obvious what Memopol is and what its purpose is</li>
-<li>to offer the possibility to easily post a new “public position” by a MEP</li>
-</ul>
-</li>
-<li>A redesign of the MEP (Member of the European Parliament) pages:<ul>
-<li>overview of the MEP, with adminitrative information</li>
-<li>MEP score </li>
-<li>latest public positions with a link to a more complete list</li>
-<li>Data visualization about their MEP's score (beautiful graphs, evolution of score, ...) (dataviz)</li>
-<li>A quick summary widget of the MEP, showing the most important information, easily re-usable on other websites</li>
-</ul>
-</li>
-</ul>
-<p>So, we need graphic designers, readers, data-visualizators (is that a word?), and more generally your opinions and thoughts about the version we are building now, etc...</p>
-<p>Feel free to join and answer so we can talk about all this!</p>
-<p>Thanks and datalove from the Memopol team!</p>MindiellSun, 01 Mar 2015 15:00:00 +0100tag:www.memopol.org,2015-03-01:get-on-board-on-memopol-project.htmlReboot !http://www.memopol.org/reboot.html<p>Hello there !
-It's been a long time...like two years without posting, wow.</p>
-<p>Memopol was a bit sleepy, it's hard to find new contributors, but, still, it appears to me that this projet <em>needs</em> to go on.
-So we decided to reboot this project !</p>
-<p>As you can see, we begun with a brand new blog using Pelican, on which you will sure hear from us ;)</p>
-<p>Don't hesitate in following the reboot discussions on our mailing list or on the irc channel (see contact page). It's a good moment to join the project.</p>quota_atypiqueThu, 01 Jan 2015 10:20:00 +0100tag:www.memopol.org,2015-01-01:reboot.htmlThe new design is live!http://www.memopol.org/new-design.html<p>Good news everyone \o/</p>
-<p>What did we say? "<em>the new design will be soon presented to you</em>"?
-<strong>It's live now!</strong><br />
-Thanks to all the people present at the QCC and after for their work :)</p>
-<p>You can see how pretty is Memopol now here →
-<a href="http://memopol.lqdn.fr">memopol.lqdn.fr</a><br />
-We hope you'll enjoy this new version --proudly powered by the QCC!--
-the same as we enjoyed improving it: we have a brand new design and a
-new search engine!</p>
-<h3>We changed a lot of things:</h3>
-<ul>
-<li>You can see the homepage is now organized. In one single glance you
- can grasp everything that is at stake (the last tracked votes, news…
- and a random MEP to make you discover the wonderful population of
- the European Parliament :D)</li>
-<li>We have a new menu, to help you find very quicly the information you
- need: you can new have direct access to MEPs by commitee, country,
- political group…</li>
-<li>The MEP's lists have changed too:
- <a href="https://memopol.lqdn.fr/search/?q=is_active%3A1">https://memopol.lqdn.fr/search/?q=is_active%3A1</a>,
- they are clearer, and easier to use for activists. Don't miss the
- customization part by clicking on "advanced" next to the search bar
- ;)</li>
-<li>The MEP's profile page is also prettier! You can see that you are
- now able to add public positions: things that the MEP said, in a
- newspaper, on the radio, concerning digital rights. Here is an
- example →
- <a href="https://memopol.lqdn.fr/europe/parliament/deputy/MarielledeSarnez/">https://memopol.lqdn.fr/europe/parliament/deputy/MarielledeSarnez/</a>
- You can also click on the tabs for further information.</li>
-<li>The trophies are live too: we will be able to assign a "trophy" to
- the MEPs who did a very good job, but also to the very bad ones :p
- You can see an example here →
- <a href="https://memopol.lqdn.fr/europe/parliament/deputy/RaulRomevaIRueda/">https://memopol.lqdn.fr/europe/parliament/deputy/RaulRomevaIRueda/</a>
- (his trophy is: best score)</li>
-<li>We have now MEP's assistants' profiles pages, we are able to see
- with which MEP each assistant worked</li>
-<li>Internally with have started to "de-projectify" memopol in a effort
- to make is more easy to tune for your own needs</li>
-</ul>
-<h3>BUT…!</h3>
-<p>There is still a lot to do (we'll never stop improving Memopol!), like :</p>
-<ul>
-<li>positions (it's live, but the internal part of it needs more love to
- work well)</li>
-<li>the new scoring system</li>
-<li>more dataporn</li>
-<li>making Memopol internals more generic for it to be easier to us by
- other citizen groups</li>
-</ul>
-<p>…for example. I'm sure there's even more to do (we didn't thought about
-everything we could do :p)!</p>
-<p>So, if you are interested in continuing this great effort, don't
-hesitate on joining us!</p>
-<ul>
-<li>You can join #lqdn-memopol on the freenode server, we'll be there
- to help you ;)</li>
-<li>You can find the code here →
- <a href="https://gitorious.org/memopol2-0">https://gitorious.org/memopol2-0</a></li>
-</ul>
-<p>Here we finish this good news announcement. We hope we'll announce other
-great news like this in the future ;)</p>quota_atypiqueTue, 13 Nov 2012 11:05:00 +0100tag:www.memopol.org,2012-11-13:new-design.htmlMemopol, post-QCC.http://www.memopol.org/memopol-post-qcc.html<p>Hello!</p>
-<p>We come with great news!</p>
-<h2>The QCC : a starting block.</h2>
-<p>You know that we were at the QCC from the october, 19th, to the 21th. It
-was good to be all of us, at the same time, at the same place, to work
-on Memopol. A lot of things were done this weekend. Bram and Ybon,
-mostly, are finishing the work.</p>
-<p>The design is almost integrated in dev. We keep working on the new
-scoring for the MEPs, we are importing assistants in the database,
-adding achievements, de-projectifying memopol, fixing public positions
-and working on adopting our new standard for representatives.</p>
-<p>We can say that this weekend was kind of a « starting block » : we could
-unite the right people at the right moment and place, and this made the
-project reboot : more people are involved in Memopol now, a lot of
-things that were blocking us are now solved too and helped us to keep on
-moving.</p>
-<p>We went to Barcelona in this state of mind.</p>
-<h2>Barcelona loves Memopol (and we love Barcelona)</h2>
-<p>Some people from La Quadrature were at the<a href="http://2012.fcforum.net/en">FC
-Forum </a> in Barcelona. This event is made for
-hackers and artists to help building a world less censored, with more
-free culture and open knowledge. We presented Memopol there and it
-occured that some Spanish hacktivists wanted to add their parliament to
-Memopol!</p>
-<p>So we are working with them --now that we have a « Memopol core »
-version that can be adapted for any project, to make this Spanish
-memopol work.<br />
-You will soon be able to see the first result of this team work.
-¡<em>Gracias</em> to Anders, Coldwind, Pablog, and the ones we forgot!</p>
-<p>We are glad to see this happening : this was part of the aim of this
-project, letting every organisation using their own Memopol for their
-causes.</p>
-<h2>So so so?</h2>
-<p>The new design will be soon presented to you so that you'll see how hard
-we worked to have a better app for activists, and, sure, there's still a
-lot to do :)</p>quota_atypiqueMon, 05 Nov 2012 19:58:00 +0100tag:www.memopol.org,2012-11-05:memopol-post-qcc.htmlWhat's new on Memopol ? #4http://www.memopol.org/whats-new-on-memopol-4.html<p>Hello!</p>
-<p>Like you, Memopol is back from holidays! Let's come back to work happily
-with some news of our beloved project.</p>
-<h2>More and more data</h2>
-<p>What occured this summer? Ah, ACTA. We enjoyed the victory importing the
-data of the votes about the treaty. You can see them here →
-<a href="https://memopol.lqdn.fr/europe/parliament/vote/acta_final/">https://memopol.lqdn.fr/europe/parliament/vote/acta_final/</a></p>
-<p><a href="https://memopol.lqdn.fr/europe/parliament/vote/acta_final/"><img alt="" src="http://memopol.lqdn.fr/trends/proposal/acta_final-countries-map.png" /></a></p>
-<p>We are also working on merging memopol1 opinion's code with the new one.</p>
-<h2>An easier and faster tool</h2>
-<p>We did a lot of queries optimization, memopol is now way faster than
-before. Also we have made some internal code refactoring for a better
-organisation. (Thanks to the coders \o/) We are happy to welcome new
-contributors !</p>
-<p>There is also a new clean tool to remove added data from LQDN to make
-Memopol clean for another citizen groups : this will be useful, because
-we want our tool to be used and reused by others. Good idead have to be
-spread everywhere :)</p>
-<p>On the UX and design side, we are proud to announce we have a WIP
-advanced search form that will replace all the current listing. This
-will allow everyone to do advanced research. You can play with it here:
-<a href="http://mempol2.serverside.fr/europe/parliament/search/">http://mempol2.serverside.fr/europe/parliament/search/</a>
-Many thanks to <a href="https://twitter.com/informagicien">Yohan</a> for this great
-work!</p>
-<h2>Spreading the word</h2>
-<p>Bram did a lot to spread the word : he did two presentations about
-Memopol, at the FNF2012 (Freedom Not Fear) and at the SFD2012 (Software
-Freedom Day).</p>
-<p>You can see them here :</p>
-<p><em>Software Freedom Day</em> :<br />
-→
-<a href="https://hackerspace.be/Software_Freedom_Day_2012#Hack_the_democarcy_with_the_Political_Memory_of_la_Quadrature_du_Net">https://hackerspace.be/Software_Freedom_Day_2012#Hack_the_democarcy_with_the_Political_Memory_of_la_Quadrature_du_Net</a> </p>
-<p>→
-<a href="http://worlddomination.be/blog/2012/software-freedom-day-2012-slides-political-memory-la-quadrature-du-net-dierentheater.html">http://worlddomination.be/blog/2012/software-freedom-day-2012-slides-political-memory-la-quadrature-du-net-dierentheater.html<br />
-</a></p>
-<p><em>Freedom Not Fear :</em><br />
-→
-<a href="http://worlddomination.be/blog/2012/fnf2012-slides-how-to-lobby-the-eu.html">http://worlddomination.be/blog/2012/fnf2012-slides-how-to-lobby-the-eu.html</a> </p>
-<p>→<a href="https://wiki.vorratsdatenspeicherung.de/Freedom_Not_Fear_2012/Schedule#Sunday_.2816-Sep-2012.29">https://wiki.vorratsdatenspeicherung.de/Freedom_Not_Fear_2012/Schedule#Sunday_.2816-Sep-2012.29</a></p>
-<h2>One last thing</h2>
-<p>Memopol will be one of the projects we'll work on at the Quadrature
-Communication Camp that will occur in Paris the 19th to the 21st of
-october. If you want to code all night long for the project, design it,
-and --of course-- have fun, please come over ! →
-<a href="http://www.laquadrature.net/wiki/Quadrature_Communication_Camp">http://www.laquadrature.net/wiki/Quadrature_Communication_Camp</a></p>
-<p>We'll be back soon with news \o/</p>quota_atypiqueTue, 02 Oct 2012 11:00:00 +0200tag:www.memopol.org,2012-10-02:whats-new-on-memopol-4.html[video] Presentation of Political Memory at ConstantVZWhttp://www.memopol.org/video-presentation-of-political-memory-at-constantvzw.html<p>The following presentation was made at ConstantVZW for a mix of artists,
-activists and hackers.</p>
-<p><a href="http://video.constantvzw.org/VJ13/12-02_Pipilongstrings05.ogv">Memopol 2 presentation at
-ConstantVZW</a></p>
-<p>Thanks to ConstantVZW for this opportunity!</p>
-<p>You can also watch Stefan's presentation of Parltrack and Pippi
-Longstrings as well as a debate about ACTA
-<a href="http://video.constantvzw.org/VJ13/12-02_Pipilongstrings05.ogv">here</a>.
-Look for the “Pipilongstrings” .ogv videos, the 5th being the one above
-about Political Memory.</p>bramTue, 13 Dec 2011 11:54:00 +0100tag:www.memopol.org,2011-12-13:video-presentation-of-political-memory-at-constantvzw.htmlPolitical Memory blog is startinghttp://www.memopol.org/memopol-2-blog.html<p>Welcome to the Political Memory blog.</p>
-<p>Political Memory 2.0 is a free software tool to track and remember
-Members of the European Parliament's actions and votes.</p>
-<p>On this site you will find more information about how Political Memory
-came to be, <a href="http://www.memopol.org/what-is-political-memory/" title="What is Political Memory?">what it
-is</a>
-and what it can be used for, <a href="http://www.memopol.org/download-and-install-instructions/" title="Download & Install instructions">how to install
-it</a>
-and how to take part in its development, as well a regular news about
-ongoing development, straight from the development team.</p>
-<p>Please join us in changing and upgrading democracy!</p>adminThu, 02 Jun 2011 21:05:00 +0200tag:www.memopol.org,2011-06-02:memopol-2-blog.html
\ No newline at end of file
diff --git a/output/feeds/uncategorized.atom.xml b/output/feeds/uncategorized.atom.xml
deleted file mode 100644
index 108788d52676281822892b1bdc9af3fd9dc31b6e..0000000000000000000000000000000000000000
--- a/output/feeds/uncategorized.atom.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-
-Memopol Projecthttp://www.memopol.org/2012-10-20T17:42:00+02:00What’s new on Memopol ? #52012-10-20T17:42:00+02:00bramtag:www.memopol.org,2012-10-20:whats-new-on-memopol-5.html<p>Hello there !</p>
-<p>We did a lot these days for Memopol !</p>
-<h2>Spreading Memopol anywhere</h2>
-<p>First, we did some work in order to let you use Memopol for any other
-cause! We believe this tool is awesome, so we want to spread it! Image
-if you could go on the political memory of every citizen groups that
-represents your interests and have an accurate idea on how well your
-representatives are effectivly representing you?</p>
-<p>It is now possible to personalize Memopol for your own project →
-<a href="https://github.com/Psycojoker/memopol2#personalization">https://github.com/Psycojoker/memopol2#personalization</a></p>
-<p>We also worked on make it easier to update Memopol data →
-<a href="%20https://github.com/Psycojoker/memopol2#updating-memopols-data">https://github.com/Psycojoker/memopol2#updating-memopols-data</a></p>
-<h2>Updates</h2>
-<p>Speaking about updating Memopol we are proud to announce you that now,
-Memopol is up to date concerning the French deputies data \o/ </p>
-<p>Thanks to <a href="https://twitter.com/tarNeFyS">Tarnefys</a> for that!</p>
-<h2>QCC, Day 1</h2>
-<p>As you probably already know, Memopol team is here at the
-<a href="http://www.laquadrature.net/wiki/Quadrature_Communication_Camp">QCC</a> to
-improve Memopol.</p>
-<p>We are working on new features for the tool, like trophees that we could
-put on the profiles of the MEPs : if they have voted a lot for Net
-Neutrality, for example.</p>
-<p>We also have --which is great-- a little design team that made already
-some work for Memopol. Maybe we'll have a brand new design to present
-you after the weekend! </p>
-<p>Thanks to quota_atypique, ybon, cocodaemon for their work \o/</p>
-<p>We'll come back to you tomorrow and tell you what was done today!</p>
\ No newline at end of file
diff --git a/output/feeds/uncategorized.rss.xml b/output/feeds/uncategorized.rss.xml
deleted file mode 100644
index e769b866c92931ac0f3b26e394efd63b8171b418..0000000000000000000000000000000000000000
--- a/output/feeds/uncategorized.rss.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-
-Memopol Projecthttp://www.memopol.org/Bridging the gap between politics and citizensSat, 20 Oct 2012 17:42:00 +0200What’s new on Memopol ? #5http://www.memopol.org/whats-new-on-memopol-5.html<p>Hello there !</p>
-<p>We did a lot these days for Memopol !</p>
-<h2>Spreading Memopol anywhere</h2>
-<p>First, we did some work in order to let you use Memopol for any other
-cause! We believe this tool is awesome, so we want to spread it! Image
-if you could go on the political memory of every citizen groups that
-represents your interests and have an accurate idea on how well your
-representatives are effectivly representing you?</p>
-<p>It is now possible to personalize Memopol for your own project →
-<a href="https://github.com/Psycojoker/memopol2#personalization">https://github.com/Psycojoker/memopol2#personalization</a></p>
-<p>We also worked on make it easier to update Memopol data →
-<a href="%20https://github.com/Psycojoker/memopol2#updating-memopols-data">https://github.com/Psycojoker/memopol2#updating-memopols-data</a></p>
-<h2>Updates</h2>
-<p>Speaking about updating Memopol we are proud to announce you that now,
-Memopol is up to date concerning the French deputies data \o/ </p>
-<p>Thanks to <a href="https://twitter.com/tarNeFyS">Tarnefys</a> for that!</p>
-<h2>QCC, Day 1</h2>
-<p>As you probably already know, Memopol team is here at the
-<a href="http://www.laquadrature.net/wiki/Quadrature_Communication_Camp">QCC</a> to
-improve Memopol.</p>
-<p>We are working on new features for the tool, like trophees that we could
-put on the profiles of the MEPs : if they have voted a lot for Net
-Neutrality, for example.</p>
-<p>We also have --which is great-- a little design team that made already
-some work for Memopol. Maybe we'll have a brand new design to present
-you after the weekend! </p>
-<p>Thanks to quota_atypique, ybon, cocodaemon for their work \o/</p>
-<p>We'll come back to you tomorrow and tell you what was done today!</p>bramSat, 20 Oct 2012 17:42:00 +0200tag:www.memopol.org,2012-10-20:whats-new-on-memopol-5.html
\ No newline at end of file
diff --git a/output/fr/an-introduction-to-the-project.html b/output/fr/an-introduction-to-the-project.html
new file mode 100644
index 0000000000000000000000000000000000000000..fdcfb75aad995761e18b4218596f1d253fa42d8b
--- /dev/null
+++ b/output/fr/an-introduction-to-the-project.html
@@ -0,0 +1,144 @@
+
+
+
+
+ An Introduction to the project
+
+
+
+
+
+
+
+
+
+
+
+
The best way to explain what Political Memory is, is by explaining where
+it came from.
+
So, let's start by a bit of context. Political Memory is a tool built by
+La Quadrature du Net. It is its major
+campaigning tool.
+
La Quadrature du Net is a citizen group defending fundamental rights on
+the Internet by:
+
+
raising citizen awareness about their political representatives'
+ actions
+
trying to get citizens involved in the political life and demand of
+ their representatives that they represent and defend their rights
+
acting very closely with these representatives
+
organising campaigns during which citizens contact their
+ representatives before certain votes or for given occasions,
+ educating or warning MPs about issues
+
getting MEPs to sign written declarations (for instance, La
+ Quadrature campaigned on a written declaration about
+ ACTA which over half the MEPs
+ signed)
+
and most importantly, trying to increase the political cost of
+ decisions. Making sure elected representatives think long and hard
+ about what their constituents will think of their decisions. The
+ Hadopi “three-strike” law in France is a very good example of that.
+
+
In order to reach these goals, Political Memory tries to make it easy
+for citizens to:
+
+
follow la Quadrature's work, and campaigns
+
understand their representatives' actions
+
make it easy to contact their representatives
+
raise the political cost of representatives' decisions by keeping
+ them under close scrutiny
+
+
In order to work, Political Memory gets its data from two sources:
+
+
The European Parliament, via Parltrack, for the European MPs
+
The French Parliament, via NosDeputes.fr, for the French MPs
+
+
This data is then used for several things:
+
+
MEP listings and contact details
+
voting data
+
show these representatives' score according to our voting
+ recommendation
+
+
Once all this data is input, MEPs are rated, votes are recorded and
+citizens can see what a given MEP has been up to, how they've voted on
+specific issues (those on which la Quadrature works).
+
Citizens can easily reach out to their representative, at any time, or
+during a specific campaign.
+
Eventually, this will increase the connexion between citizens and their
+representatives, putting citizens' concern back at the centre of
+politics.
+ We vote for a new representative with: their party's program, their
+ communication campaign, the promises they made, our historical attachment...
+ And sometimes, we might even remember a few things they've done !
+
+ In the French National Assembly, it was
+ reported for the XIVe législature
+ that only 135 votes were taken as public and that 1193 of them were
+ taken as "ordinary": secret votes.
+
+ We vote for a new representative with: their party's program, their
+ communication campaign, the promises they made, our historical attachment...
+ And sometimes, we might even remember a few things they've done !
+
+ In the French National Assembly, it was
+ reported for the XIVe législature
+ that only 135 votes were taken as public and that 1193 of them were
+ taken as "ordinary": secret votes.
+
+ We vote for a new representative with: their party's program, their
+ communication campaign, the promises they made, our historical attachment...
+ And sometimes, we might even remember a few things they've done !
+
+ In the French National Assembly, it was
+ reported for the XIVe législature
+ that only 135 votes were taken as public and that 1193 of them were
+ taken as "ordinary": secret votes.
+
+ We vote for a new representative with: their party's program, their
+ communication campaign, the promises they made, our historical attachment...
+ And sometimes, we might even remember a few things they've done !
+
+ In the French National Assembly, it was
+ reported for the XIVe législature
+ that only 135 votes were taken as public and that 1193 of them were
+ taken as "ordinary": secret votes.
+
+ We vote for a new representative with: their party's program, their
+ communication campaign, the promises they made, our historical attachment...
+ And sometimes, we might even remember a few things they've done !
+
+ In the French National Assembly, it was
+ reported for the XIVe législature
+ that only 135 votes were taken as public and that 1193 of them were
+ taken as "ordinary": secret votes.
+
+ We vote for a new representative with: their party's program, their
+ communication campaign, the promises they made, our historical attachment...
+ And sometimes, we might even remember a few things they've done !
+
+ In the French National Assembly, it was
+ reported for the XIVe législature
+ that only 135 votes were taken as public and that 1193 of them were
+ taken as "ordinary": secret votes.
+
+ We vote for a new representative with: their party's program, their
+ communication campaign, the promises they made, our historical attachment...
+ And sometimes, we might even remember a few things they've done !
+
+ In the French National Assembly, it was
+ reported for the XIVe législature
+ that only 135 votes were taken as public and that 1193 of them were
+ taken as "ordinary": secret votes.
+
During an election, when you have the possibility to vote to choose your
+new representative, most of the time the elements that can help you make
+a choice are:
We're not that regular in posting, you'll notice…
+In fact, we're quite busy these days, because we welcomed new (and
+active!) contributors to the project, who did a lot.
+
New contributors and happy hacking
+
You can find all of this improvement on the development instance:
+http ...
Political memory is a nice and important project. A lot of work has been
+done lately to make it more friendly.
+
This is made real because people are here, taking care of the project,
+building it, maintaining it. And, as we want Memopol to be spread
+everywhere, to be powerful ...
What did we say? "the new design will be soon presented to you"?
+It's live now!
+Thanks to all the people present at the QCC and after for their work :)
+
You can see how pretty is Memopol now here →
+memopol.lqdn.fr
+We hope you ...
You know that we were at the QCC from the october, 19th, to the 21th. It
+was good to be all of us, at the same time, at the same place, to work
+on Memopol. A lot of things ...
You probably know that the whole Memopol team is here at the #QCC to
+work on the tool. Being reunited all together in the same place, at the
+same time, gives us the energy necessary to reach our goal!
+
+
Here is a quick summary of what we achieved over ...
First, we did some work in order to let you use Memopol for any other
+cause! We believe this tool is awesome, so we want to spread it! Image
+if you could go on the political memory ...
We are still working on the design. We gathered a bit more feedback from
+the ones that worked on it at the last quadratelier. Webdesigners need
+more poking around, but we have no worries, quota_atypique pokes around
+a lot.
During an election, when you have the possibility to vote to choose your
@@ -235,58 +206,14 @@ between those two worlds for them to better understand each other and to
work together again.
Memopol is the magical box we are building.
It's time for us, citizens, to take back our role in politics.
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
+
+
+
+
+
-
-
-
-
+
+
\ No newline at end of file
diff --git a/output/fr/index.html b/output/fr/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..5d987c005a51df92c9e325f40bd09a736323ec09
--- /dev/null
+++ b/output/fr/index.html
@@ -0,0 +1,268 @@
+
+
+
+
+ Site officiel de Memopol
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+MemoPolitics
+
+from the past
+
+for the future
+
+
+
+
+
+The human memory is bad, really bad, we are barely capable
+of remembering what we ate 3 weeks ago
+
+ We vote for a new representative with: their party's program, their
+ communication campaign, the promises they made, our historical attachment...
+ And sometimes, we might even remember a few things they've done !
+
+ In the French National Assembly, it was
+ reported for the XIVe législature
+ that only 135 votes were taken as public and that 1193 of them were
+ taken as "ordinary": secret votes.
+
+ We vote for a new representative with: their party's program, their
+ communication campaign, the promises they made, our historical attachment...
+ And sometimes, we might even remember a few things they've done !
+
+ In the French National Assembly, it was
+ reported for the XIVe législature
+ that only 135 votes were taken as public and that 1193 of them were
+ taken as "ordinary": secret votes.
+
+ We vote for a new representative with: their party's program, their
+ communication campaign, the promises they made, our historical attachment...
+ And sometimes, we might even remember a few things they've done !
+
+ In the French National Assembly, it was
+ reported for the XIVe législature
+ that only 135 votes were taken as public and that 1193 of them were
+ taken as "ordinary": secret votes.
+
+ We vote for a new representative with: their party's program, their
+ communication campaign, the promises they made, our historical attachment...
+ And sometimes, we might even remember a few things they've done !
+
+ In the French National Assembly, it was
+ reported for the XIVe législature
+ that only 135 votes were taken as public and that 1193 of them were
+ taken as "ordinary": secret votes.
+
Political Memory 2.0 is a free software tool to track and remember
+Members of the European Parliament's actions and votes.
+
On this site you will find more information about how Political Memory
+came to be, what it
+is
+and what it can be used for, how to install
+it
+and how to take part in its development, as well a regular news about
+ongoing development, straight from the development team.
+
Please join us in changing and upgrading democracy!
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/output/fr/memopol-post-qcc.html b/output/fr/memopol-post-qcc.html
new file mode 100644
index 0000000000000000000000000000000000000000..eb750ef1feefa040cc17d106b259312fa6c9665c
--- /dev/null
+++ b/output/fr/memopol-post-qcc.html
@@ -0,0 +1,123 @@
+
+
+
+
+ Memopol, post-QCC.
+
+
+
+
+
+
+
+
+
+
+
+
You know that we were at the QCC from the october, 19th, to the 21th. It
+was good to be all of us, at the same time, at the same place, to work
+on Memopol. A lot of things were done this weekend. Bram and Ybon,
+mostly, are finishing the work.
+
The design is almost integrated in dev. We keep working on the new
+scoring for the MEPs, we are importing assistants in the database,
+adding achievements, de-projectifying memopol, fixing public positions
+and working on adopting our new standard for representatives.
+
We can say that this weekend was kind of a « starting block » : we could
+unite the right people at the right moment and place, and this made the
+project reboot : more people are involved in Memopol now, a lot of
+things that were blocking us are now solved too and helped us to keep on
+moving.
+
We went to Barcelona in this state of mind.
+
Barcelona loves Memopol (and we love Barcelona)
+
Some people from La Quadrature were at theFC
+Forum in Barcelona. This event is made for
+hackers and artists to help building a world less censored, with more
+free culture and open knowledge. We presented Memopol there and it
+occured that some Spanish hacktivists wanted to add their parliament to
+Memopol!
+
So we are working with them --now that we have a « Memopol core »
+version that can be adapted for any project, to make this Spanish
+memopol work.
+You will soon be able to see the first result of this team work.
+¡Gracias to Anders, Coldwind, Pablog, and the ones we forgot!
+
We are glad to see this happening : this was part of the aim of this
+project, letting every organisation using their own Memopol for their
+causes.
+
So so so?
+
The new design will be soon presented to you so that you'll see how hard
+we worked to have a better app for activists, and, sure, there's still a
+lot to do :)
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/output/fr/new-design.html b/output/fr/new-design.html
new file mode 100644
index 0000000000000000000000000000000000000000..a8394a9abb85ea8e65a517872ba96a0a648603fc
--- /dev/null
+++ b/output/fr/new-design.html
@@ -0,0 +1,148 @@
+
+
+
+
+ The new design is live!
+
+
+
+
+
+
+
+
+
+
+
+
What did we say? "the new design will be soon presented to you"?
+It's live now!
+Thanks to all the people present at the QCC and after for their work :)
+
You can see how pretty is Memopol now here →
+memopol.lqdn.fr
+We hope you'll enjoy this new version --proudly powered by the QCC!--
+the same as we enjoyed improving it: we have a brand new design and a
+new search engine!
+
We changed a lot of things:
+
+
You can see the homepage is now organized. In one single glance you
+ can grasp everything that is at stake (the last tracked votes, news…
+ and a random MEP to make you discover the wonderful population of
+ the European Parliament :D)
+
We have a new menu, to help you find very quicly the information you
+ need: you can new have direct access to MEPs by commitee, country,
+ political group…
+
The MEP's lists have changed too:
+ https://memopol.lqdn.fr/search/?q=is_active%3A1,
+ they are clearer, and easier to use for activists. Don't miss the
+ customization part by clicking on "advanced" next to the search bar
+ ;)
+
The MEP's profile page is also prettier! You can see that you are
+ now able to add public positions: things that the MEP said, in a
+ newspaper, on the radio, concerning digital rights. Here is an
+ example →
+ https://memopol.lqdn.fr/europe/parliament/deputy/MarielledeSarnez/
+ You can also click on the tabs for further information.
+
The trophies are live too: we will be able to assign a "trophy" to
+ the MEPs who did a very good job, but also to the very bad ones :p
+ You can see an example here →
+ https://memopol.lqdn.fr/europe/parliament/deputy/RaulRomevaIRueda/
+ (his trophy is: best score)
+
We have now MEP's assistants' profiles pages, we are able to see
+ with which MEP each assistant worked
+
Internally with have started to "de-projectify" memopol in a effort
+ to make is more easy to tune for your own needs
+
+
BUT…!
+
There is still a lot to do (we'll never stop improving Memopol!), like :
+
+
positions (it's live, but the internal part of it needs more love to
+ work well)
+
the new scoring system
+
more dataporn
+
making Memopol internals more generic for it to be easier to us by
+ other citizen groups
+
+
…for example. I'm sure there's even more to do (we didn't thought about
+everything we could do :p)!
+
So, if you are interested in continuing this great effort, don't
+hesitate on joining us!
+
+
You can join #lqdn-memopol on the freenode server, we'll be there
+ to help you ;)
Political memory is a nice and important project. A lot of work has been
+done lately to make it more friendly.
+
This is made real because people are here, taking care of the project,
+building it, maintaining it. And, as we want Memopol to be spread
+everywhere, to be powerful, to be better and better, we need people to
+help us achieve this.
+
So, here the thing :
+
We have a tremendously useful tool, Memopol, and we have a bunch of
+organisations starving for a practical way to collect data from their
+parliament(s).
+At the moment, Memopol is very much designed for La Quadrature du Net's
+purpose. That's why it is now so shinny and relevant... for us. But, it
+is not what other organisations are looking for. Organisations fighting
+for spreading farmer seeds want relevant data on last votes about food
+processing or agriculture, French organisations on transparency need
+data from the French Parliament etc.
+La Quadrature du Net doesn't have nor time nor ressources nor interest
+to provide all of those data. It is then these organisations'
+responsibility to deal with this job. Though, it doesn't mean we can't
+help them.
+
So here is the aim of this post: part of the Memopol current team
+volunteered to make this fantastic tool transferrable for other use than
+the fight for fundamental freedoms online. But we need more people ready
+to get dirty in the process.
+
We are looking for :
+
+
django developper (most important for the moment)
+
front end developpers (we aren't using any specific framework, just
+ jquery)
+
webdesigners
+
people who like to play with data and make datavisualization
+
+
We know a lot of organisations are interested in Memopol, but often,
+they don't have the skills yet to use it. It would be great if we could
+"package" it, making it really easy to handle and then spread it among
+the world. We would see dozens of little Memopol growing up all around
+the Internetz and making thousands of happy activists call and track
+their representatives. That's how we spread datalove
+
\<3
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/output/fr/pages/a-propos-de-memopol.html b/output/fr/pages/a-propos-de-memopol.html
new file mode 100644
index 0000000000000000000000000000000000000000..b5535f8ee1fa9a56f692f9b8930c48c2a422c9b3
--- /dev/null
+++ b/output/fr/pages/a-propos-de-memopol.html
@@ -0,0 +1,84 @@
+
+
+
+
+ À propos de Memopol
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
À propos de Memopol
+
Mémoire Politique est un outil conçu pour aider les citoyen(ne)s à suivre l'activité et les votes de leurs député(e)s européen(ne)s, et les aider à influencer leurs décisions et leurs politiques en facilitant au maximum leur mise en relation.
+
L'idée est simple : beaucoup de décisions sont prises au Parlement européen (et aux parlement nationaux) en sachant que la plupart des citoyen(ne)s ne seront pas au courant. En accentuant la surveillance des votes des député(e)s européen(ne)s, nous pouvons augmenter le coût politique de ces décisions et remettre les citoyen(ne)s au cœur de la vie politique.
+
Mémoire politique ambitionne de simplifier ce travail au maximum en donnant aux citoyen(ne)s une interface facile à utiliser pour visualiser les votes de leurs représentant(e)s, écrire des questions, suivre leurs élu(e)s dans le temps, et en leur donnant les moyens de contacter rapidement un(e) député(e) européen(ne) en listant toutes les informations utiles à un seul endroit.
+
Plus précisément, Mémoire politique est un logiciel qui peut être utilisé par tout le monde pour créer un site web afin de suivre leurs député(e)s européen(ne)s sur le sujet de leur choix, et se rappeler de ce qu'iels ont dit et ce qu'iels ont fait, en plus de les évaluer en fonction de critères biens précis.
+
C'est une application web écrite avec le framework Python Django, conçue pour être facilement déployé sur votre site web.
+
Ce projet, Memopol 2, est la version 2.0 de l'outil Mémoire Politique 1.0 écrit en Perl par la Quadrature du Net au début de l'activisme sur
+ Internet.
+
Mémoire politique est du logiciel libre (sous licence Affero GPL) que tout le monde peut utiliser, partager, étudier, enrichir, déboguer, tr
+aduire, etc.
+
Rendez-vous sur Download Page pour télécharger Mémoire politique, ou allez à l'exemp
+le à http://go.memopol.org pour le voir en action.
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/output/fr/pages/about-memopol.html b/output/fr/pages/about-memopol.html
new file mode 100644
index 0000000000000000000000000000000000000000..7f041c4a02631531a4ef583c86069735d4b81143
--- /dev/null
+++ b/output/fr/pages/about-memopol.html
@@ -0,0 +1,90 @@
+
+
+
+
+ About Memopol
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
About Memopol
+
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 a 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 Affero GPL license) that anybody can use, share, study, contribute to, debug, translate etc.
+
Go to the download page to download political memory, or go to our instance at http://go.memopol.org to see it in action.
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/output/fr/pages/faq-en.html b/output/fr/pages/faq-en.html
new file mode 100644
index 0000000000000000000000000000000000000000..466678b37c110c3433d77c0f831ee932aea6f0d8
--- /dev/null
+++ b/output/fr/pages/faq-en.html
@@ -0,0 +1,154 @@
+
+
+
+
+ FAQ (en)
+
+
+
+
+
+
+
+
+
+
+
+
What is the programming language used by Memopol?
+ Python. There is also some Javascript for the web side of things.
+ If you have webdesign skills, you can help make Memopol better on
+ the eyes and nicer to use.
+
+
+
Do you use a framework or a CMS?
+ Yes, we use the
+ Django framework.
+
+
+
Do you use a collaborative work tool such as SVN, GIT, Bazaaar,
+ Mercurial or something else?
+ Yes, we use Git, and the project is now hosted on Github :
+ https://github.com/political-memory.
+ The projet was hosted on Gitorious before. Bram, the main developer, maintained a mirror repo on
+ his Github account.
+
+
+
Is there bug tracking or other functionalities I should know and
+ use beyound source code sharing with revision control?
+ The BTS (bug tracking system) used now is Github's one :
+ https://github.com/political-memory/political_memory/issues.
+ To send a patch, a good way is cloning github repository, and make a pull request. You can also tell us your
+ repo's address.
+
+
+
Who should I get in touch with to take part in the project?
+ You can come say hi on the IRC channel \#lqdn-memopol on
+ irc://chat.freenode.net where you should find a warm welcome, or
+ simply get in touch by emailing contact(at)memopol.org, or the mailing list (link above).
+
+
+
Do the developers meet in a specific virtual space? Mumble?
+ IRC?
+ The developers meet on IRC (irc://irc.freenode.net\#lqdn-memopol).
+ There is no Mumble server, there is a mailing list to which you can
+ subscribe :
+ http://laquadrature.net/cgi-bin/mailman/listinfo/mempol2.
+ It is currently underused, as the developers mainly use IRC to
+ communicate.
+
+
+
Huse there been a UML analyses done, or something similar? Or is
+ there any technical introduction to the project, a task list, a
+ description of interfaces, etc.?
+ There is currently no UML. There is a database view here
+ https://projets.lqdn.fr/attachments/download/7/graph.png.
+ There is no specific technical introduction, Memopol is a relatively
+ standard Django project, the code is simple, it is mostly views
+ based on class based generic views (a Django feature). Each part is
+ properly isolated.
+ The SQL scheme is more complex on the other hand.
+
+
+
I'd like to help you but I don't have much time, to you have
+ specific tasks I could work on?
+ There are unfortunately no detailed tasks yet. The project is
+ moving too fast with too little coders to make the time investment
+ of detailing tasks worth it. But where there are needs, it is
+ possible to help meet the. The easiest path of action is to drop by
+ on IRC and ask Bram or is_null.
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/output/fr/pages/faq-fr.html b/output/fr/pages/faq-fr.html
new file mode 100644
index 0000000000000000000000000000000000000000..fb05a8cf6e1a83f5c64425cbc33bf7bc7e5c05ce
--- /dev/null
+++ b/output/fr/pages/faq-fr.html
@@ -0,0 +1,141 @@
+
+
+
+
+ FAQ (fr)
+
+
+
+
+
+
+
+
+
+
+
+
Quel est le langage de programmation utilisé par Memopol ?
+ Python. Il y a également un peu de Javascript (web).
+ Si vous avez des compétences en webdesign, vous pouvez également
+ nous aider à rendre Memopol plus beau et agréable à utiliser.
+
+
+
Utilisez vous un framework ou un CMS ?
+ Oui, nous utilisons le framework
+ Django.
+
+
+
Utilisez-vous un outil de travail collaboratif comme SVN, GIT,
+ Bazaaar, Mercurial ou autre ?
+ Oui, nous utilisons Git, et le projet est hébergé sur Github :
+ https://github.com/political-memory.
+ Le projet était sur Gitorious avant, et, Bram, le développeur principal, maintenait un miroir de ce dépôt sur son compte Github.
+
+
+
Y a t-il du bug tracking ou d'autres fonctionnalités que je
+ devrais connaître et utiliser en plus du partage de code source avec
+ contrôle de version ?
+ Le BTS (bug tracking system) est celui de Github, ici :
+ https://github.com/political-memory/political_memory/issues
+ Pour faire un patch, un bon moyen est de cloner le dépôt puis de faire une pull request.
+ Sinon, indiquez-nous l'adresse de votre dépôt.
+
+
+
Qui puis-je contacter pour participer au projet ?
+ Vous pouvez vous venir vous présenter sur le salon IRC
+ \#lqdn-memopol sur irc://chat.freenode.net où il vous sera fait bon
+ accueil, ou envoyer un mail sur contact(at)memopol.org ou sur la mailing-list (lien plus bas).
+
+
+
Y a t-il un endroit virtuel où les développeurs se retrouvent ?
+ Mumble ? IRC ?
+ Les dévelopeurs se retrouvent sur IRC
+ (irc://irc.freenode.net\#lqdn-memopol). Il n'y a pas de Mumble. Il y
+ a une mailing list
+ http://laquadrature.net/cgi-bin/mailman/listinfo/mempol2.
+ Elle est actuellement peu utilisée, les développeurs utilisant
+ principalement IRC.
+
+
+
Y a t-il déjà une analyse UML ou autre qui a été fait ? Ou
+ n'importe quelle introduction technique au projet, liste des tâches
+ à faire, description des interfaces, etc.
+ Il n'y a actuellement pas d'UML. Il y a un schéma de la BDD ici
+ https://projets.lqdn.fr/attachments/download/7/graph.png.
+ Il n'y a pas d'introduction technique, Memopol est un projet Django
+ relativement standard, le code est simple, c'est principalement de
+ l'affichage basé sur les class based generic views (une feature de
+ Django). Chaque partie est correctement isolée.
+ Le schéma SQL est un peu plus complexe, par contre.
+
+
+
J'aimerais participer mais je manque de temps, avez-vous des
+ tâches précises et détaillées à proposer ?
+ Il n'y a malheureusement pas de tâches détaillées pour l'instant.
+ Le projet avance trop vite et le nombre de codeurs est trop faible
+ pour que l'investissement de les détailler soit rentable. Mais si il
+ y a une demande il est tout à fait possible de la remplir. Le plus
+ simple est de passer sur IRC et de demander à Bram ou à is_null.
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/output/fr/pages/faq.html b/output/fr/pages/faq.html
new file mode 100644
index 0000000000000000000000000000000000000000..c181746512cc42be38c20bd8e63062f71d26db79
--- /dev/null
+++ b/output/fr/pages/faq.html
@@ -0,0 +1,143 @@
+
+
+
+
+ FAQ
+
+
+
+
+
+
+
+
+
+
+
+
Quel est le langage de programmation utilisé par Memopol ?
+ Python. Il y a également un peu de Javascript (web).
+ Si vous avez des compétences en webdesign, vous pouvez également
+ nous aider à rendre Memopol plus beau et agréable à utiliser.
+
+
+
Utilisez vous un framework ou un CMS ?
+ Oui, nous utilisons le framework
+ Django.
+
+
+
Utilisez-vous un outil de travail collaboratif comme SVN, GIT,
+ Bazaaar, Mercurial ou autre ?
+ Oui, nous utilisons Git, et le projet est hébergé sur Github :
+ https://github.com/political-memory.
+ Le projet était sur Gitorious avant, et, Bram, le développeur principal, maintenait un miroir de ce dépôt sur son compte Github.
+
+
+
Y a t-il du bug tracking ou d'autres fonctionnalités que je
+ devrais connaître et utiliser en plus du partage de code source avec
+ contrôle de version ?
+ Le BTS (bug tracking system) est celui de Github, ici :
+ https://github.com/political-memory/political_memory/issues
+ Pour faire un patch, un bon moyen est de cloner le dépôt puis de faire une pull request.
+ Sinon, indiquez-nous l'adresse de votre dépôt.
+
+
+
Qui puis-je contacter pour participer au projet ?
+ Vous pouvez vous venir vous présenter sur le salon IRC
+ \#lqdn-memopol sur irc://chat.freenode.net où il vous sera fait bon
+ accueil, ou envoyer un mail sur contact(at)memopol.org ou sur la mailing-list (lien plus bas).
+
+
+
Y a t-il un endroit virtuel où les développeurs se retrouvent ?
+ Mumble ? IRC ?
+ Les dévelopeurs se retrouvent sur IRC
+ (irc://irc.freenode.net\#lqdn-memopol). Il n'y a pas de Mumble. Il y
+ a une mailing list
+ http://laquadrature.net/cgi-bin/mailman/listinfo/mempol2.
+ Elle est actuellement peu utilisée, les développeurs utilisant
+ principalement IRC.
+
+
+
Y a t-il déjà une analyse UML ou autre qui a été fait ? Ou
+ n'importe quelle introduction technique au projet, liste des tâches
+ à faire, description des interfaces, etc.
+ Il n'y a actuellement pas d'UML. Il y a un schéma de la BDD ici
+ https://projets.lqdn.fr/attachments/download/7/graph.png.
+ Il n'y a pas d'introduction technique, Memopol est un projet Django
+ relativement standard, le code est simple, c'est principalement de
+ l'affichage basé sur les class based generic views (une feature de
+ Django). Chaque partie est correctement isolée.
+ Le schéma SQL est un peu plus complexe, par contre.
+
+
+
J'aimerais participer mais je manque de temps, avez-vous des
+ tâches précises et détaillées à proposer ?
+ Il n'y a malheureusement pas de tâches détaillées pour l'instant.
+ Le projet avance trop vite et le nombre de codeurs est trop faible
+ pour que l'investissement de les détailler soit rentable. Mais si il
+ y a une demande il est tout à fait possible de la remplir. Le plus
+ simple est de passer sur IRC et de demander à Bram ou à is_null.
You probably know that the whole Memopol team is here at the #QCC to
+work on the tool. Being reunited all together in the same place, at the
+same time, gives us the energy necessary to reach our goal!
+
+
Here is a quick summary of what we achieved over the week-end.
+
Thanks to Bram, the new scoring system is ready at the backend
+level. It should be way more logical and easy to understand: Members
+of the EP now start at 0, and they gain or lose points with each vote.
+This will be integrated after the new design is ready.
+
Jonathan has started to work on adapting the charts to the new scoring
+system, he will send us the results of his work during the week.
+
Some work has also been done on translating, most notably on charts.
+
Capslock has progessed in the implementation of public positions. It
+will allow us to add press articles or quotations regarding a
+representative to track his/her public position on our subjects.
+
Tarnefys is working on importing Members of the EP's assistants from
+Parltrack, which will provide us with
+useful campaigning information.
+
Zorun and Gawel have been working on an achievement system to
+attribute trophies to MEPs: the backend implementation is mostly ready.
+An achievement can be either positive or negative, and represents
+subjective data on a MEP, for instance "ACTA killer", "top 10
+score", "most abstentionist MEP", "has signed amendments on Net
+Neutrality", and so on.
+
Stef fixed the map of Europe for Respect My
+Net and
+Memopol: the maps were really slow to
+display, so he optimized them!
+
Ybon helped both teams and allowed us to communicate smoothly. He fixed
+a funny bug with the search system: we couldn't understand why
+searching for countries like Belgium (BE) and Austria (AT) didn't work.
+The reason is that "BE" and "AT" were taken as separator words by Woosh,
+our searching framework… You can look at the commit fixing
+this.
+
On the design side, we (currently Ybon and myself) warmly welcomed
+Serguei, who helped us a lot \o/ For instance, I drafted some HTML
+that he then integrated on the templates.
+
If everything works well, we'll have our beta-design by Sunday
+night!
+
As you can see, a lot has been done. We'll come back to you pretty soon
+with what was finally achieved and pushed to production and also what's
+planned next!
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/output/fr/recent-developments-made-short.html b/output/fr/recent-developments-made-short.html
new file mode 100644
index 0000000000000000000000000000000000000000..45e59d62b70c4676a7c4a893276708e3e332c1eb
--- /dev/null
+++ b/output/fr/recent-developments-made-short.html
@@ -0,0 +1,155 @@
+
+
+
+
+ Recent developments, made short
+
+
+
+
+
+
+
+
+
+
+
+
We're not that regular in posting, you'll notice…
+In fact, we're quite busy these days, because we welcomed new (and
+active!) contributors to the project, who did a lot.
Here is a summary of the modifications (more small things have been done
+and some contributors mutually improved each others patchs):
+
Mindiell:
+*#415: Make the "random MEP" the same for one day
+
Turbobilly:
+* disable endless paging button
+* sort meps by last name in votes results
+
Yohan Boniface:
+* prototype for a new map on the front page that uses d3.js (basically
+now your cpu won't go crazy when you visit the hompepage)
+
+Laurent Martelli:
+* "download as csv" on every search result
+
Okhin:
+* display the average score of the meps of a search result
+
Gu1:
+* performances improvement on search results page
+* make memopol working with parltrack new historical data (they have
+been put back on the website of the EP, this is a very important news!)
+
Thanks to all of them, they really made the project go forward, we'ere
+amazed \o/
+
Turbobilly also made a proto with microdata, to give MEP's score on
+Google Search results for Memopol !
+This will strengthten Memopol's influence, because the MEP's scores
+will be easily reachable.
+
And to finish, we have to tell you what was done in the communication
+field the last mouths !
+
Memopol at the #29c3 \o/
+
We set up a workshop about Memopol during the 29th Chaos Communication
+Congress this winter.
+
People from all around Europe came to hear about our tool : most of them
+didn't know what it was and came because they were curious.
+I was a bit disappointed to see that there were not so much people
+motivated to contribute into Memopol (come on, we're hackers, after all!
+), but the conversation was indeed interesting.
+
People from Austria and Germany were quite motivated to have their
+instance of Memopol for their own parliament, and explained how it could
+be difficult to do some open data, because a lot of votes are done by
+hand, which makes it difficult to track. Some French people came too,
+they were quite focused on law issues, it was the occasion to say that
+La Quadrature works to reform the copyright and comments were also
+welcome ;)
+There was some technical questions, I answered as I can. The mailing
+list and the IRC channel were proposed for further details.
+
So it was a good occasion to show how the tool works and why it's
+wonderful, but I'm sad having not found enthusiastic hackers to help us
+with the code :(
+
Memopol in a webdocumentary \o/
+
Julie Neven, young and promising journalist, has made a documentary in
+which Bram explains why Memopol is so important in our citizens' lifes
+\<3
+It's in French, sorry for those who don't understand.
+Here →
+http://www.julieneven.be/souslesbytes/
+As you can guess, the rest of the documentary is good to see !
+
Memopol, everywhere
+
I'm a bit happy with this duty of making Memopol spread everywhere and I
+talk about the project everytime I can. So some people heard about
+Memopol at the THSF, and at the last Ubuntu
+Party when I was talking about La Quadrature. Someone said : "Memopol ?
+It's a great tool !" --which was very pleasant to hear \o/
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/output/fr/tags.html b/output/fr/tags.html
new file mode 100644
index 0000000000000000000000000000000000000000..9a7ecb1e914c2c84e92586870158d3321c1861e7
--- /dev/null
+++ b/output/fr/tags.html
@@ -0,0 +1,76 @@
+
+
+
+
+ Site officiel de Memopol - Tags
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Tags for Site officiel de Memopol
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/output/fr/video-presentation-of-political-memory-at-constantvzw.html b/output/fr/video-presentation-of-political-memory-at-constantvzw.html
new file mode 100644
index 0000000000000000000000000000000000000000..cab80d7079f1e0107d2be84a7741dc8b6472db4f
--- /dev/null
+++ b/output/fr/video-presentation-of-political-memory-at-constantvzw.html
@@ -0,0 +1,97 @@
+
+
+
+
+ [video] Presentation of Political Memory at ConstantVZW
+
+
+
+
+
+
+
+
+
+
+
+
You can also watch Stefan's presentation of Parltrack and Pippi
+Longstrings as well as a debate about ACTA
+here.
+Look for the “Pipilongstrings” .ogv videos, the 5th being the one above
+about Political Memory.
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/output/fr/what-is-memopol.html b/output/fr/what-is-memopol.html
new file mode 100644
index 0000000000000000000000000000000000000000..4d308ccabc0d47ebe996a03b13080ec1c3485ee2
--- /dev/null
+++ b/output/fr/what-is-memopol.html
@@ -0,0 +1,94 @@
+
+
+
+
+ What is Memopol ?
+
+
+
+
+
+
+
+
+
+
+
+
Political Memory is a tool designed by La Quadrature du Net to help European citizens to reach members of European Parliament (MEPs) and track their voting records on issues related to fundamental freedoms online.
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/output/fr/whats-new-on-memopol-2.html b/output/fr/whats-new-on-memopol-2.html
new file mode 100644
index 0000000000000000000000000000000000000000..c9efc96d645215fb7adcb848fec7ff88f345ac47
--- /dev/null
+++ b/output/fr/whats-new-on-memopol-2.html
@@ -0,0 +1,150 @@
+
+
+
+
+ What's new on Memopol ? #2
+
+
+
+
+
+
+
+
+
+
+
+
First of all, let us introduce you to our brand new logo! \o/
+
+
It is on prod, and as we warned you last time, it has been modified a
+bit to be more parliament-like. Now it won't change and we're quite
+proud of it!
+
Let's all thank Alban for this great work!
+
Another great news with pictures : please check the new very nice map on
+the homepage!
+
+
Nice, isn't it ?
+
Documentation, moar documentation
+
Also, we have published documentation that explains how to read the
+graphs that we use in Memopol to allow you to have a better vision of
+what has happened.
Good news everyone! Memopol now offers most of its data via a Rest API
+so you can build applications related to it! You can find all the
+informations in the related documentation
+page.
+
Don't hesitate in giving us feedback and to build awesome things with
+it!
+
Feeding Memopol with data
+
On the data side, we retrieved opinions from memopol1, this allows us to
+distinguish between French deputies' opinions and eurodeputies'
+opinions, this informations was lost in the previous data importation.
+For French deputies' opinions, correct interfaces to display data are
+still needed.
+
The next step now is to make a better interface to display them. We want
+you to get the most of it, opinions beeing a very important part of
+Memopol!
+
Memopol now speak French!
+
We have just finished the translation of the interface! Thanks to our
+awesome french
+team!
+
You still might see text in english there and there, this is because
+it's dynamic data either coming from parltrack or from our project, this
+will need further work to tacle it but we'll sure handle it one day.
I you feel confident in any of those languages don't hesitate to ask to
+join a team on transifex and if you want to see Memopol translated in
+another language don't hesitate to contact
+us about that!
+
As we love Memopol, we chase bugs
+
To insure that we can fix bugs as soon as they appear, we have deployed
+a sentry to get a detailed repport
+each time a new bug shows up! It has already been useful, as we have
+already found and fixed bugs thanks to this!
+
We also fixed the csv link that was'nt working.
+
We fixed other minor bugs -we won't bother you with the list, but be
+sure that we take care of Memopol!
+
That's it for this post \o/
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/output/fr/whats-new-on-memopol-3.html b/output/fr/whats-new-on-memopol-3.html
new file mode 100644
index 0000000000000000000000000000000000000000..84ae39f56f5bded9abafc1f4762d3b7d4f3f9262
--- /dev/null
+++ b/output/fr/whats-new-on-memopol-3.html
@@ -0,0 +1,158 @@
+
+
+
+
+ What's new on Memopol ? #3
+
+
+
+
+
+
+
+
+
+
+
+
Hey, long time we haven't met! And by coincidence we have
+alot
+of exciting news!
+
A nicer and nicer Memopolfull of datalove!
+
You know we want Memopol to be beautiful. We've worked on it and we now
+have finished the display of the opinions! Here is an
+example,
+another
+example, and
+a third
+example.
+
Elections? Oh wait /o/
+
You probably heard about the french elections in june…Which means update
+for memopol on the french deputies' side!
+
So, we made various fixes on french deputies pages, there is still more
+work needed, we also use the new nosdeputes.fr widget (example
+here).
+
And we are now working on importing the new deputies in Memopol.
+
In addition we now have custom pages for french votes (for
+eg)
+and are planning on displaying more informations on it.
+
Another big project
+
Since the beginning of memopol we want to allow people to do custom
+queries on our dataset and we recently made some progress, you can play
+with our prototype
+here.
+
Datalove without borders
+
+Memopol is made to bring your elected representatives closer to you. We
+are working on translations to bring it even closer to you : in your own
+language \\o/
+
+
+Spanish and deutch translations have begun, you can contribute
+[here](https://www.transifex.net/projects/p/memopol2/), just ask to join
+a team and we'll validate you asap.
+
+Speaking about translations, we made also various fix in translation
+part!
+
+Code, code code
+---------------
+
+On the developement side, you'll notice that we have working system
+tests again!
+
+We are exploring continuous integration with travis but we still have a
+problem of path to run the tests. You can see it
+[here](http://travis-ci.org/#/Psycojoker/memopol2).
+
+Other details
+-------------
+
+Eurodeputies' opinions ' moderation should be faster now, we have
+upgraded it.
+
+On the (modest) SEO side, we have assured ourself on having custom
+\ everywhere!
+
+Also, we added the possibility to edit a zone on top of the right menu
+for jz (kudos to him, he managed to break the whole menu by not closing
+a \ tag while using his new toy :p).
+
+…And of course, a lot of small bugix, cleaning in trends code by bouska,
+and we can welcome 2 patchs by 2 new contributors:
+[koolfy](http://koolfy.be/) and rogdham, kudos to both of them \\o/.
+Thanks to you, and welcome, guys \\o/
+
+\<3
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/output/fr/whats-new-on-memopol-4.html b/output/fr/whats-new-on-memopol-4.html
new file mode 100644
index 0000000000000000000000000000000000000000..d142a833c4ba0290fb30ae61223729017bbb99f9
--- /dev/null
+++ b/output/fr/whats-new-on-memopol-4.html
@@ -0,0 +1,133 @@
+
+
+
+
+ What's new on Memopol ? #4
+
+
+
+
+
+
+
+
+
+
+
+
We are also working on merging memopol1 opinion's code with the new one.
+
An easier and faster tool
+
We did a lot of queries optimization, memopol is now way faster than
+before. Also we have made some internal code refactoring for a better
+organisation. (Thanks to the coders \o/) We are happy to welcome new
+contributors !
+
There is also a new clean tool to remove added data from LQDN to make
+Memopol clean for another citizen groups : this will be useful, because
+we want our tool to be used and reused by others. Good idead have to be
+spread everywhere :)
+
On the UX and design side, we are proud to announce we have a WIP
+advanced search form that will replace all the current listing. This
+will allow everyone to do advanced research. You can play with it here:
+http://mempol2.serverside.fr/europe/parliament/search/
+Many thanks to Yohan for this great
+work!
+
Spreading the word
+
Bram did a lot to spread the word : he did two presentations about
+Memopol, at the FNF2012 (Freedom Not Fear) and at the SFD2012 (Software
+Freedom Day).
Memopol will be one of the projects we'll work on at the Quadrature
+Communication Camp that will occur in Paris the 19th to the 21st of
+october. If you want to code all night long for the project, design it,
+and --of course-- have fun, please come over ! →
+http://www.laquadrature.net/wiki/Quadrature_Communication_Camp
+
We'll be back soon with news \o/
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/output/fr/whats-new-on-memopol-5.html b/output/fr/whats-new-on-memopol-5.html
new file mode 100644
index 0000000000000000000000000000000000000000..45e2856eedada4cb5be1935829b99488b841a039
--- /dev/null
+++ b/output/fr/whats-new-on-memopol-5.html
@@ -0,0 +1,115 @@
+
+
+
+
+ What’s new on Memopol ? #5
+
+
+
+
+
+
+
+
+
+
+
+
First, we did some work in order to let you use Memopol for any other
+cause! We believe this tool is awesome, so we want to spread it! Image
+if you could go on the political memory of every citizen groups that
+represents your interests and have an accurate idea on how well your
+representatives are effectivly representing you?
As you probably already know, Memopol team is here at the
+QCC to
+improve Memopol.
+
We are working on new features for the tool, like trophees that we could
+put on the profiles of the MEPs : if they have voted a lot for Net
+Neutrality, for example.
+
We also have --which is great-- a little design team that made already
+some work for Memopol. Maybe we'll have a brand new design to present
+you after the weekend!
+
Thanks to quota_atypique, ybon, cocodaemon for their work \o/
+
We'll come back to you tomorrow and tell you what was done today!
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/output/fr/whats-new-on-memopol-dev-n0.html b/output/fr/whats-new-on-memopol-dev-n0.html
new file mode 100644
index 0000000000000000000000000000000000000000..dd0bbeacdf1b4a8c141efffffd5cf94a75a50416
--- /dev/null
+++ b/output/fr/whats-new-on-memopol-dev-n0.html
@@ -0,0 +1,119 @@
+
+
+
+
+ What's new on memopol dev n°0
+
+
+
+
+
+
+
+
+
+
+
+
Hello everyone, this is the beginning of a series of development diaries
+to report on the progress of our project!
+
Latest improvements:
+As part of the latest improvements we have:
+
A great patch by new contributors: emel and
+benoitb. They have managed to reduce the
+incredibly high number of queries on every page where we list european
+deputies.
+
Now eurpdeputies' score is displayed in the listings, so you'll see in a
+quick look how net-neutrality friendly your deputy is.
+See, notes are colorized from red to green depending on the value of
+the score :
+
+
And we can make .csv exports ! Which is great, if you want to download
+the data and have it in your favourite spreadsheets editor. This can
+help to prepare talks, or to play with the data a bit.
+See (it's on the top right of every list) :
+
+
Another important piece of news: the whole European Parliament website
+has changed. This is both good and bad news.
+
Good news, because this new version offers some new information and is
+better overall.
+
Bad news, we have less data now, especially the previous commitment of a
+deputy in a commitee, delegation or mandate, and the starting date of
+the current commitment.
+
Upcoming:
+
News about the design ! We're working on it :)
+
Memopol is still looking for more
+contributors, so send us an
+email or drop by on IRC (#lqdn-memopol on Freenode or via the
+webchat if you don't have a client) if
+you want to start participating!
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/output/fr/whats-new-on-memopol-dev-n1.html b/output/fr/whats-new-on-memopol-dev-n1.html
new file mode 100644
index 0000000000000000000000000000000000000000..d3c7b967cf67dcbe7a6f12ae6cd69aefb6614217
--- /dev/null
+++ b/output/fr/whats-new-on-memopol-dev-n1.html
@@ -0,0 +1,126 @@
+
+
+
+
+ What’s new on memopol dev n°1
+
+
+
+
+
+
+
+
+
+
+
+
We are still working on the design. We gathered a bit more feedback from
+the ones that worked on it at the last quadratelier. Webdesigners need
+more poking around, but we have no worries, quota_atypique pokes around
+a lot.
+
We are about to have a new logo, thanks to cocodaemon \o/
+
+
This may not be the final version, we are waiting for feedback,
+validations, and all that stuff before saying to the world that we have
+a beauuuutiful logo.
+
We thought about the users who love beautiful things, we thought also
+about the administrators and the developers : we updated the README
+with new informations, so you won't get lost in all this data. The goal
+is to make it useful to you!
We also wrote some documentation to help you understand the trend charts
+you can see on Memopol.
+It's still on dev, we are waiting for feedback before publishing it.
+We'll keep you in touch.
+
We also fixed some little useful points :
+
+
we finish retrieving missing deputies' opinions data from the first
+ version of Memopol, split them between European Parliament and
+ French Nationnal Assemblee and fix the displaying!
+
SEO stuff: when the server is on debug mode, the robots.txt displays
+ a disallow : / for each robot.
As some of you may know, we are relaunching active development of our tool Memopol (aka “Mémoire Politique” or “Political Memory”). Our goal is for it to become a clear, simple and usable (by regular humans) web site.
Memopol, for those of you who may not know, is among other things a tool that helped us win the battle against ACTA, both on the ground (it help to quickly find MEPs offices in the Brussels Parliament building, for instance) and by helping all the citizens who contacted MEPs by phone or mail (Memopol gave them contact details and information about the MEPs political position).
It is a wonderful campaigning and open data tool, which deserves to be developped to its full potential. We think it could be a lot better than it is right now, and we want to make it the best it can be!
@@ -133,61 +115,14 @@
So, we need graphic designers, readers, data-visualizators (is that a word?), and more generally your opinions and thoughts about the version we are building now, etc...
Feel free to join and answer so we can talk about all this!
Political Memory is a tool designed by La Quadrature du Net to help European citizens to reach members of European Parliament (MEPs) and track their voting records on issues related to fundamental freedoms online.
Last week was a busy one for the dev team. A handful of UI changes were made
-to make Memopol more useful !
-
The dossiers page was enhanced (and renamed to 'Dossiers', instead of 'Votes'
-previously) by adding the number of recommendations ; dossiers are now ...
A mini-hackathon has enabled much progress on both importing data from French parliament chambers as well as having a way of handling multiple chambers at once, from several data sources !
A gigantic amount of work has been done since the last release (when was it?), mostly an almost full rewrite of code, as well as a simplification of ...
As some of you may know, we are relaunching active development of our tool Memopol (aka “Mémoire Politique” or “Political Memory”). Our goal is for it to become a clear, simple and usable (by regular humans) web site.
-
Memopol, for those of you who may not know, is ...
+ We vote for a new representative with: their party's program, their
+ communication campaign, the promises they made, our historical attachment...
+ And sometimes, we might even remember a few things they've done !
+
+ In the French National Assembly, it was
+ reported for the XIVe législature
+ that only 135 votes were taken as public and that 1193 of them were
+ taken as "ordinary": secret votes.
+
Hello there !
-It's been a long time...like two years without posting, wow.
-
Memopol was a bit sleepy, it's hard to find new contributors, but, still, it appears to me that this projet needs to go on.
-So we decided to reboot this project !
We're not that regular in posting, you'll notice…
-In fact, we're quite busy these days, because we welcomed new (and
-active!) contributors to the project, who did a lot.
-
New contributors and happy hacking
-
You can find all of this improvement on the development instance:
-http ...
Political memory is a nice and important project. A lot of work has been
-done lately to make it more friendly.
-
This is made real because people are here, taking care of the project,
-building it, maintaining it. And, as we want Memopol to be spread
-everywhere, to be powerful ...
What did we say? "the new design will be soon presented to you"?
-It's live now!
-Thanks to all the people present at the QCC and after for their work :)
-
You can see how pretty is Memopol now here →
-memopol.lqdn.fr
-We hope you ...
You know that we were at the QCC from the october, 19th, to the 21th. It
-was good to be all of us, at the same time, at the same place, to work
-on Memopol. A lot of things ...
+ We vote for a new representative with: their party's program, their
+ communication campaign, the promises they made, our historical attachment...
+ And sometimes, we might even remember a few things they've done !
+
+ In the French National Assembly, it was
+ reported for the XIVe législature
+ that only 135 votes were taken as public and that 1193 of them were
+ taken as "ordinary": secret votes.
+
You probably know that the whole Memopol team is here at the #QCC to
-work on the tool. Being reunited all together in the same place, at the
-same time, gives us the energy necessary to reach our goal!
-
-
Here is a quick summary of what we achieved over ...
First, we did some work in order to let you use Memopol for any other
-cause! We believe this tool is awesome, so we want to spread it! Image
-if you could go on the political memory ...
+ We vote for a new representative with: their party's program, their
+ communication campaign, the promises they made, our historical attachment...
+ And sometimes, we might even remember a few things they've done !
+
+ In the French National Assembly, it was
+ reported for the XIVe législature
+ that only 135 votes were taken as public and that 1193 of them were
+ taken as "ordinary": secret votes.
+
We are still working on the design. We gathered a bit more feedback from
-the ones that worked on it at the last quadratelier. Webdesigners need
-more poking around, but we have no worries, quota_atypique pokes around
-a lot.
+ We vote for a new representative with: their party's program, their
+ communication campaign, the promises they made, our historical attachment...
+ And sometimes, we might even remember a few things they've done !
+
+ In the French National Assembly, it was
+ reported for the XIVe législature
+ that only 135 votes were taken as public and that 1193 of them were
+ taken as "ordinary": secret votes.
+
+ We vote for a new representative with: their party's program, their
+ communication campaign, the promises they made, our historical attachment...
+ And sometimes, we might even remember a few things they've done !
+
+ In the French National Assembly, it was
+ reported for the XIVe législature
+ that only 135 votes were taken as public and that 1193 of them were
+ taken as "ordinary": secret votes.
+
Political Memory 2.0 is a free software tool to track and remember
Members of the European Parliament's actions and votes.
On this site you will find more information about how Political Memory
@@ -115,61 +97,14 @@ it
and how to take part in its development, as well a regular news about
ongoing development, straight from the development team.
Please join us in changing and upgrading democracy!
A gigantic amount of work has been done since the last release (when was it?), mostly an almost full rewrite of code, as well as a simplification of the installation process. A new design is currently being integrated, as well as previous votes recommendations to start giving MEPs notes.
Parsing votes from assemblies websites is now working, and it gets easier to keep tabs on MEPs, the one who defends our positions and the one who opposes them. Meaning, it will get easier for people to influence in a positive way the legislative work.
@@ -148,61 +130,14 @@ contributors who made it possible (in alphabetical order):
You know that we were at the QCC from the october, 19th, to the 21th. It
@@ -140,61 +122,14 @@ causes.
The new design will be soon presented to you so that you'll see how hard
we worked to have a better app for activists, and, sure, there's still a
lot to do :)
A mini-hackathon has enabled much progress on both importing data from French parliament chambers as well as having a way of handling multiple chambers at once, from several data sources !
What did we say? "the new design will be soon presented to you"?
It's live now!
Thanks to all the people present at the QCC and after for their work :)
@@ -165,61 +147,14 @@ hesitate on joining us!
Here we finish this good news announcement. We hope we'll announce other
great news like this in the future ;)
Political memory is a nice and important project. A lot of work has been
done lately to make it more friendly.
This is made real because people are here, taking care of the project,
building it, maintaining it. And, as we want Memopol to be spread
@@ -143,61 +125,14 @@ the world. We would see dozens of little Memopol growing up all around
the Internetz and making thousands of happy activists call and track
their representatives. That's how we spread datalove
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.
+
+
+
+
+ About Memopol
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
About Memopol
+
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 a 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 Affero GPL license) that anybody can use, share, study, contribute to, debug, translate etc.
-
Go to the download page to download political memory, or go to our instance at http://go.memopol.org to see it action.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
Go to the download page to download political memory, or go to our instance at http://go.memopol.org to see it in action.
Quel est le langage de programmation utilisé par Memopol ?
- Python. Il y a également un peu de Javascript (web).
- Si vous avez des compétences en webdesign, vous pouvez également
- nous aider à rendre Memopol plus beau et agréable à utiliser.
-
-
-
Utilisez vous un framework ou un CMS ?
- Oui, nous utilisons le framework
- Django.
-
-
-
Utilisez-vous un outil de travail collaboratif comme SVN, GIT,
- Bazaaar, Mercurial ou autre ?
- Oui, nous utilisons Git, et le projet est hébergé sur Github :
- https://github.com/political-memory.
- Le projet était sur Gitorious avant, et, Bram, le développeur principal, maintenait un miroir de ce dépôt sur son compte Github.
-
-
-
Y a t-il du bug tracking ou d'autres fonctionnalités que je
- devrais connaître et utiliser en plus du partage de code source avec
- contrôle de version ?
- Le BTS (bug tracking system) est celui de Github, ici :
- https://github.com/political-memory/political_memory/issues
- Pour faire un patch, un bon moyen est de cloner le dépôt puis de faire une pull request.
- Sinon, indiquez-nous l'adresse de votre dépôt.
-
-
-
Qui puis-je contacter pour participer au projet ?
- Vous pouvez vous venir vous présenter sur le salon IRC
- \#lqdn-memopol sur irc://chat.freenode.net où il vous sera fait bon
- accueil, ou envoyer un mail sur contact(at)memopol.org ou sur la mailing-list (lien plus bas).
-
-
-
Y a t-il un endroit virtuel où les développeurs se retrouvent ?
- Mumble ? IRC ?
- Les dévelopeurs se retrouvent sur IRC
- (irc://irc.freenode.net\#lqdn-memopol). Il n'y a pas de Mumble. Il y
- a une mailing list
- http://laquadrature.net/cgi-bin/mailman/listinfo/mempol2.
- Elle est actuellement peu utilisée, les développeurs utilisant
- principalement IRC.
-
-
-
Y a t-il déjà une analyse UML ou autre qui a été fait ? Ou
- n'importe quelle introduction technique au projet, liste des tâches
- à faire, description des interfaces, etc.
- Il n'y a actuellement pas d'UML. Il y a un schéma de la BDD ici
- https://projets.lqdn.fr/attachments/download/7/graph.png.
- Il n'y a pas d'introduction technique, Memopol est un projet Django
- relativement standard, le code est simple, c'est principalement de
- l'affichage basé sur les class based generic views (une feature de
- Django). Chaque partie est correctement isolée.
- Le schéma SQL est un peu plus complexe, par contre.
-
-
-
J'aimerais participer mais je manque de temps, avez-vous des
- tâches précises et détaillées à proposer ?
- Il n'y a malheureusement pas de tâches détaillées pour l'instant.
- Le projet avance trop vite et le nombre de codeurs est trop faible
- pour que l'investissement de les détailler soit rentable. Mais si il
- y a une demande il est tout à fait possible de la remplir. Le plus
- simple est de passer sur IRC et de demander à Bram ou à is_null.