changeset 23:070a9ced4d3e

Add README, put some new links on several pages.
author John "Elwin" Edwards
date Sat, 05 Oct 2013 17:10:24 -0700
parents 10b79bca2142
children ce26225f7d9d
files README.txt web/about/index.html web/about/srogue.html web/download.html web/index.html
diffstat 5 files changed, 23 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README.txt	Sat Oct 05 17:10:24 2013 -0700
@@ -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<x.y>/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.
--- a/web/about/index.html	Tue Sep 10 15:23:13 2013 -0400
+++ b/web/about/index.html	Sat Oct 05 17:10:24 2013 -0700
@@ -19,6 +19,7 @@
 </ul>
 <h2>Other information</h2>
 <ul>
+<li><a href="https://bitbucket.org/ElwinR/rl">Mercurial repository</a></li>
 <li><a href="ttyrec.html">ttyrec files</a></li>
 </ul>
 <h2>Site</h2>
--- a/web/about/srogue.html	Tue Sep 10 15:23:13 2013 -0400
+++ b/web/about/srogue.html	Sat Oct 05 17:10:24 2013 -0700
@@ -13,7 +13,7 @@
 final version, numbered 9.0, was completed in 1984.</p>
 <p>Some of Super-Rogue's features, such as shops, mazes, and cockatrices, appeared in the original Hack at about the same time.</p>
 <p>The <a href="http://rogue.rogueforge.net/">Roguelike Restoration Project</a> updated Super-Rogue to run on modern systems.</p>
-<p>The Roguelike Gallery modified Super-Rogue to work with rlgallery.org's system, and fixed a few bugs which made winning easy.</p>
+<p>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.</p>
 <p>The source code is <a href="/files/roguelike-r109-src.tgz">available for download</a>.</p>
 </div>
 </body>
--- a/web/download.html	Tue Sep 10 15:23:13 2013 -0400
+++ b/web/download.html	Sat Oct 05 17:10:24 2013 -0700
@@ -9,7 +9,7 @@
 <h1>Roguelike Gallery</h1>
 <div class="nav"><a href="/">rlgallery.org</a> -&gt; Downloads</div>
 <div class="content">
-<p>You can download the games in the Gallery and play them on your own computer.</p>
+<p>You can download the Gallery's games and play them on your own computer.</p>
 <h2>Source code</h2>
 <p><a href="/files/roguelike-r109-src.tgz">Download</a></p>
 <p>Choose this if you want to build the games yourself, or investigate how they work.</p>
@@ -22,6 +22,8 @@
 free MacBook and $100 for an Apple Developer account.</p>
 <h2>Windows</h2>
 <p>Coming soon...</p>
+<h2>Bugs?</h2>
+<p>If you find any problems, report them on <a href="https://bitbucket.org/ElwinR/rl/issues">Bitbucket</a>.</p>
 </div>
 </body>
 </html> 
--- a/web/index.html	Tue Sep 10 15:23:13 2013 -0400
+++ b/web/index.html	Sat Oct 05 17:10:24 2013 -0700
@@ -26,6 +26,7 @@
 <li><a href="/archive.cgi">ttyrec files</a></li>
 </ul>
 <h2>News</h2>
+<p><strong>Oct. 5, 2013</strong>: All the games have been updated to fix various bugs. Super-Rogue now supports arrow keys. Games can be <a href="/download.html">downloaded</a>.</p>
 <p><strong>Sep. 15, 2012</strong>: <a href="about/arogue5.html">Advanced Rogue 5</a> is available to play, in time for the Annual Roguelike Release Party.  The Web app has been updated too.</p>
 <p><strong>Aug. 19, 2012</strong>: The upgrade is complete, games are back online. Watch for more changes.</p>
 <p><strong>Jul. 27, 2012</strong>: The latency problems with the Web player should be resolved now.</p>