diff --git a/lighttpd/rlgallery.conf b/lighttpd/rlgallery.conf index 0fff2db..cd8b2dd 100644 --- a/lighttpd/rlgallery.conf +++ b/lighttpd/rlgallery.conf @@ -10,7 +10,7 @@ index-file.names += ( "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 @@ setenv.add-environment = ( "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 --git a/web/about/index.html b/web/about/index.html index a03fc2a..d0030ac 100644 --- a/web/about/index.html +++ b/web/about/index.html @@ -42,6 +42,8 @@ data is stored using PostgreSQL.

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 --git a/web/about/rogue3.html b/web/about/rogue3.html index a425774..4cda55c 100644 --- a/web/about/rogue3.html +++ b/web/about/rogue3.html @@ -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.