2016-12-28 16:53:08 -05:00
|
|
|
rlgallery-misc: miscellaneous files used by the Roguelike Gallery.
|
2013-10-05 17:10:24 -07:00
|
|
|
|
|
|
|
|
dgl/ contains the Gallery's dgamelaunch.conf file, the dgamelaunch menus, and
|
2013-10-20 17:45:38 -07:00
|
|
|
a patch to the Git version of dgamelaunch. The patch makes it compatible with
|
|
|
|
|
the RLGWebD player and adds properly salted passwords.
|
2013-10-05 17:10:24 -07:00
|
|
|
|
2016-12-28 16:53:08 -05:00
|
|
|
lighttpd/ contains a configuration file for lighttpd which should be included
|
|
|
|
|
from the main lighttpd.conf.
|
2013-10-28 20:33:23 -07:00
|
|
|
|
2014-03-08 14:36:11 -08:00
|
|
|
py/ contains various Python scripts. Python 3 is required. The dependencies
|
|
|
|
|
needed are psycopg2 and pytz.
|
2013-10-05 17:10:24 -07:00
|
|
|
|
|
|
|
|
py/recorder.py processes the log files and stores the data in a PostgreSQL
|
|
|
|
|
database. It should be run periodically by cron.
|
|
|
|
|
|
2014-01-25 13:44:44 -08:00
|
|
|
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.
|
|
|
|
|
|
2014-01-02 13:09:48 -05:00
|
|
|
py/rlgall.py is a module which recorder.py requires. It should be installed
|
2013-10-05 17:10:24 -07:00
|
|
|
in /lib/python<x.y>/site-packages or the equivalent location.
|
|
|
|
|
|
2015-01-30 09:25:32 -05:00
|
|
|
py/rlgnotes is a basic blog creator. It makes a blog (with RSS feed!) at
|
|
|
|
|
the URL /notes using text files as the source. Currently experimental.
|
|
|
|
|
|
2013-10-05 17:10:24 -07:00
|
|
|
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.
|