Mercurial > hg > rlgallery-misc
annotate web/about/index.html @ 64:86ae333bb4c0
Capitalize the class field in database entries.
Some logfiles capitalize it and some don't.  It will now appear
consistently in the database and any database-derived pages.
That does not include recent.cgi, whose eventual status is still
undecided.
| author | John "Elwin" Edwards | 
|---|---|
| date | Tue, 23 Jun 2015 11:10:46 -0400 | 
| parents | ad103f9f2e3a | 
| children | 2cca66b3e262 | 
| 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> -> About</div> | 
| 
7371f972393b
Import the /about web pages.
 John "Elwin" Edwards <elwin@sdf.org> parents: diff
changeset | 11 <div class="content"> | 
| 
7371f972393b
Import the /about web pages.
 John "Elwin" Edwards <elwin@sdf.org> parents: diff
changeset | 12 <h2>Games</h2> | 
| 
7371f972393b
Import the /about web pages.
 John "Elwin" Edwards <elwin@sdf.org> parents: diff
changeset | 13 <ul> | 
| 
7371f972393b
Import the /about web pages.
 John "Elwin" Edwards <elwin@sdf.org> parents: diff
changeset | 14 <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 | 15 <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 | 16 <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 | 17 <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: 
9diff
changeset | 18 <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: 
36diff
changeset | 19 <li><a href="arogue7.html">About Advanced Rogue 7</a></li> | 
| 
ad103f9f2e3a
Add support for Advanced Rogue 7 and XRogue.
 John "Elwin" Edwards parents: 
36diff
changeset | 20 <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 | 21 </ul> | 
| 
7371f972393b
Import the /about web pages.
 John "Elwin" Edwards <elwin@sdf.org> parents: diff
changeset | 22 <h2>Other information</h2> | 
| 
7371f972393b
Import the /about web pages.
 John "Elwin" Edwards <elwin@sdf.org> parents: diff
changeset | 23 <ul> | 
| 23 
070a9ced4d3e
Add README, put some new links on several pages.
 John "Elwin" Edwards parents: 
13diff
changeset | 24 <li><a href="https://bitbucket.org/ElwinR/rl">Mercurial repository</a></li> | 
| 8 
7371f972393b
Import the /about web pages.
 John "Elwin" Edwards <elwin@sdf.org> parents: diff
changeset | 25 <li><a href="ttyrec.html">ttyrec files</a></li> | 
| 
7371f972393b
Import the /about web pages.
 John "Elwin" Edwards <elwin@sdf.org> parents: diff
changeset | 26 </ul> | 
| 
7371f972393b
Import the /about web pages.
 John "Elwin" Edwards <elwin@sdf.org> parents: diff
changeset | 27 <h2>Site</h2> | 
| 
7371f972393b
Import the /about web pages.
 John "Elwin" Edwards <elwin@sdf.org> parents: diff
changeset | 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> | 
| 9 
84c8e2c0b7f3
Update the description of rlgallery.org's setup.
 John "Elwin" Edwards <elwin@sdf.org> parents: 
8diff
changeset | 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 | 
| 
84c8e2c0b7f3
Update the description of rlgallery.org's setup.
 John "Elwin" Edwards <elwin@sdf.org> parents: 
8diff
changeset | 30 data is stored using <a href="http://www.postgresql.org/">PostgreSQL</a>.</p> | 
| 
84c8e2c0b7f3
Update the description of rlgallery.org's setup.
 John "Elwin" Edwards <elwin@sdf.org> parents: 
8diff
changeset | 31 <p>The Web player was created with <a href="http://nodejs.org/">node.js</a>.</p> | 
| 8 
7371f972393b
Import the /about web pages.
 John "Elwin" Edwards <elwin@sdf.org> parents: diff
changeset | 32 </div> | 
| 36 | 33 <div class="foot"><a href="/">rlgallery.org</a> <a href="/recent.cgi">Recent Games</a> <a href="/scoring/high.cgi">High Scores</a></div> | 
| 8 
7371f972393b
Import the /about web pages.
 John "Elwin" Edwards <elwin@sdf.org> parents: diff
changeset | 34 </body> | 
| 
7371f972393b
Import the /about web pages.
 John "Elwin" Edwards <elwin@sdf.org> parents: diff
changeset | 35 </html> | 
