Roguelike Gallery miscellaneous files
Find a file
John "Elwin" Edwards bc4dda7e9e Rearrange the statistics pages.
Move each game's charts onto individual pages.  Put links to these
pages on /scoring/index.html, instead of dumping all the charts there.
2014-01-16 11:04:45 -08:00
dgl dgl config: don't set the cursor position. 2013-10-30 21:18:25 -07:00
lighttpd Add a new statistics script that creates SVG plots. 2014-01-10 07:15:39 -05:00
py stats2.py: make graphs of maxdepth. 2014-01-16 10:07:49 -08:00
web Rearrange the statistics pages. 2014-01-16 11:04:45 -08:00
README.txt Change the Python module's name back to rlgall. 2014-01-02 13:09:48 -05: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/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.