comparison README.txt @ 33:25843238434a

Change the Python module's name back to rlgall. It is no longer an experimental variant. Using a database as a backend is a settled feature.
author John "Elwin" Edwards
date Thu, 02 Jan 2014 13:09:48 -0500
parents b003235abe75
children afb58e16bca8
comparison
equal deleted inserted replaced
32:05a4afbe6299 33:25843238434a
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/rlgalldb.py is a module which recorder.py requires. It should be installed 15 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. 16 in /lib/python<x.y>/site-packages or the equivalent location.
17 17
18 web/ contains the static parts of the rlgallery.org website. Note that when 18 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 19 installed, scoring/ needs to be writable by whatever user is running the
20 recorder.py script. 20 recorder.py script.