annotate README.txt @ 72:1d8dc3ed22cf

Restore the default size of the high score list. In an era of megabyte JavaScript libraries, ten lines of text is not too much.
author John "Elwin" Edwards
date Sun, 20 Mar 2016 07:59:22 -0400
parents 5b4ff5680037
children d8720dbc16bb
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
47
1951f59156e4 Mention dependencies in README.txt.
John "Elwin" Edwards
parents: 46
diff changeset
8 modified from the distribution versions (current version 1.4.34).
26
b003235abe75 Add lighttpd configuration files.
John "Elwin" Edwards
parents: 24
diff changeset
9
47
1951f59156e4 Mention dependencies in README.txt.
John "Elwin" Edwards
parents: 46
diff changeset
10 py/ contains various Python scripts. Python 3 is required. The dependencies
1951f59156e4 Mention dependencies in README.txt.
John "Elwin" Edwards
parents: 46
diff changeset
11 needed are psycopg2 and pytz.
23
070a9ced4d3e Add README, put some new links on several pages.
John "Elwin" Edwards
parents:
diff changeset
12
070a9ced4d3e Add README, put some new links on several pages.
John "Elwin" Edwards
parents:
diff changeset
13 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
14 database. It should be run periodically by cron.
070a9ced4d3e Add README, put some new links on several pages.
John "Elwin" Edwards
parents:
diff changeset
15
46
afb58e16bca8 Mention stats2.py in the README.
John "Elwin" Edwards
parents: 33
diff changeset
16 py/stats2.py does some statistical calculations and creates SVG charts which
afb58e16bca8 Mention stats2.py in the README.
John "Elwin" Edwards
parents: 33
diff changeset
17 are included in the Web pages. It should be run from cron, daily or so.
afb58e16bca8 Mention stats2.py in the README.
John "Elwin" Edwards
parents: 33
diff changeset
18
33
25843238434a Change the Python module's name back to rlgall.
John "Elwin" Edwards
parents: 26
diff changeset
19 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
20 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
21
61
5b4ff5680037 Add a basic blog manager.
John "Elwin" Edwards
parents: 47
diff changeset
22 py/rlgnotes is a basic blog creator. It makes a blog (with RSS feed!) at
5b4ff5680037 Add a basic blog manager.
John "Elwin" Edwards
parents: 47
diff changeset
23 the URL /notes using text files as the source. Currently experimental.
5b4ff5680037 Add a basic blog manager.
John "Elwin" Edwards
parents: 47
diff changeset
24
23
070a9ced4d3e Add README, put some new links on several pages.
John "Elwin" Edwards
parents:
diff changeset
25 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
26 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
27 recorder.py script.