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/pythonOther 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.