# HG changeset patch # User John "Elwin" Edwards # Date 1635901810 14400 # Node ID 36d6787f7aed257d03e3c10dc8babdeecabd365e # Parent fb292a0184d902ac84eb4968e6a08d4795e2b4cc Small website updates. diff -r fb292a0184d9 -r 36d6787f7aed lighttpd/rlgallery.conf --- a/lighttpd/rlgallery.conf Mon Apr 05 21:57:20 2021 -0400 +++ b/lighttpd/rlgallery.conf Tue Nov 02 21:10:10 2021 -0400 @@ -10,7 +10,7 @@ "index.xhtml", "index.html", "index.htm", "index.cgi" ) -server.modules += ( "mod_cgi", "mod_redirect", "mod_setenv" ) +server.modules += ( "mod_cgi", "mod_setenv", "mod_redirect" ) cgi.assign = ( ".cgi" => "" ) @@ -32,6 +32,10 @@ "LC_CTYPE" => "en_US.utf8" ) +setenv.add-response-header = ( + "Permissions-Policy" => "interest-cohort=()" +) + # Turn on directory listing where it is needed $HTTP["url"] =~ "^/files/" { dir-listing.activate = "enable" diff -r fb292a0184d9 -r 36d6787f7aed web/about/index.html --- a/web/about/index.html Mon Apr 05 21:57:20 2021 -0400 +++ b/web/about/index.html Tue Nov 02 21:10:10 2021 -0400 @@ -42,6 +42,8 @@

The Web player was created with node.js.

Support Roguelike Games

The Roguelike Gallery does not currently need donations. Consider supporting Temple of the Roguelike or purchasing HyperRogue or another fun roguelike game.

+

Contact

+

E-mail the Warden using the address elwin (at) sdf.org.

RLGallery Recent Games High Scores Notes Play
diff -r fb292a0184d9 -r 36d6787f7aed web/about/rogue3.html --- a/web/about/rogue3.html Mon Apr 05 21:57:20 2021 -0400 +++ b/web/about/rogue3.html Tue Nov 02 21:10:10 2021 -0400 @@ -12,7 +12,7 @@

This game is a version of UNIX Rogue 3.6.

Development History

The original Rogue was created about 1980 by Michael Toy and Glenn Wichman, who at that time were students at the University of California, Santa Cruz. Michael Toy later transferred to Berkeley and continued to develop Rogue along with Ken Arnold, creator of the curses library.

-

Rogue first ran under the V6 Unix operating system on the DEC PDP-11 minicomputer. Early in 1981, copies of Rogue began to be included in the 2BSD software collection, which brought it to a wide audience. Version 3.6 was released in April 1981 and became very popular in university computer labs.

+

Rogue first ran under an early version of the BSD Unix operating system on the DEC PDP-11 minicomputer. Early in 1981, copies of Rogue began to be included in the 2BSD software collection, which brought it to a wide audience. Version 3.6 was released in April 1981 and became very popular in university computer labs.

Rogue 3.6 is the ancestor of Super-Rogue, Advanced Rogue, and the other early roguelikes. The original authors controlled access to Rogue's source code, mostly to make cheating harder. But sometime around June 1981, an unidentified outsider got hold of a copy. All the other games used this code as a starting point.

Restoration

Because of the copying incident, the Rogue 3.6 source code could be found in several places on the Internet. The Roguelike Restoration Project ported the game to run on modern computer systems. The RRP worked from 2000 to 2006, releasing a version called 3.6.3 at the end.