comparison README.txt @ 46:afb58e16bca8

Mention stats2.py in the README.
author John "Elwin" Edwards
date Sat, 25 Jan 2014 13:44:44 -0800
parents 25843238434a
children 1951f59156e4
comparison
equal deleted inserted replaced
45:0f4163dbbafc 46:afb58e16bca8
10 py/ contains various Python scripts. 10 py/ contains various Python scripts.
11 11
12 py/recorder.py processes the log files and stores the data in a PostgreSQL 12 py/recorder.py processes the log files and stores the data in a PostgreSQL
13 database. It should be run periodically by cron. 13 database. It should be run periodically by cron.
14 14
15 py/stats2.py does some statistical calculations and creates SVG charts which
16 are included in the Web pages. It should be run from cron, daily or so.
17
15 py/rlgall.py is a module which recorder.py requires. It should be installed 18 py/rlgall.py is a module which recorder.py requires. It should be installed
16 in /lib/python<x.y>/site-packages or the equivalent location. 19 in /lib/python<x.y>/site-packages or the equivalent location.
17 20
18 web/ contains the static parts of the rlgallery.org website. Note that when 21 web/ contains the static parts of the rlgallery.org website. Note that when
19 installed, scoring/ needs to be writable by whatever user is running the 22 installed, scoring/ needs to be writable by whatever user is running the