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>