[ New tool ]
Tool to show a French senate infographic by birth date.
- URL: /infographics/parlement-fr.php
- Title: Le parlement Français, une gérontocratie ?
- Description: Distribution par âge des sénateurs & députés.
- Datasource class: SenateursFrance (inherits from FrWikipediaDataSource)
Next step will be a generic tool to provide such graphic from
a Wikipedia category.
[ Infographics datasources ]
A new set of classes to represent datasources is avalaible:
- DataSource
- MediaWikiDataSource
- WikipediaDataSource
- FrWikipediaDataSource
[ 3rd party ]
- Importing code of MediaWikiBot https://github.com/kalebheitzman/mediawikibot
Our version is slighly refactored into a flexible generic API client.
[ Core ]
- Fixes a bug to Pluton core function string_between
- New tools core function: get_http_context Returns an HTTP stream context, with NasqueronTools/0.1 as user-agent and GET as method.
- New tools core function: get_innerHtml Returns the inner HTML content of DOM element
- New tools core function: get_array_from_html_table Converts an HTML table into a PHP array
[ Post-commit actions needed]
- Commit upstream string_between code change.
- Commit upstream MediaWikiBot code change.