changeset 91:d417016bbf73

Small website changes.
author John "Elwin" Edwards
date Mon, 27 Jan 2020 18:11:53 -0500
parents 44cf8c7c2c7a
children bdb07be334ca
files py/rlgall.py py/rlgnotes web/about/arogue5.html web/about/arogue7.html web/about/index.html web/about/rogue3.html web/about/rogue4.html web/about/rogue5.html web/about/srogue.html web/about/ttyrec.html web/about/xrogue.html web/download.html web/index.html web/scoring/arogue5.html web/scoring/arogue7.html web/scoring/index.html web/scoring/rogue3.html web/scoring/rogue4.html web/scoring/rogue5.html web/scoring/srogue.html web/scoring/xrogue.html web/tourn32.html
diffstat 22 files changed, 55 insertions(+), 55 deletions(-) [+]
line wrap: on
line diff
--- a/py/rlgall.py	Fri Sep 06 14:26:48 2019 -0400
+++ b/py/rlgall.py	Mon Jan 27 18:11:53 2020 -0500
@@ -24,13 +24,13 @@
 """
 
 ptop = """<body>
-<h1>Yendor Guild</h1>
+<h1>Roguelike Gallery Records</h1>
 """
 
-navtop = '<div class="nav"><a href="/">rlgallery.org</a> -&gt; {0}</div>\n'
-navscore = '<div class="nav"><a href="/">rlgallery.org</a> -&gt; \
+navtop = '<div class="nav"><a href="/">RLGallery</a> -&gt; {0}</div>\n'
+navscore = '<div class="nav"><a href="/">RLGallery</a> -&gt; \
 <a href="/scoring/">Scores</a> -&gt; {0}</div>\n'
-navplayer = '<div class="nav"><a href="/">rlgallery.org</a> -&gt; \
+navplayer = '<div class="nav"><a href="/">RLGallery</a> -&gt; \
 <a href="/scoring/">Scores</a> -&gt; <a href="/scoring/players/">Players</a> \
 -&gt; {0}</div>'
 
@@ -45,7 +45,7 @@
 hcell = '  <span class="shdata">{0}</span>\n'
 tblend = '</div>\n'
 pend = """<div class="foot">
-<a href="/">rlgallery.org</a>
+<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/py/rlgnotes	Fri Sep 06 14:26:48 2019 -0400
+++ b/py/rlgnotes	Mon Jan 27 18:11:53 2020 -0500
@@ -6,7 +6,7 @@
 import rlgall
 import pytz
 
