Mercurial > hg > rlgallery-misc
annotate README.txt @ 24:ce26225f7d9d
Switch to the Git version of dgamelaunch.
author | John "Elwin" Edwards |
---|---|
date | Sun, 20 Oct 2013 17:45:38 -0700 |
parents | 070a9ced4d3e |
children | b003235abe75 |
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 |
070a9ced4d3e
Add README, put some new links on several pages.
John "Elwin" Edwards
parents:
diff
changeset
|
7 py/ contains various Python scripts. |
070a9ced4d3e
Add README, put some new links on several pages.
John "Elwin" Edwards
parents:
diff
changeset
|
8 |
070a9ced4d3e
Add README, put some new links on several pages.
John "Elwin" Edwards
parents:
diff
changeset
|
9 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
|
10 database. It should be run periodically by cron. |
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/rlgalldb.py is a module which recorder.py requires. It should be installed |
070a9ced4d3e
Add README, put some new links on several pages.
John "Elwin" Edwards
parents:
diff
changeset
|
13 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
|
14 |
070a9ced4d3e
Add README, put some new links on several pages.
John "Elwin" Edwards
parents:
diff
changeset
|
15 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
|
16 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
|
17 recorder.py script. |