From 2e74e18c6aa6ed07f752edaf3fca978fa5768ab5 Mon Sep 17 00:00:00 2001
From: "John \"Elwin\" Edwards"
Date: Sat, 5 Oct 2013 17:10:24 -0700
Subject: [PATCH] Add README, put some new links on several pages.
---
README.txt | 17 +++++++++++++++++
web/about/index.html | 1 +
web/about/srogue.html | 2 +-
web/download.html | 4 +++-
web/index.html | 1 +
5 files changed, 23 insertions(+), 2 deletions(-)
create mode 100644 README.txt
diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..ad9907f
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,17 @@
+RLG: various files used by the Roguelike Gallery.
+
+dgl/ contains the Gallery's dgamelaunch.conf file, the dgamelaunch menus, and
+a patch to dgamelaunch 1.5.1 which makes it compatible with the RLGWebD
+player.
+
+py/ contains various Python scripts.
+
+py/recorder.py processes the log files and stores the data in a PostgreSQL
+database. It should be run periodically by cron.
+
+py/rlgalldb.py is a module which recorder.py requires. It should be installed
+in /lib/python/site-packages or the equivalent location.
+
+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.
diff --git a/web/about/index.html b/web/about/index.html
index 4b36968..46fb9ad 100644
--- a/web/about/index.html
+++ b/web/about/index.html
@@ -19,6 +19,7 @@
Other information
Site
diff --git a/web/about/srogue.html b/web/about/srogue.html
index 2aee20e..2a79ef4 100644
--- a/web/about/srogue.html
+++ b/web/about/srogue.html
@@ -13,7 +13,7 @@
final version, numbered 9.0, was completed in 1984.
Some of Super-Rogue's features, such as shops, mazes, and cockatrices, appeared in the original Hack at about the same time.
The Roguelike Restoration Project updated Super-Rogue to run on modern systems.
-The Roguelike Gallery modified Super-Rogue to work with rlgallery.org's system, and fixed a few bugs which made winning easy.
+The Roguelike Gallery modified Super-Rogue to work with rlgallery.org's system, fixed a few bugs which made winning easy, and added support for the arrow keys.
The source code is available for download.