comparison web/about/index.html @ 89:0c3e63de292c

Small updates to the About page.
author John "Elwin" Edwards
date Fri, 06 Sep 2019 09:57:35 -0400
parents 6bd56ca54bfa
children d417016bbf73
comparison
equal deleted inserted replaced
88:08c6e8c87caa 89:0c3e63de292c
17 <p>The Gallery also runs a public server allowing anyone to play the roguelike games.</p> 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> 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> 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> 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> 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> 22 <h3>Early Roguelike Collection</h3>
23 <ul> 23 <ul>
24 <li><a href="rogue3.html">About Rogue V3</a></li> 24 <li><a href="rogue3.html">About Rogue V3</a></li>
25 <li><a href="rogue4.html">About Rogue V4</a></li> 25 <li><a href="rogue4.html">About Rogue V4</a></li>
26 <li><a href="rogue5.html">About Rogue V5</a></li> 26 <li><a href="rogue5.html">About Rogue V5</a></li>
27 <li><a href="srogue.html">About Super-Rogue</a></li> 27 <li><a href="srogue.html">About Super-Rogue</a></li>
28 <li><a href="arogue5.html">About Advanced Rogue 5</a></li> 28 <li><a href="arogue5.html">About Advanced Rogue 5</a></li>
29 <li><a href="arogue7.html">About Advanced Rogue 7</a></li> 29 <li><a href="arogue7.html">About Advanced Rogue 7</a></li>
30 <li><a href="xrogue.html">About XRogue</a></li> 30 <li><a href="xrogue.html">About XRogue</a></li>
31 </ul> 31 </ul>
32 <h2>Other information</h2> 32 <h3>Other information</h3>
33 <ul> 33 <ul>
34 <li><a href="https://icemonster.rlgallery.org/hg/">Mercurial repository</a> <a href="https://bitbucket.org/ElwinR/rl">(backup)</a></li> 34 <li><a href="https://icemonster.rlgallery.org/hg/">Mercurial repository</a></li>
35 <li><a href="ttyrec.html">ttyrec files</a></li> 35 <li><a href="ttyrec.html">ttyrec files</a></li>
36 </ul> 36 </ul>
37 <h2>Server Technology</h2> 37 <h3>Server Technology</h3>
38 <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> 38 <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>
39 <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 39 <p>The Gallery also makes use of <a href="https://github.com/paxed/dgamelaunch">dgamelaunch</a> and <a href="https://www.lighttpd.net/">lighttpd</a>. Score
40 data is stored using <a href="https://www.postgresql.org/">PostgreSQL</a>.</p> 40 data is stored using <a href="https://www.postgresql.org/">PostgreSQL</a>.</p>
41 <p>The Web player was created with <a href="https://nodejs.org/">node.js</a>.</p> 41 <p>The Web player was created with <a href="https://nodejs.org/">node.js</a>.</p>
42 <h2>Support</h2> 42 <h3>Support Roguelike Games</h3>
43 <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> 43 <p>The Roguelike 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>
44 </div> 44 </div>
45 <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> 45 <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>
46 </body> 46 </body>
47 </html> 47 </html>