Mercurial > hg > rlgallery-misc
changeset 67:5b6211e2e36f
Update some static pages.
The front page has been reorganized. Links and information on the
downloads page are now current.
author | John "Elwin" Edwards |
---|---|
date | Sat, 21 Nov 2015 20:01:41 -0500 |
parents | 6542a7cf826b |
children | 67bcca6e3cb1 |
files | web/download.html web/index.html |
diffstat | 2 files changed, 12 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
--- a/web/download.html Thu Aug 06 17:07:40 2015 -0400 +++ b/web/download.html Sat Nov 21 20:01:41 2015 -0500 @@ -11,17 +11,18 @@ <div class="content"> <p>You can download the Gallery's games and play them on your own computer.</p> <h2>Source code</h2> -<p><a href="/files/roguelike-r116-src.tgz">Download</a></p> +<p><a href="/files/roguelike-r179-src.tgz">Download</a></p> <p>Choose this if you want to build the games yourself, or investigate how they work.</p> <h2>Linux</h2> -<p>Download: <a href="/files/roguelike-r116-linux-x86.tgz">32-bit</a> <a href="/files/roguelike-r116-linux-x64.tgz">64-bit</a></p> -<p>Packages coming soon...</p> +<p>Download: <a href="/files/roguelike-r179-linux-x86.tgz">32-bit</a> <a href="/files/roguelike-r179-linux-x64.tgz">64-bit</a></p> +<p>Packages may appear someday.</p> <h2>Mac OS X</h2> <p><a href="/files/roguelike-r109-osx.tgz">Download</a></p> <p>These are unsigned, so your computer may complain about running untrusted programs. I'll fix this if someone sends me a free MacBook and $100 for an Apple Developer account.</p> +<p>This build is also a few years old. It doesn't include Advanced Rogue 7, XRogue, or recent bug fixes. Sorry.</p> <h2>Windows</h2> -<p>Coming soon...</p> +<p>I'm hoping to have a Windows 8 build ready by the end of 2015.</p> <h2>Bugs?</h2> <p>If you find any problems, report them on <a href="https://bitbucket.org/ElwinR/rl/issues">Bitbucket</a>.</p> </div>
--- a/web/index.html Thu Aug 06 17:07:40 2015 -0400 +++ b/web/index.html Sat Nov 21 20:01:41 2015 -0500 @@ -13,7 +13,8 @@ <p class="cimage"><img src="screen.png" alt="Screenshot"></p> <p>Using the <a href="http://rlgallery.org:8080/">Web app</a>, you can try the games in your Web browser.</p> <p>You can also play by ssh to rlgallery.org. The username is "rodney", and "yendor" is the password.</p> -<h2>Available Games</h2> +<p>You can watch while others play or download recordings of their games.</p> +<h2>The Game Collection</h2> <ul> <li><a href="/about/rogue3.html">Rogue V3</a></li> <li><a href="/about/rogue4.html">Rogue V4</a></li> @@ -29,13 +30,11 @@ <li><a href="/recent.cgi">Recent games</a></li> <li><a href="/archive.cgi">ttyrec files</a></li> </ul> -<h2>News</h2> -<p>For more details, check <a href="/notes/">the blog</a>.</p> -<p><strong>Jun. 27, 2015</strong>: Two new games have been added: Advanced Rogue 7 and XRogue.</p> -<p><strong>Jan. 12, 2015</strong>: Some bugs in the Web app have been fixed.</p> -<p><strong>Mar. 31, 2014</strong>: A few bugs have been fixed. The length limit for player names has been increased from 10 characters to 20.</p> -<p><strong>Jan. 10, 2014</strong>: Statistical charts have been added to the <a href="/scoring/">scores section</a>.</p> -<p><strong>Oct. 5, 2013</strong>: All the games have been updated to fix various bugs. Super-Rogue now supports arrow keys. Games can be <a href="/download.html">downloaded</a>.</p> +<h2>Other Exhibits</h2> +<ul> +<li><a href="/notes/">The blog</a>, with news and articles.</li> +<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></div> </body>