eliot/extras/reports
Olivier Teulière 1dcf458695 Stats report: add "tooltips" to show the played move.
Implementation heavily based on a proof of concept by Joan Montané.
2013-01-20 19:34:51 +01:00
..
eliot.py Reports: initial version, with 2 reports. 2012-12-11 21:33:47 +01:00
README.txt Reports: initial version, with 2 reports. 2012-12-11 21:33:47 +01:00
sigles.py Reports: initial version, with 2 reports. 2012-12-11 21:33:47 +01:00
stats.css Stats report: add "tooltips" to show the played move. 2013-01-20 19:34:51 +01:00
stats.py Stats reports: new option to embed the CSS into the HTML file 2012-12-14 10:58:25 +01:00
stats.tmpl Stats report: add "tooltips" to show the played move. 2013-01-20 19:34:51 +01:00

This directory contains several Python scripts to generate reports from Eliot
save games (in XML format). To run them, you need python installed, and in the
case of stats.py, you also need the Cheetah template engine
(http://www.cheetahtemplate.org/, package python-cheetah on Debian systems).

At the moment, the following scripts are supported:
    - stats.py generates an HTML page with information roughly equivalent to
      the Statistics window in Eliot
    - sigles.py generates a game summary, usable with the SIGLES program (used
      in  French Scrabble tournaments)

Each script gives usage information when called with a -h or --help argument.

Note that eliot.py is not directly usable: it contains utility functions
(mainly to extract data from the save game) that are called from the other
scripts.

If you write a new report that you find useful, please consider contributing
it!