annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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>
7371f972393b Import the /about web pages.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
10 <div class="nav"><a href="/">rlgallery.org</a> -&gt; About</div>
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>
7ff6a58ad861 Add more information to the "About" page.
John "Elwin" Edwards
parents: 81
diff changeset
22 <h2>Early Roguelike Collection</h2>
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>
8
7371f972393b Import the /about web pages.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
31 </ul>
7371f972393b Import the /about web pages.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
32 <h2>Other information</h2>
7371f972393b Import the /about web pages.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
33 <ul>
83
7ff6a58ad861 Add more information to the "About" page.
John "Elwin" Edwards
parents: 81
diff changeset
34 <li><a href="https://icemonster.rlgallery.org/hg/">Mercurial repository</a> <a href="https://bitbucket.org/ElwinR/rl">(backup)</a></li>
8
7371f972393b Import the /about web pages.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
35 <li><a href="ttyrec.html">ttyrec files</a></li>
7371f972393b Import the /about web pages.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
36 </ul>
83
7ff6a58ad861 Add more information to the "About" page.
John "Elwin" Edwards
parents: 81
diff changeset
37 <h2>Server Technology</h2>
84
6bd56ca54bfa Add more information about the history of V3 and V4.
John "Elwin" Edwards
parents: 83
diff changeset
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>
6bd56ca54bfa Add more information about the history of V3 and V4.
John "Elwin" Edwards
parents: 83
diff changeset
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
6bd56ca54bfa Add more information about the history of V3 and V4.
John "Elwin" Edwards
parents: 83
diff changeset
40 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
41 <p>The Web player was created with <a href="https://nodejs.org/">node.js</a>.</p>
6bd56ca54bfa Add more information about the history of V3 and V4.
John "Elwin" Edwards
parents: 83
diff changeset
42 <h2>Support</h2>
6bd56ca54bfa Add more information about the history of V3 and V4.
John "Elwin" Edwards
parents: 83
diff changeset
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>
8
7371f972393b Import the /about web pages.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
44 </div>
81
2cca66b3e262 Add some more links to the page footers.
John "Elwin" Edwards
parents: 63
diff changeset
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>
8
7371f972393b Import the /about web pages.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
46 </body>
7371f972393b Import the /about web pages.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
47 </html>