Roguelike Gallery miscellaneous files
Find a file
John "Elwin" Edwards aef04a38e1 Port to Python 3.
All scripts and modules have been ported to Python 3 and appear to
work.  Some changes to the lighttpd configuration were needed.
2013-12-31 13:36:19 -05:00
dgl dgl config: don't set the cursor position. 2013-10-30 21:18:25 -07:00
lighttpd Port to Python 3. 2013-12-31 13:36:19 -05:00
py Port to Python 3. 2013-12-31 13:36:19 -05:00
web Port to Python 3. 2013-12-31 13:36:19 -05:00
README.txt Add lighttpd configuration files. 2013-10-28 20:33:23 -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.

lighttpd/ contains the configuration files for lighttpd which have been 
modified from the distribution versions.

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.