comparison web/about/index.html @ 91:d417016bbf73

Small website changes.
author John "Elwin" Edwards
date Mon, 27 Jan 2020 18:11:53 -0500
parents 0c3e63de292c
children fb292a0184d9
comparison
equal deleted inserted replaced
90:44cf8c7c2c7a 91:d417016bbf73
5 <link rel="stylesheet" type="text/css" href="/main.css"> 5 <link rel="stylesheet" type="text/css" href="/main.css">
6 </head> 6 </head>
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> -&gt; About</div> 10 <div class="nav"><a href="/">RLGallery</a> -&gt; About</div>
11 <div class="content"> 11 <div class="content">
12 <p>The work of the Roguelike Gallery supports three main goals.</p> 12 <p>The work of the Roguelike Gallery supports three main goals.</p>
13 <h2>Software Maintenance</h2> 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> 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> 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>
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 <h3>Support Roguelike Games</h3> 42 <h3>Support Roguelike Games</h3>
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> 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</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>