-navbar = '<div class="nav"><a href="/">rlgallery.org</a> -&gt; \
+navbar = '<div class="nav"><a href="/">RLGallery</a> -&gt; \
 <a href="/notes/">Notes</a> -&gt; {0}</div>'
 
 rsshead = """<?xml version="1.0" encoding="UTF-8"?>
@@ -14,7 +14,7 @@
 <channel>
 <title>Roguelike Gallery</title>
 <description>News and notes from the Roguelike Gallery.</description>
-<link>http://rlgallery.org/notes/</link>
+<link>https://rlgallery.org/notes/</link>
 """
 
 indexintro = """<p>The Gallery's blog, with news and thoughts on roguelike 
@@ -31,7 +31,7 @@
 datediv = '<div class="datehead">{0}</div>\n'
 
 def noteurl(tag):
-  return "http://rlgallery.org/notes/" + tag + ".html"
+  return "https://rlgallery.org/notes/" + tag + ".html"
 
 def itementry(tagname, value):
   return "  <{0}>{1}</{0}>\n".format(tagname, value)
--- a/web/about/arogue5.html	Fri Sep 06 14:26:48 2019 -0400
+++ b/web/about/arogue5.html	Mon Jan 27 18:11:53 2020 -0500
@@ -7,7 +7,7 @@
 
 <body>
 <h1>Advanced Rogue 5</h1>
-<div class="nav"><a href="/">rlgallery.org</a> -&gt; <a href="/about/">About</a> -&gt; Advanced Rogue 5</div>
+<div class="nav"><a href="/">RLGallery</a> -&gt; <a href="/about/">About</a> -&gt; Advanced Rogue 5</div>
 <div class="content">
 <p>Advanced Rogue is a derivative of <a href="rogue3.html">Rogue 3.6</a>, with borrowings from <a href="srogue.html">Super-Rogue</a>. 
 It was developed at AT&amp;T, mainly by Michael Morgan and Ken Dalka. Version 5.8 was released in 1985.
@@ -16,6 +16,6 @@
 <p>The <a href="http://rogue.rogueforge.net/">Roguelike Restoration Project</a> updated the game to run on modern systems.</p>
 <p>The Roguelike Gallery's version contains a few more bugfixes. <a href="/download.html">Download it here.</a></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>
+<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>
 </body>
 </html> 
--- a/web/about/arogue7.html	Fri Sep 06 14:26:48 2019 -0400
+++ b/web/about/arogue7.html	Mon Jan 27 18:11:53 2020 -0500
@@ -7,7 +7,7 @@
 
 <body>
 <h1>Advanced Rogue 7</h1>
-<div class="nav"><a href="/">rlgallery.org</a> -&gt; <a href="/about/">About</a> -&gt; Advanced Rogue 7</div>
+<div class="nav"><a href="/">RLGallery</a> -&gt; <a href="/about/">About</a> -&gt; Advanced Rogue 7</div>
 <div class="content">
 <p>Advanced Rogue is a derivative of <a href="rogue3.html">Rogue 3.6</a>, with borrowings from <a href="srogue.html">Super-Rogue</a>. 
 It was developed at AT&amp;T, mainly by Michael Morgan and Ken Dalka. Version 7.7 was released in the middle of 1986.
@@ -15,6 +15,6 @@
 <p>The <a href="http://rogue.rogueforge.net/">Roguelike Restoration Project</a> updated the game to run on modern computers.</p>
 <p>The Roguelike Gallery has fixed some bugs related to command repetition and saved games.</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>
+<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>
 </body>
 </html> 
--- a/web/about/index.html	Fri Sep 06 14:26:48 2019 -0400
+++ b/web/about/index.html	Mon Jan 27 18:11:53 2020 -0500
@@ -7,7 +7,7 @@
 
 <body>
 <h1>Roguelike Gallery</h1>
-<div class="nav"><a href="/">rlgallery.org</a> -&gt; About</div>
+<div class="nav"><a href="/">RLGallery</a> -&gt; About</div>
 <div class="content">
 <p>The work of the Roguelike Gallery supports three main goals.</p>
 <h2>Software Maintenance</h2>
@@ -42,6 +42,6 @@
 <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>
+<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>
 </body>
 </html> 
--- a/web/about/rogue3.html	Fri Sep 06 14:26:48 2019 -0400
+++ b/web/about/rogue3.html	Mon Jan 27 18:11:53 2020 -0500
@@ -7,7 +7,7 @@
 
 <body>
 <h1>Rogue V3</h1>
-<div class="nav"><a href="/">rlgallery.org</a> -&gt; <a href="/about/">About</a> -&gt; Rogue V3</div>
+<div class="nav"><a href="/">RLGallery</a> -&gt; <a href="/about/">About</a> -&gt; Rogue V3</div>
 <div class="content">
 <p>This game is a version of UNIX Rogue 3.6.</p>
 <h2>Development History</h2>
@@ -22,6 +22,6 @@
 <li><a href="https://web.archive.org/web/20070622153327/http://www.wichman.org/roguehistory.html">A Brief History of Rogue</a>, by Glenn Wichman</li>
 </ul>
 </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>
+<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>
 </body>
 </html> 
--- a/web/about/rogue4.html	Fri Sep 06 14:26:48 2019 -0400
+++ b/web/about/rogue4.html	Mon Jan 27 18:11:53 2020 -0500
@@ -7,7 +7,7 @@
 
 <body>
 <h1>Rogue V4</h1>
-<div class="nav"><a href="/">rlgallery.org</a> -&gt; <a href="/about/">About</a> -&gt; Rogue V4</div>
+<div class="nav"><a href="/">RLGallery</a> -&gt; <a href="/about/">About</a> -&gt; Rogue V4</div>
 <div class="content">
 <p>This game is a version of UNIX Rogue 5.2.</p>
 <h2>History</h2>
@@ -20,6 +20,6 @@
 <li>The <a href="https://userpages.monmouth.com/~colonel/rvm.html">Vade-Mecum</a>, a guide to Rogue focusing on V4</li>
 </ul>
 </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>
+<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>
 </body>
 </html> 
--- a/web/about/rogue5.html	Fri Sep 06 14:26:48 2019 -0400
+++ b/web/about/rogue5.html	Mon Jan 27 18:11:53 2020 -0500
@@ -7,7 +7,7 @@
 
 <body>
 <h1>Rogue V5</h1>
-<div class="nav"><a href="/">rlgallery.org</a> -&gt; <a href="/about/">About</a> -&gt; Rogue V5</div>
+<div class="nav"><a href="/">RLGallery</a> -&gt; <a href="/about/">About</a> -&gt; Rogue V5</div>
 <div class="content">
 <p>This game is a version of Rogue 5.4. It was originally developed by Michael Toy, Ken Arnold, and Glenn Wichman from 1983 to 1985. This was the last version 
 created for Unix.</p>
@@ -15,6 +15,6 @@
 <p>The Roguelike Gallery's version has been further modified to work with dgamelaunch and to log the results of all games.</p>
 <p>The source code is <a href="/files/roguelike-r109-src.tgz">available for download</a>.</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>
+<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>
 </body>
 </html> 
--- a/web/about/srogue.html	Fri Sep 06 14:26:48 2019 -0400
+++ b/web/about/srogue.html	Mon Jan 27 18:11:53 2020 -0500
@@ -7,7 +7,7 @@
 
 <body>
 <h1>Super-Rogue</h1>
-<div class="nav"><a href="/">rlgallery.org</a> -&gt; <a href="/about/">About</a> -&gt; Super-Rogue</div>
+<div class="nav"><a href="/">RLGallery</a> -&gt; <a href="/about/">About</a> -&gt; Super-Rogue</div>
 <div class="content">
 <p>Super-Rogue was developed from <a href="rogue3.html">Rogue 3.6</a> by Robert Kindelberger, who added many new monsters and items. The 
 final version, numbered 9.0, was completed in 1984.</p>
@@ -16,6 +16,6 @@
 <p>The Roguelike Gallery modified Super-Rogue to work with rlgallery.org's system, fixed a few bugs which made winning easy, and added support for the arrow keys.</p>
 <p>The source code is <a href="/files/roguelike-r109-src.tgz">available for download</a>.</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>
+<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>
 </body>
 </html> 
--- a/web/about/ttyrec.html	Fri Sep 06 14:26:48 2019 -0400
+++ b/web/about/ttyrec.html	Mon Jan 27 18:11:53 2020 -0500
@@ -7,7 +7,7 @@
 
 <body>
 <h1>TTYREC files</h1>
-<div class="nav"><a href="/">rlgallery.org</a> -&gt; <a href="/about/">About</a> -&gt; TTYRECs</div>
+<div class="nav"><a href="/">RLGallery</a> -&gt; <a href="/about/">About</a> -&gt; TTYRECs</div>
 <div class="content">
 <p>TTYREC files are recordings of text-based sessions, much like screencasts are recordings of graphical sessions. The Roguelike Gallery and other roguelike 
 sites create ttyrec recordings of games played online, so that others can watch them. The <a href="/archive.cgi">Archiver</a> will search rlgallery.org's 
@@ -26,6 +26,6 @@
 will be a line starting with "Size:" followed by the terminal width and height.</p>
 <p>Note: if you are using ipbt, you must also tell ipbt what size terminal to use. Check ipbt's documentation.</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>
+<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>
 </body>
 </html> 
--- a/web/about/xrogue.html	Fri Sep 06 14:26:48 2019 -0400
+++ b/web/about/xrogue.html	Mon Jan 27 18:11:53 2020 -0500
@@ -7,13 +7,13 @@
 
 <body>
 <h1>XRogue</h1>
-<div class="nav"><a href="/">rlgallery.org</a> -&gt; <a href="/about/">About</a> -&gt; XRogue</div>
+<div class="nav"><a href="/">RLGallery</a> -&gt; <a href="/about/">About</a> -&gt; XRogue</div>
 <div class="content">
 <p>XRogue is a further development of <a href="arogue7.html">Advanced Rogue 7</a>, created by Robert Pietkivitch. He completed this version, numbered 8.0, 
 in 1991 or 1992. Compared to its predecessor, it features interface improvements and small adjustments to the game's balance.</p>
 <p>The <a href="http://rogue.rogueforge.net/">Roguelike Restoration Project</a> updated the game to run on modern computers.</p>
 <p>The Roguelike Gallery has fixed some bugs related to command repetition and saved games.</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>
+<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>
 </body>
 </html> 
--- a/web/download.html	Fri Sep 06 14:26:48 2019 -0400
+++ b/web/download.html	Mon Jan 27 18:11:53 2020 -0500
@@ -7,7 +7,7 @@
 
 <body>
 <h1>Roguelike Gallery</h1>
-<div class="nav"><a href="/">rlgallery.org</a> -&gt; Downloads</div>
+<div class="nav"><a href="/">RLGallery</a> -&gt; Downloads</div>
 <div class="content">
 <p>You can download the Gallery's games and play them on your own computer.</p>
 <p>The current version of the Early Roguelike Collection is <strong>2016.06</strong>. <a href="/notes/rel2016.06.html">Release notes</a>.</p>
@@ -26,6 +26,6 @@
 <h2>Bugs?</h2>
 <p>If you find any problems, report them on <a href="https://bitbucket.org/ElwinR/rl/issues">Bitbucket</a>.</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>
+<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>
 </body>
 </html> 
--- a/web/index.html	Fri Sep 06 14:26:48 2019 -0400
+++ b/web/index.html	Mon Jan 27 18:11:53 2020 -0500
@@ -37,6 +37,6 @@
 <li><a href="/download.html">Downloads</a></li>
 </ul>
 </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>
+<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>
 </body>
 </html> 
--- a/web/scoring/arogue5.html	Fri Sep 06 14:26:48 2019 -0400
+++ b/web/scoring/arogue5.html	Mon Jan 27 18:11:53 2020 -0500
@@ -6,14 +6,14 @@
 </head>
 
 <body>
-<h1>Yendor Guild</h1>
-<div class="nav"><a href="/">rlgallery.org</a> -&gt; <a href="/scoring/">Scores</a> -&gt; Advanced Rogue 5</div>
+<h1>Roguelike Gallery Records</h1>
+<div class="nav"><a href="/">RLGallery</a> -&gt; <a href="/scoring/">Scores</a> -&gt; Advanced Rogue 5</div>
 <div class="content">
 <h2>Statistics for Advanced Rogue 5</h2>
 </div>
 <div class=graph><img src="./xl-arogue5.svg" alt="Advanced Rogue 5 experience"></div>
 <div class=graph><img src="./score-arogue5.svg" alt="Advanced Rogue 5 scores"></div>
 <div class=graph><img src="./deep-arogue5.svg" alt="Advanced Rogue 5 depth"></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>
+<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>
 </body>
 </html> 
--- a/web/scoring/arogue7.html	Fri Sep 06 14:26:48 2019 -0400
+++ b/web/scoring/arogue7.html	Mon Jan 27 18:11:53 2020 -0500
@@ -6,14 +6,14 @@
 </head>
 
 <body>
-<h1>Yendor Guild</h1>
-<div class="nav"><a href="/">rlgallery.org</a> -&gt; <a href="/scoring/">Scores</a> -&gt; Advanced Rogue 7</div>
+<h1>Roguelike Gallery Records</h1>
+<div class="nav"><a href="/">RLGallery</a> -&gt; <a href="/scoring/">Scores</a> -&gt; Advanced Rogue 7</div>
 <div class="content">
 <h2>Statistics for Advanced Rogue 7</h2>
 </div>
 <div class=graph><img src="./xl-arogue7.svg" alt="Advanced Rogue 7 experience"></div>
 <div class=graph><img src="./score-arogue7.svg" alt="Advanced Rogue 7 scores"></div>
 <div class=graph><img src="./deep-arogue7.svg" alt="Advanced Rogue 7 depth"></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>
+<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>
 </body>
 </html> 
--- a/web/scoring/index.html	Fri Sep 06 14:26:48 2019 -0400
+++ b/web/scoring/index.html	Mon Jan 27 18:11:53 2020 -0500
@@ -6,10 +6,10 @@
 </head>
 
 <body>
-<h1>Yendor Guild</h1>
-<div class="nav"><a href="/">rlgallery.org</a> -&gt; Scoring</div>
+<h1>Roguelike Gallery Records</h1>
+<div class="nav"><a href="/">RLGallery</a> -&gt; Scoring</div>
 <div class="content">
-<p>The Guild keeps a record of all brave Rogues who venture into the Dungeons of Doom.</p>
+<p>The Gallery keeps a record of all brave Rogues who venture into the Dungeons of Doom.</p>
 <ul>
 <li><a href="./high.cgi">High Scores</a></li>
 <li><a href="./players/">Explorers</a></li>
@@ -25,6 +25,6 @@
 <li><a href="./xrogue.html">XRogue</a></li>
 </ul>
 </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>
+<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>
 </body>
 </html> 
--- a/web/scoring/rogue3.html	Fri Sep 06 14:26:48 2019 -0400
+++ b/web/scoring/rogue3.html	Mon Jan 27 18:11:53 2020 -0500
@@ -6,14 +6,14 @@
 </head>
 
 <body>
-<h1>Yendor Guild</h1>
-<div class="nav"><a href="/">rlgallery.org</a> -&gt; <a href="/scoring/">Scores</a> -&gt; Rogue V3</div>
+<h1>Roguelike Gallery Records</h1>
+<div class="nav"><a href="/">RLGallery</a> -&gt; <a href="/scoring/">Scores</a> -&gt; Rogue V3</div>
 <div class="content">
 <h2>Statistics for Rogue V3</h2>
 </div>
 <div class=graph><img src="./xl-rogue3.svg" alt="Rogue V3 experience"></div>
 <div class=graph><img src="./score-rogue3.svg" alt="Rogue V3 scores"></div>
 <div class=graph><img src="./deep-rogue3.svg" alt="Rogue V3 depth"></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>
+<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>
 </body>
 </html> 
--- a/web/scoring/rogue4.html	Fri Sep 06 14:26:48 2019 -0400
+++ b/web/scoring/rogue4.html	Mon Jan 27 18:11:53 2020 -0500
@@ -6,14 +6,14 @@
 </head>
 
 <body>
-<h1>Yendor Guild</h1>
-<div class="nav"><a href="/">rlgallery.org</a> -&gt; <a href="/scoring/">Scores</a> -&gt; Rogue V4</div>
+<h1>Roguelike Gallery Records</h1>
+<div class="nav"><a href="/">RLGallery</a> -&gt; <a href="/scoring/">Scores</a> -&gt; Rogue V4</div>
 <div class="content">
 <h2>Statistics for Rogue V4</h2>
 </div>
 <div class=graph><img src="./xl-rogue4.svg" alt="Rogue V4 experience"></div>
 <div class=graph><img src="./score-rogue4.svg" alt="Rogue V4 scores"></div>
 <div class=graph><img src="./deep-rogue4.svg" alt="Rogue V4 depth"></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>
+<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>
 </body>
 </html> 
--- a/web/scoring/rogue5.html	Fri Sep 06 14:26:48 2019 -0400
+++ b/web/scoring/rogue5.html	Mon Jan 27 18:11:53 2020 -0500
@@ -6,14 +6,14 @@
 </head>
 
 <body>
-<h1>Yendor Guild</h1>
-<div class="nav"><a href="/">rlgallery.org</a> -&gt; <a href="/scoring/">Scores</a> -&gt; Rogue V5</div>
+<h1>Roguelike Gallery Records</h1>
+<div class="nav"><a href="/">RLGallery</a> -&gt; <a href="/scoring/">Scores</a> -&gt; Rogue V5</div>
 <div class="content">
 <h2>Statistics for Rogue V5</h2>
 </div>
 <div class=graph><img src="./xl-rogue5.svg" alt="Rogue V5 experience"></div>
 <div class=graph><img src="./score-rogue5.svg" alt="Rogue V5 scores"></div>
 <div class=graph><img src="./deep-rogue5.svg" alt="Rogue V5 depth"></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>
+<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>
 </body>
 </html> 
--- a/web/scoring/srogue.html	Fri Sep 06 14:26:48 2019 -0400
+++ b/web/scoring/srogue.html	Mon Jan 27 18:11:53 2020 -0500
@@ -6,14 +6,14 @@
 </head>
 
 <body>
-<h1>Yendor Guild</h1>
-<div class="nav"><a href="/">rlgallery.org</a> -&gt; <a href="/scoring/">Scores</a> -&gt; Super-Rogue</div>
+<h1>Roguelike Gallery Records</h1>
+<div class="nav"><a href="/">RLGallery</a> -&gt; <a href="/scoring/">Scores</a> -&gt; Super-Rogue</div>
 <div class="content">
 <h2>Statistics for Super-Rogue</h2>
 </div>
 <div class=graph><img src="./xl-srogue.svg" alt="Super-Rogue experience"></div>
 <div class=graph><img src="./score-srogue.svg" alt="Super-Rogue scores"></div>
 <div class=graph><img src="./deep-srogue.svg" alt="Super-Rogue depth"></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>
+<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>
 </body>
 </html> 
--- a/web/scoring/xrogue.html	Fri Sep 06 14:26:48 2019 -0400
+++ b/web/scoring/xrogue.html	Mon Jan 27 18:11:53 2020 -0500
@@ -6,14 +6,14 @@
 </head>
 
 <body>
-<h1>Yendor Guild</h1>
-<div class="nav"><a href="/">rlgallery.org</a> -&gt; <a href="/scoring/">Scores</a> -&gt; XRogue</div>
+<h1>Roguelike Gallery Records</h1>
+<div class="nav"><a href="/">RLGallery</a> -&gt; <a href="/scoring/">Scores</a> -&gt; XRogue</div>
 <div class="content">
 <h2>Statistics for XRogue</h2>
 </div>
 <div class=graph><img src="./xl-xrogue.svg" alt="XRogue experience"></div>
 <div class=graph><img src="./score-xrogue.svg" alt="XRogue scores"></div>
 <div class=graph><img src="./deep-xrogue.svg" alt="XRogue depth"></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>
+<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>
 </body>
 </html> 
--- a/web/tourn32.html	Fri Sep 06 14:26:48 2019 -0400
+++ b/web/tourn32.html	Mon Jan 27 18:11:53 2020 -0500
@@ -7,7 +7,7 @@
 
 <body>
 <h1>2012 Tournament</h1>
-<div class="nav"><a href="/">rlgallery.org</a> -&gt; 2012 Tournament</div>
+<div class="nav"><a href="/">RLGallery</a> -&gt; 2012 Tournament</div>
 <div class="content">
 <h2>Schedule</h2>
 <p>To celebrate the 32nd anniversary of Rogue, rlgallery.org is holding a tournament.</p>