Mercurial > hg > rlgallery-misc
annotate web/about/index.html @ 99:801ec25cc0af
Update lighttpd configuration.
Explicitly set the document root, in case the default gets changed.
author | John "Elwin" Edwards |
---|---|
date | Sun, 02 Jan 2022 20:40:05 -0500 |
parents | 36d6787f7aed |
children |
rev | line source |
---|---|
8
7371f972393b
Import the /about web pages.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
7371f972393b
Import the /about web pages.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
2 <html> |
7371f972393b
Import the /about web pages.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
3 <head> |
7371f972393b
Import the /about web pages.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
4 <title>About the Gallery</title> |
7371f972393b
Import the /about web pages.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
5 <link rel="stylesheet" type="text/css" href="/main.css"> |
7371f972393b
Import the /about web pages.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
6 </head> |
7371f972393b
Import the /about web pages.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
7 |
7371f972393b
Import the /about web pages.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
8 <body> |
7371f972393b
Import the /about web pages.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
9 <h1>Roguelike Gallery</h1> |
91 | 10 <div class="nav"><a href="/">RLGallery</a> -> About</div> |
8
7371f972393b
Import the /about web pages.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
11 <div class="content"> |
83
7ff6a58ad861
Add more information to the "About" page.
John "Elwin" Edwards
parents:
81
diff
changeset
|
12 <p>The work of the Roguelike Gallery supports three main goals.</p> |
7ff6a58ad861
Add more information to the "About" page.
John "Elwin" Edwards
parents:
81
diff
changeset
|
13 <h2>Software Maintenance</h2> |
7ff6a58ad861
Add more information to the "About" page.
John "Elwin" Edwards
parents:
81
diff
changeset
|
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> |
7ff6a58ad861
Add more information to the "About" page.
John "Elwin" Edwards
parents:
81
diff
changeset
|
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> |
7ff6a58ad861
Add more information to the "About" page.
John "Elwin" Edwards
parents:
81
diff
changeset
|
16 <h2>Public Play</h2> |
7ff6a58ad861
Add more information to the "About" page.
John "Elwin" Edwards
parents:
81
diff
changeset
|
17 <p>The Gallery also runs a public server allowing anyone to play the roguelike games.</p> |
7ff6a58ad861
Add more information to the "About" page.
John "Elwin" Edwards
parents:
81
diff
changeset
|
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> |
7ff6a58ad861
Add more information to the "About" page.
John "Elwin" Edwards
parents:
81
diff
changeset
|
19 <h2>Information Source</h2> |
7ff6a58ad861
Add more information to the "About" page.
John "Elwin" Edwards
parents:
81
diff
changeset
|
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> |
7ff6a58ad861
Add more information to the "About" page.
John "Elwin" Edwards
parents:
81
diff
changeset
|
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> |
89 | 22 <h3>Early Roguelike Collection</h3> |
8
7371f972393b
Import the /about web pages.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
23 <ul> |
7371f972393b
Import the /about web pages.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
24 <li><a href="rogue3.html">About Rogue V3</a></li> |
7371f972393b
Import the /about web pages.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
25 <li><a href="rogue4.html">About Rogue V4</a></li> |
7371f972393b
Import the /about web pages.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
26 <li><a href="rogue5.html">About Rogue V5</a></li> |
7371f972393b
Import the /about web pages.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
27 <li><a href="srogue.html">About Super-Rogue</a></li> |
13
d34f2e40e67d
Add links to the Advanced Rogue 5 page.
John "Elwin" Edwards <elwin@sdf.org>
parents:
9
diff
changeset
|
28 <li><a href="arogue5.html">About Advanced Rogue 5</a></li> |
63
ad103f9f2e3a
Add support for Advanced Rogue 7 and XRogue.
John "Elwin" Edwards
parents:
36
diff
changeset
|
29 <li><a href="arogue7.html">About Advanced Rogue 7</a></li> |
ad103f9f2e3a
Add support for Advanced Rogue 7 and XRogue.
John "Elwin" Edwards
parents:
36
diff
changeset
|
30 <li><a href="xrogue.html">About XRogue</a></li> |
97 | 31 <li><a href="urogue.html">About UltraRogue</a></li> |
8
7371f972393b
Import the /about web pages.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
32 </ul> |
89 | 33 <h3>Other information</h3> |
8
7371f972393b
Import the /about web pages.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
34 <ul> |
89 | 35 <li><a href="https://icemonster.rlgallery.org/hg/">Mercurial repository</a></li> |
8
7371f972393b
Import the /about web pages.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
36 <li><a href="ttyrec.html">ttyrec files</a></li> |
7371f972393b
Import the /about web pages.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
37 </ul> |
89 | 38 <h3>Server Technology</h3> |
84
6bd56ca54bfa
Add more information about the history of V3 and V4.
John "Elwin" Edwards
parents:
83
diff
changeset
|
39 <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> |
89 | 40 <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 |
84
6bd56ca54bfa
Add more information about the history of V3 and V4.
John "Elwin" Edwards
parents:
83
diff
changeset
|
41 data is stored using <a href="https://www.postgresql.org/">PostgreSQL</a>.</p> |
6bd56ca54bfa
Add more information about the history of V3 and V4.
John "Elwin" Edwards
parents:
83
diff
changeset
|
42 <p>The Web player was created with <a href="https://nodejs.org/">node.js</a>.</p> |
89 | 43 <h3>Support Roguelike Games</h3> |
44 <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> | |
98 | 45 <h3>Contact</h3> |
46 <p>E-mail the Warden using the address <em>elwin</em> (at) <em>sdf.org</em>.</p> | |
8
7371f972393b
Import the /about web pages.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
47 </div> |
91 | 48 <div class="foot"><a href="/">RLGallery</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> |
8
7371f972393b
Import the /about web pages.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
49 </body> |
7371f972393b
Import the /about web pages.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
50 </html> |