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.

diff --git a/web/download.html b/web/download.html index d1890a6..684b76e 100644 --- a/web/download.html +++ b/web/download.html @@ -9,7 +9,7 @@

Roguelike Gallery

-

You can download the games in the Gallery and play them on your own computer.

+

You can download the Gallery's games and play them on your own computer.

Source code

Download

Choose this if you want to build the games yourself, or investigate how they work.

@@ -22,6 +22,8 @@ free MacBook and $100 for an Apple Developer account.

Windows

Coming soon...

+

Bugs?

+

If you find any problems, report them on Bitbucket.

diff --git a/web/index.html b/web/index.html index 26f75dc..d072b4d 100644 --- a/web/index.html +++ b/web/index.html @@ -26,6 +26,7 @@ of historical roguelikes is being restored and made available for play on this s
  • ttyrec files
  • News

    +

    Oct. 5, 2013: All the games have been updated to fix various bugs. Super-Rogue now supports arrow keys. Games can be downloaded.

    Sep. 15, 2012: Advanced Rogue 5 is available to play, in time for the Annual Roguelike Release Party. The Web app has been updated too.

    Aug. 19, 2012: The upgrade is complete, games are back online. Watch for more changes.

    Jul. 27, 2012: The latency problems with the Web player should be resolved now.