view web/about/index.html @ 87:1bddd1839831

Update the dgamelaunch patch to work with the most recent changes. Also set the umask, just in case it defaults to 0077.
author John "Elwin" Edwards
date Sat, 24 Nov 2018 16:47:24 -0500
parents 6bd56ca54bfa
children 0c3e63de292c
line wrap: on
line source

<!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> -&gt; About</div>
<div class="content">
<p>The work of the Roguelike Gallery supports three main goals.</p>
<h2>Software Maintenance</h2>
<p>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.</p>
<p>In pursuing this goal, the Gallery continues the work of the <a href="https://web.archive.org/web/*/rogue.rogueforge.net">Roguelike Restoration Project</a>.</p>
<h2>Public Play</h2>
<p>The Gallery also runs a public server allowing anyone to play the roguelike games.</p>
<p>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 <a href="https://alt.org/nethack/">nethack.alt.org</a>, the DCSS server network, and many other sites.</p>
<h2>Information Source</h2>
<p>The Gallery provides information about roguelike games through this Web site. This includes documentation and other articles about roguelike gameplay, history, or current events.</p>
<p>There are many other sources of roguelike information on the Internet. <a href="http://www.roguebasin.com">RogueBasin</a> is one of the most well-known.</p>
<h2>Early Roguelike Collection</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>
<li><a href="arogue5.html">About Advanced Rogue 5</a></li>
<li><a href="arogue7.html">About Advanced Rogue 7</a></li>
<li><a href="xrogue.html">About XRogue</a></li>
</ul>
<h2>Other information</h2>
<ul>
<li><a href="https://icemonster.rlgallery.org/hg/">Mercurial repository</a> <a href="https://bitbucket.org/ElwinR/rl">(backup)</a></li>
<li><a href="ttyrec.html">ttyrec files</a></li>
</ul>
<h2>Server Technology</h2>
<p>rlgallery.org is hosted by <a href="https://www.linode.com/">Linode</a>. The server is currently running <a href="https://getfedora.org/">Fedora</a>.</p>
<p>The Gallery also makes use of <a href="ftp://ftp.alt.org/pub/dgamelaunch/">dgamelaunch</a> and <a href="https://www.lighttpd.net/">lighttpd</a>. Score
data is stored using <a href="https://www.postgresql.org/">PostgreSQL</a>.</p>
<p>The Web player was created with <a href="https://nodejs.org/">node.js</a>.</p>
<h2>Support</h2>
<p>The Gallery does not currently need donations. Consider supporting <a href="https://blog.roguetemple.com/">Temple of the Roguelike</a> or purchasing <a href="http://roguetemple.com/z/hyper/">HyperRogue</a> or another fun roguelike game.</p>
</div>
<div class="foot"><a href="/">rlgallery.org</a> <a href="/recent.cgi">Recent Games</a> <a href="/scoring/high.cgi">High Scores</a> <a href="/notes/">Notes</a> <a href="https://rlgallery.org:8080/">Play</a></div>
</body>
</html>