comparison README.txt @ 23:070a9ced4d3e

Add README, put some new links on several pages.
author John "Elwin" Edwards
date Sat, 05 Oct 2013 17:10:24 -0700
parents
children ce26225f7d9d
comparison
equal deleted inserted replaced
22:10b79bca2142 23:070a9ced4d3e
1 RLG: various files used by the Roguelike Gallery.
2
3 dgl/ contains the Gallery's dgamelaunch.conf file, the dgamelaunch menus, and
4 a patch to dgamelaunch 1.5.1 which makes it compatible with the RLGWebD
5 player.
6
7 py/ contains various Python scripts.
8
9 py/recorder.py processes the log files and stores the data in a PostgreSQL
10 database. It should be run periodically by cron.
11
12 py/rlgalldb.py is a module which recorder.py requires. It should be installed
13 in /lib/python<x.y>/site-packages or the equivalent location.
14
15 web/ contains the static parts of the rlgallery.org website. Note that when
16 installed, scoring/ needs to be writable by whatever user is running the
17 recorder.py script.