Mercurial > hg > rlgallery-misc
comparison web/about/index.html @ 83:7ff6a58ad861
Add more information to the "About" page.
author | John "Elwin" Edwards |
---|---|
date | Sat, 24 Feb 2018 17:04:18 -0500 |
parents | 2cca66b3e262 |
children | 6bd56ca54bfa |
comparison
equal
deleted
inserted
replaced
82:14850d283b54 | 83:7ff6a58ad861 |
---|---|
7 | 7 |
8 <body> | 8 <body> |
9 <h1>Roguelike Gallery</h1> | 9 <h1>Roguelike Gallery</h1> |
10 <div class="nav"><a href="/">rlgallery.org</a> -> About</div> | 10 <div class="nav"><a href="/">rlgallery.org</a> -> About</div> |
11 <div class="content"> | 11 <div class="content"> |
12 <h2>Games</h2> | 12 <p>The work of the Roguelike Gallery supports three main goals.</p> |
13 <h2>Software Maintenance</h2> | |
14 <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> | |
15 <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> | |
16 <h2>Public Play</h2> | |
17 <p>The Gallery also runs a public server allowing anyone to play the roguelike games.</p> | |
18 <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> | |
19 <h2>Information Source</h2> | |
20 <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> | |
21 <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> | |
22 <h2>Early Roguelike Collection</h2> | |
13 <ul> | 23 <ul> |
14 <li><a href="rogue3.html">About Rogue V3</a></li> | 24 <li><a href="rogue3.html">About Rogue V3</a></li> |
15 <li><a href="rogue4.html">About Rogue V4</a></li> | 25 <li><a href="rogue4.html">About Rogue V4</a></li> |
16 <li><a href="rogue5.html">About Rogue V5</a></li> | 26 <li><a href="rogue5.html">About Rogue V5</a></li> |
17 <li><a href="srogue.html">About Super-Rogue</a></li> | 27 <li><a href="srogue.html">About Super-Rogue</a></li> |
19 <li><a href="arogue7.html">About Advanced Rogue 7</a></li> | 29 <li><a href="arogue7.html">About Advanced Rogue 7</a></li> |
20 <li><a href="xrogue.html">About XRogue</a></li> | 30 <li><a href="xrogue.html">About XRogue</a></li> |
21 </ul> | 31 </ul> |
22 <h2>Other information</h2> | 32 <h2>Other information</h2> |
23 <ul> | 33 <ul> |
24 <li><a href="https://bitbucket.org/ElwinR/rl">Mercurial repository</a></li> | 34 <li><a href="https://icemonster.rlgallery.org/hg/">Mercurial repository</a> <a href="https://bitbucket.org/ElwinR/rl">(backup)</a></li> |
25 <li><a href="ttyrec.html">ttyrec files</a></li> | 35 <li><a href="ttyrec.html">ttyrec files</a></li> |
26 </ul> | 36 </ul> |
27 <h2>Site</h2> | 37 <h2>Server Technology</h2> |
28 <p>rlgallery.org is hosted by <a href="http://www.linode.com/">Linode</a>. The server is currently running <a href="http://fedoraproject.org/">Fedora.</a></p> | 38 <p>rlgallery.org is hosted by <a href="http://www.linode.com/">Linode</a>. The server is currently running <a href="http://fedoraproject.org/">Fedora</a>.</p> |
29 <p>The Gallery also makes use of <a href="ftp://ftp.alt.org/pub/dgamelaunch/">dgamelaunch</a> and <a href="http://lighttpd.net/">lighttpd</a>. Score | 39 <p>The Gallery also makes use of <a href="ftp://ftp.alt.org/pub/dgamelaunch/">dgamelaunch</a> and <a href="http://lighttpd.net/">lighttpd</a>. Score |
30 data is stored using <a href="http://www.postgresql.org/">PostgreSQL</a>.</p> | 40 data is stored using <a href="http://www.postgresql.org/">PostgreSQL</a>.</p> |
31 <p>The Web player was created with <a href="http://nodejs.org/">node.js</a>.</p> | 41 <p>The Web player was created with <a href="http://nodejs.org/">node.js</a>.</p> |
32 </div> | 42 </div> |
33 <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> | 43 <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> |
34 </body> | 44 </body> |