annotate README.txt @ 33:25843238434a

Change the Python module's name back to rlgall. It is no longer an experimental variant. Using a database as a backend is a settled feature.
author John "Elwin" Edwards
date Thu, 02 Jan 2014 13:09:48 -0500
parents b003235abe75
children afb58e16bca8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
23
070a9ced4d3e Add README, put some new links on several pages.
John "Elwin" Edwards
parents:
diff changeset
1 RLG: various files used by the Roguelike Gallery.
070a9ced4d3e Add README, put some new links on several pages.
John "Elwin" Edwards
parents:
diff changeset
2
070a9ced4d3e Add README, put some new links on several pages.
John "Elwin" Edwards
parents:
diff changeset
3 dgl/ contains the Gallery's dgamelaunch.conf file, the dgamelaunch menus, and
24
ce26225f7d9d Switch to the Git version of dgamelaunch.
John "Elwin" Edwards
parents: 23
diff changeset
4 a patch to the Git version of dgamelaunch. The patch makes it compatible with
ce26225f7d9d Switch to the Git version of dgamelaunch.
John "Elwin" Edwards
parents: 23
diff changeset
5 the RLGWebD player and adds properly salted passwords.
23
070a9ced4d3e Add README, put some new links on several pages.
John "Elwin" Edwards
parents:
diff changeset
6
26
b003235abe75 Add lighttpd configuration files.
John "Elwin" Edwards
parents: 24
diff changeset
7 lighttpd/ contains the configuration files for lighttpd which have been
b003235abe75 Add lighttpd configuration files.
John "Elwin" Edwards
parents: 24
diff changeset
8 modified from the distribution versions.
b003235abe75 Add lighttpd configuration files.
John "Elwin" Edwards
parents: 24
diff changeset
9
23
070a9ced4d3e Add README, put some new links on several pages.
John "Elwin" Edwards
parents:
diff changeset
10 py/ contains various Python scripts.
070a9ced4d3e Add README, put some new links on several pages.
John "Elwin" Edwards
parents:
diff changeset
11
070a9ced4d3e Add README, put some new links on several pages.
John "Elwin" Edwards
parents:
diff changeset
12 py/recorder.py processes the log files and stores the data in a PostgreSQL
070a9ced4d3e Add README, put some new links on several pages.
John "Elwin" Edwards
parents:
diff changeset
13 database. It should be run periodically by cron.
070a9ced4d3e Add README, put some new links on several pages.
John "Elwin" Edwards
parents:
diff changeset
14
33
25843238434a Change the Python module's name back to rlgall.
John "Elwin" Edwards
parents: 26
diff changeset
15 py/rlgall.py is a module which recorder.py requires. It should be installed
23
070a9ced4d3e Add README, put some new links on several pages.
John "Elwin" Edwards
parents:
diff changeset
16 in /lib/python<x.y>/site-packages or the equivalent location.
070a9ced4d3e Add README, put some new links on several pages.
John "Elwin" Edwards
parents:
diff changeset
17
070a9ced4d3e Add README, put some new links on several pages.
John "Elwin" Edwards
parents:
diff changeset
18 web/ contains the static parts of the rlgallery.org website. Note that when
070a9ced4d3e Add README, put some new links on several pages.
John "Elwin" Edwards
parents:
diff changeset
19 installed, scoring/ needs to be writable by whatever user is running the
070a9ced4d3e Add README, put some new links on several pages.
John "Elwin" Edwards
parents:
diff changeset
20 recorder.py script.