Mercurial > hg > rlgallery-misc
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> -> {0}</div>\n' -navscore = '<div class="nav"><a href="/">rlgallery.org</a> -> \ +navtop = '<div class="nav"><a href="/">RLGallery</a> -> {0}</div>\n' +navscore = '<div class="nav"><a href="/">RLGallery</a> -> \ <a href="/scoring/">Scores</a> -> {0}</div>\n' -navplayer = '<div class="nav"><a href="/">rlgallery.org</a> -> \ +navplayer = '<div class="nav"><a href="/">RLGallery</a> -> \ <a href="/scoring/">Scores</a> -> <a href="/scoring/players/">Players</a> \ -> {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>
