From ca978b175b4c3e21952a59c2d8869988a7fab51f Mon Sep 17 00:00:00 2001 From: "John \"Elwin\" Edwards" Date: Thu, 23 Aug 2012 10:50:35 -0700 Subject: [PATCH] Import the /about web pages. --- web/about/index.html | 28 ++++++++++++++++++++++++++++ web/about/rogue3.html | 19 +++++++++++++++++++ web/about/rogue4.html | 19 +++++++++++++++++++ web/about/rogue5.html | 19 +++++++++++++++++++ web/about/srogue.html | 20 ++++++++++++++++++++ web/about/ttyrec.html | 29 +++++++++++++++++++++++++++++ 6 files changed, 134 insertions(+) create mode 100644 web/about/index.html create mode 100644 web/about/rogue3.html create mode 100644 web/about/rogue4.html create mode 100644 web/about/rogue5.html create mode 100644 web/about/srogue.html create mode 100644 web/about/ttyrec.html diff --git a/web/about/index.html b/web/about/index.html new file mode 100644 index 0000000..0b1ddc7 --- /dev/null +++ b/web/about/index.html @@ -0,0 +1,28 @@ + + + +About the Gallery + + + + +

Roguelike Gallery

+ +
+

Games

+ +

Other information

+ +

Site

+

rlgallery.org is hosted by Linode. The server is currently running Fedora.

+

The Gallery also makes use of dgamelaunch and lighttpd.

+
+ + diff --git a/web/about/rogue3.html b/web/about/rogue3.html new file mode 100644 index 0000000..5ec3f7a --- /dev/null +++ b/web/about/rogue3.html @@ -0,0 +1,19 @@ + + + +rogue3 + + + + +

Rogue V3

+ +
+

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.

+

The Roguelike Restoration Project updated Rogue 3.6 to run on modern systems.

+

The Roguelike Gallery's version has been further modified to work with dgamelaunch and to log the results of all games.

+

The source code can be downloaded.

+
+ + diff --git a/web/about/rogue4.html b/web/about/rogue4.html new file mode 100644 index 0000000..b26274a --- /dev/null +++ b/web/about/rogue4.html @@ -0,0 +1,19 @@ + + + +rogue4 + + + + +

Rogue V4

+ +
+

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.

+

The Roguelike Restoration Project updated Rogue 5.2 to run on modern systems.

+

The Roguelike Gallery's version has been further modified to work with dgamelaunch and to log the results of all games.

+

The source code can be downloaded.

+
+ + diff --git a/web/about/rogue5.html b/web/about/rogue5.html new file mode 100644 index 0000000..587a620 --- /dev/null +++ b/web/about/rogue5.html @@ -0,0 +1,19 @@ + + + +rogue5 + + + + +

Rogue V5

+ +
+

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.

+

The Roguelike Restoration Project updated Rogue 5.4 to run on modern systems.

+

The Roguelike Gallery's version has been further modified to work with dgamelaunch and to log the results of all games.

+

The source code is available for download.

+
+ + diff --git a/web/about/srogue.html b/web/about/srogue.html new file mode 100644 index 0000000..782886c --- /dev/null +++ b/web/about/srogue.html @@ -0,0 +1,20 @@ + + + +rogue3 + + + + +

Super-Rogue

+ +
+

Super-Rogue was developed from Rogue 3.6 by Robert Kindelberger, who added many new monsters and items. It +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 source code is available for download. Warning: I haven't gotten to the documentation yet.

+
+ + diff --git a/web/about/ttyrec.html b/web/about/ttyrec.html new file mode 100644 index 0000000..f73f5af --- /dev/null +++ b/web/about/ttyrec.html @@ -0,0 +1,29 @@ + + + +TTYREC files + + + + +

TTYREC files

+ +
+

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 Archiver will search rlgallery.org's +ttyrecs for you.

+

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.

+

The original ttyrec program comes with ttyplay.

+

Termrec includes termplay, which is easy to use and works on Windows.

+

IPBT is a newer player that allows you to rewind while playing.

+

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.

+

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.

+

(But it can sometimes be deduced, if you don't mind poking around with a hex editor. Check near the beginning for the sequence +<escape>[1;<number of rows>r )

+

Note: if you are using ipbt, you must also tell ipbt what size terminal to use. Check ipbt's documentation.

+
+ +