view web/index.html @ 21:453278a81371

Add tablerecent() so recent.cgi will work as before. Port the tablerecent() function, which reads the most recent games directly from the logfile instead of the database. This allows recent.cgi to show games immediately without waiting for the recorder to put them in the database.
author John "Elwin" Edwards <elwin@sdf.org>
date Mon, 17 Sep 2012 13:41:10 -0700
parents 5297ccba4e70
children 070a9ced4d3e
line wrap: on
line source

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Roguelike Gallery</title>
<link rel="stylesheet" type="text/css" href="/main.css">
</head>
<body>
<h1>Roguelike Gallery</h1>
<div class="content">
<p>The Roguelike Gallery is a living museum of <a href="http://en.wikipedia.org/wiki/Roguelike">roguelike</a> games. A collection 
of historical roguelikes is being restored and made available for play on this server.</p>
<p>Using the <a href="http://rlgallery.org:8080/">Web app</a>, you can try the games in your Web browser.</p>
<p>You can also play by ssh to rlgallery.org.  The username is "rodney", and "yendor" is the password.</p>
<h2>Available Games</h2>
<ul>
<li><a href="/about/rogue3.html">Rogue V3</a></li>
<li><a href="/about/rogue4.html">Rogue V4</a></li>
<li><a href="/about/rogue5.html">Rogue V5</a></li>
<li><a href="/about/srogue.html">Super-Rogue</a></li>
<li><a href="/about/arogue5.html">Advanced Rogue 5</a></li>
</ul>
<h2>Scoring</h2>
<ul>
<li><a href="/scoring/">Scores</a></li>
<li><a href="/recent.cgi">Recent games</a></li>
<li><a href="/archive.cgi">ttyrec files</a></li>
</ul>
<h2>News</h2>
<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>
<p><strong>Jun. 30, 2012</strong>: I've fixed a bug that prevented new accounts from being created.</p>
<p><strong>Jun. 27, 2012</strong>: A <a href="tourn32.html">tournament</a> is being planned!</p>
<p><strong>Jun. 24, 2012</strong>: It is now possible to <a href="http://rlgallery.org:8080/">play in your browser</a>, without needing any other software.</p>
<p><strong>Feb. 2, 2012</strong>: Everything should be recovered from the failed upgrade. Please report any problems.</p>
<p><strong>Feb. 4, 2011</strong>: Some updates to the website. The <a href="/archive.cgi">ttyrec finder</a> is now usable.</p>
</div>
</body>
</html>