Mercurial > hg > rlgallery-misc
changeset 89:0c3e63de292c
Small updates to the About page.
author | John "Elwin" Edwards |
---|---|
date | Fri, 06 Sep 2019 09:57:35 -0400 |
parents | 08c6e8c87caa |
children | 44cf8c7c2c7a |
files | web/about/index.html web/index.html |
diffstat | 2 files changed, 8 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/web/about/index.html Fri Dec 14 16:24:37 2018 -0500 +++ b/web/about/index.html Fri Sep 06 09:57:35 2019 -0400 @@ -19,7 +19,7 @@ <h2>Information Source</h2> <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> <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> -<h2>Early Roguelike Collection</h2> +<h3>Early Roguelike Collection</h3> <ul> <li><a href="rogue3.html">About Rogue V3</a></li> <li><a href="rogue4.html">About Rogue V4</a></li> @@ -29,18 +29,18 @@ <li><a href="arogue7.html">About Advanced Rogue 7</a></li> <li><a href="xrogue.html">About XRogue</a></li> </ul> -<h2>Other information</h2> +<h3>Other information</h3> <ul> -<li><a href="https://icemonster.rlgallery.org/hg/">Mercurial repository</a> <a href="https://bitbucket.org/ElwinR/rl">(backup)</a></li> +<li><a href="https://icemonster.rlgallery.org/hg/">Mercurial repository</a></li> <li><a href="ttyrec.html">ttyrec files</a></li> </ul> -<h2>Server Technology</h2> +<h3>Server Technology</h3> <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> -<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 +<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 data is stored using <a href="https://www.postgresql.org/">PostgreSQL</a>.</p> <p>The Web player was created with <a href="https://nodejs.org/">node.js</a>.</p> -<h2>Support</h2> -<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> +<h3>Support Roguelike Games</h3> +<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> </div> <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> </body>
--- a/web/index.html Fri Dec 14 16:24:37 2018 -0500 +++ b/web/index.html Fri Sep 06 09:57:35 2019 -0400 @@ -33,6 +33,7 @@ <h2>Other Exhibits</h2> <ul> <li><a href="/notes/">The blog</a>, with news and articles.</li> +<li><a href="/about/">General information</a></li> <li><a href="/download.html">Downloads</a></li> </ul> </div>