Roguelike Gallery miscellaneous files
Find a file
John "Elwin" Edwards 89083f037f Move the inprogress dirs into a single directory.
The inprogress dirs are now at /dgldir/inprogress/$GAME instead of
/dgldir/inprogress-$GAME.  This is less cluttered and may be more
convenient for watching.
2013-10-20 19:05:58 -07:00
dgl Move the inprogress dirs into a single directory. 2013-10-20 19:05:58 -07:00
py Add tablerecent() so recent.cgi will work as before. 2012-09-17 13:41:10 -07:00
web Add README, put some new links on several pages. 2013-10-05 17:10:24 -07:00
README.txt Switch to the Git version of dgamelaunch. 2013-10-20 17:45:38 -07: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.

py/ contains various Python scripts.

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

py/rlgalldb.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.