Mercurial > hg > rlgallery-misc
changeset 8:7371f972393b
Import the /about web pages.
author | John "Elwin" Edwards <elwin@sdf.org> |
---|---|
date | Thu, 23 Aug 2012 10:50:35 -0700 |
parents | 64272fc2350c |
children | 84c8e2c0b7f3 |
files | web/about/index.html web/about/rogue3.html web/about/rogue4.html web/about/rogue5.html web/about/srogue.html web/about/ttyrec.html |
diffstat | 6 files changed, 134 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/about/index.html Thu Aug 23 10:50:35 2012 -0700 @@ -0,0 +1,28 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html> +<head> +<title>About the Gallery</title> +<link rel="stylesheet" type="text/css" href="/main.css"> +</head> + +<body> +<h1>Roguelike Gallery</h1> +<div class="nav"><a href="/">rlgallery.org</a> -> About</div> +<div class="content"> +<h2>Games</h2> +<ul> +<li><a href="rogue3.html">About Rogue V3</a></li> +<li><a href="rogue4.html">About Rogue V4</a></li> +<li><a href="rogue5.html">About Rogue V5</a></li> +<li><a href="srogue.html">About Super-Rogue</a></li> +</ul> +<h2>Other information</h2> +<ul> +<li><a href="ttyrec.html">ttyrec files</a></li> +</ul> +<h2>Site</h2> +<p>rlgallery.org is hosted by <a href="http://www.linode.com/">Linode</a>. The server is currently running <a href="http://fedoraproject.org/">Fedora.</a></p> +<p>The Gallery also makes use of <a href="ftp://ftp.alt.org/pub/dgamelaunch/">dgamelaunch</a> and <a href="http://lighttpd.net/">lighttpd</a>.</p> +</div> +</body> +</html>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/about/rogue3.html Thu Aug 23 10:50:35 2012 -0700 @@ -0,0 +1,19 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html> +<head> +<title>rogue3</title> +<link rel="stylesheet" type="text/css" href="/main.css"> +</head> + +<body> +<h1>Rogue V3</h1> +<div class="nav"><a href="/">rlgallery.org</a> -> <a href="/about/">About</a> -> Rogue V3</div> +<div class="content"> +<p>This game is a version of Rogue 3.6. It was originally written by Michael Toy, Ken Arnold, and Glenn Wichman, released in June 1981, +and distributed with BSD. This was the first widely-played version of Rogue.</p> +<p>The <a href="http://rogue.rogueforge.net/">Roguelike Restoration Project</a> updated Rogue 3.6 to run on modern systems.</p> +<p>The Roguelike Gallery's version has been further modified to work with dgamelaunch and to log the results of all games.</p> +<p>The <a href="/files/rogue3-svn60.tar.gz">source code</a> can be downloaded.</p> +</div> +</body> +</html>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/about/rogue4.html Thu Aug 23 10:50:35 2012 -0700 @@ -0,0 +1,19 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html> +<head> +<title>rogue4</title> +<link rel="stylesheet" type="text/css" href="/main.css"> +</head> + +<body> +<h1>Rogue V4</h1> +<div class="nav"><a href="/">rlgallery.org</a> -> <a href="/about/">About</a> -> Rogue V4</div> +<div class="content"> +<p>This game is a version of Rogue 5.2. It was originally written by Michael Toy, Ken Arnold, and Glenn Wichman, released in April 1982, +and distributed with BSD. It is called V4 because it has more in common with the previous 4.x releases than with the 5.x versions which followed it.</p> +<p>The <a href="http://rogue.rogueforge.net/">Roguelike Restoration Project</a> updated Rogue 5.2 to run on modern systems.</p> +<p>The Roguelike Gallery's version has been further modified to work with dgamelaunch and to log the results of all games.</p> +<p>The <a href="/files/rogue4-svn60.tar.gz">source code</a> can be downloaded.</p> +</div> +</body> +</html>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/about/rogue5.html Thu Aug 23 10:50:35 2012 -0700 @@ -0,0 +1,19 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html> +<head> +<title>rogue5</title> +<link rel="stylesheet" type="text/css" href="/main.css"> +</head> + +<body> +<h1>Rogue V5</h1> +<div class="nav"><a href="/">rlgallery.org</a> -> <a href="/about/">About</a> -> Rogue V5</div> +<div class="content"> +<p>This game is a version of Rogue 5.4. It was originally developed by Michael Toy, Ken Arnold, and Glenn Wichman from 1983 to 1985. This was the last version +created for Unix.</p> +<p>The <a href="http://rogue.rogueforge.net/">Roguelike Restoration Project</a> updated Rogue 5.4 to run on modern systems.</p> +<p>The Roguelike Gallery's version has been further modified to work with dgamelaunch and to log the results of all games.</p> +<p>The source code is <a href="/files/rogue5-svn60.tar.gz">available for download</a>.</p> +</div> +</body> +</html>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/about/srogue.html Thu Aug 23 10:50:35 2012 -0700 @@ -0,0 +1,20 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html> +<head> +<title>rogue3</title> +<link rel="stylesheet" type="text/css" href="/main.css"> +</head> + +<body> +<h1>Super-Rogue</h1> +<div class="nav"><a href="/">rlgallery.org</a> -> <a href="/about/">About</a> -> Super-Rogue</div> +<div class="content"> +<p>Super-Rogue was developed from <a href="rogue3.html">Rogue 3.6</a> by Robert Kindelberger, who added many new monsters and items. It +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 source code is <a href="/files/srogue-svn60.tar.gz">available for download</a>. Warning: I haven't gotten to the documentation yet.</p> +</div> +</body> +</html>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/about/ttyrec.html Thu Aug 23 10:50:35 2012 -0700 @@ -0,0 +1,29 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html> +<head> +<title>TTYREC files</title> +<link rel="stylesheet" type="text/css" href="/main.css"> +</head> + +<body> +<h1>TTYREC files</h1> +<div class="nav"><a href="/">rlgallery.org</a> -> <a href="/about/">About</a> -> TTYRECs</div> +<div class="content"> +<p>TTYREC files are recordings of text-based sessions, much like screencasts are recordings of graphical sessions. The Roguelike Gallery and other roguelike +sites create ttyrec recordings of games played online, so that others can watch them. The <a href="/archive.cgi">Archiver</a> will search rlgallery.org's +ttyrecs for you.</p> +<p>As you might expect, ttyrecs are not video files that can be played in video players. They contain mostly text, and you will need a ttyrec player to +watch them.</p> +<p><a href="http://0xcc.net/ttyrec/">The original ttyrec program</a> comes with ttyplay.</p> +<p><a href="http://angband.pl/termrec.html">Termrec</a> includes termplay, which is easy to use and works on Windows.</p> +<p><a href="http://www.chiark.greenend.org.uk/~sgtatham/ipbt/">IPBT</a> is a newer player that allows you to rewind while playing.</p> +<p>A ttyrec produced on one kind of terminal will not play properly on a different kind of terminal. Most modern terminals are similar and should produce +compatible ttyrecs, but you might come across a file that won't work.</p> +<p>Replaying also might not work properly if your terminal is a different size from the one that produced the ttyrec. If things are getting drawn in the +wrong places, try making your terminal bigger. Unfortunately, ttyrecs don't tell you what the proper size is.</p> +<p>(But it can sometimes be deduced, if you don't mind poking around with a hex editor. Check near the beginning for the sequence +<span class="metavar"><escape></span>[1;<span class="metavar"><number of rows></span>r )</p> +<p>Note: if you are using ipbt, you must also tell ipbt what size terminal to use. Check ipbt's documentation.</p> +</div> +</body> +</html>