comparison web/index.html @ 7:64272fc2350c

Begin importing the website. Add the files from the website's top-level directory. Note that recent.cgi still uses the old rlgall module.
author John "Elwin" Edwards <elwin@sdf.org>
date Sun, 19 Aug 2012 21:29:06 -0700
parents
children d34f2e40e67d
comparison
equal deleted inserted replaced
6:4778ab7de7aa 7:64272fc2350c
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
3 <head>
4 <title>Roguelike Gallery</title>
5 <link rel="stylesheet" type="text/css" href="/main.css">
6 </head>
7 <body>
8 <h1>Roguelike Gallery</h1>
9 <div class="content">
10 <p>The Roguelike Gallery is a living museum of <a href="http://en.wikipedia.org/wiki/Roguelike">roguelike</a> games. A collection
11 of historical roguelikes is being restored and made available for play on this server.</p>
12 <p>Try the new <a href="http://rlgallery.org:8080/">Web player</a>!</p>
13 <p>You can also play by ssh to rlgallery.org. The username is "rodney", and "yendor" is the password.</p>
14 <h2>Available Games</h2>
15 <ul>
16 <li><a href="/about/rogue3.html">Rogue V3</a></li>
17 <li><a href="/about/rogue4.html">Rogue V4</a></li>
18 <li><a href="/about/rogue5.html">Rogue V5</a></li>
19 <li><a href="/about/srogue.html">Super-Rogue</a></li>
20 </ul>
21 <h2>Scoring</h2>
22 <ul>
23 <li><a href="/scoring/">Scores</a></li>
24 <li><a href="/recent.cgi">Recent games</a></li>
25 <li><a href="/archive.cgi">ttyrec files</a></li>
26 </ul>
27 <h2>News</h2>
28 <p><strong>Aug. 19, 2012</strong>: The upgrade is complete, games are back online. Watch for more changes.</p>
29 <p><strong>Jul. 27, 2012</strong>: The latency problems with the Web player should be resolved now.</p>
30 <p><strong>Jun. 30, 2012</strong>: I've fixed a bug that prevented new accounts from being created.</p>
31 <p><strong>Jun. 27, 2012</strong>: A <a href="tourn32.html">tournament</a> is being planned!</p>
32 <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>
33 <p><strong>Feb. 2, 2012</strong>: Everything should be recovered from the failed upgrade. Please report any problems.</p>
34 <p><strong>Feb. 4, 2011</strong>: Some updates to the website. The <a href="/archive.cgi">ttyrec finder</a> is now usable.</p>
35 </div>
36 </body>
37 </html>