Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/statistics/activities_aslo_stats.py
Commit message (Collapse)AuthorAgeFilesLines
* activities_aslo_stats now save a file with json dataGonzalo Odiard2013-04-121-45/+78
| | | | | | | In this way we can process many times the data without need spider the site every time. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Add a script to get stats parsing the pages from asloGonzalo Odiard2013-04-111-0/+58
This first version write a ";" separated values to the standard output The data is the activity code, name, last update date & user and compatibility from the last version. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>