Roguelike Gallery miscellaneous files
Find a file
2015-01-11 14:49:27 -05:00
dgl dgamelaunch: define user/group by name instead of UID/GID. 2014-05-11 08:32:31 -07:00
lighttpd Update some lighttpd configuration files. 2014-12-26 16:46:25 -05:00
py stats2.py: add some 3D perspective to the graphs. 2014-05-26 19:50:02 -07:00
web Update the news with a new item. 2015-01-11 14:49:27 -05:00
README.txt Mention dependencies in README.txt. 2014-03-08 14:36:11 -08:00

RLG: various files used by the Roguelike Gallery.

dgl/ contains the Gallery's dgamelaunch.conf file, the dgamelaunch menus, and 
a patch to the Git version of dgamelaunch.  The patch makes it compatible with 
the RLGWebD player and adds properly salted passwords.

lighttpd/ contains the configuration files for lighttpd which have been 
modified from the distribution versions (current version 1.4.34).

py/ contains various Python scripts.  Python 3 is required.  The dependencies
needed are psycopg2 and pytz.

py/recorder.py processes the log files and stores the data in a PostgreSQL
database.  It should be run periodically by cron.

py/stats2.py does some statistical calculations and creates SVG charts which 
are included in the Web pages.  It should be run from cron, daily or so.

py/rlgall.py is a module which recorder.py requires.  It should be installed
in /lib/python<x.y>/site-packages or the equivalent location.

web/ contains the static parts of the rlgallery.org website.  Note that when 
installed, scoring/ needs to be writable by whatever user is running the 
recorder.py script.