# HG changeset patch # User John "Elwin" Edwards # Date 1519509858 18000 # Node ID 7ff6a58ad86156d65a56f18d593aa69ba06f6d1e # Parent 14850d283b54379b7b3632683a691903e99bd9a0 Add more information to the "About" page. diff -r 14850d283b54 -r 7ff6a58ad861 web/about/index.html --- a/web/about/index.html Wed Feb 07 20:54:48 2018 -0500 +++ b/web/about/index.html Sat Feb 24 17:04:18 2018 -0500 @@ -9,7 +9,17 @@

Roguelike Gallery

-

Games

+

The work of the Roguelike Gallery supports three main goals.

+

Software Maintenance

+

The Gallery cares for the source code of Rogue and its descendent games, modernizing the code, keeping it working as modern C compilers get stricter, and improving portability. Maintenance also includes the never-ending quest to fix bugs.

+

In pursuing this goal, the Gallery continues the work of the Roguelike Restoration Project.

+

Public Play

+

The Gallery also runs a public server allowing anyone to play the roguelike games.

+

By providing this service, the Gallery hopes to recover some of the gameplay environment in the university computer labs of the 1980's where Rogue was born. Similar projects include nethack.alt.org, the DCSS server network, and many other sites.

+

Information Source

+

The Gallery provides information about roguelike games through this Web site. This includes documentation and other articles about roguelike gameplay, history, or current events.

+

There are many other sources of roguelike information on the Internet. RogueBasin is one of the most well-known.

+

Early Roguelike Collection

Other information

-

Site

-

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

-

The Gallery also makes use of dgamelaunch and lighttpd. Score +

Server Technology

+

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

+

The Gallery also makes use of dgamelaunch and lighttpd. Score data is stored using PostgreSQL.

The Web player was created with node.js.