changeset 22:10b79bca2142

Add a downloads page, and update some links.
author John "Elwin" Edwards
date Tue, 10 Sep 2013 15:23:13 -0400
parents 453278a81371
children 070a9ced4d3e
files web/about/arogue5.html web/about/rogue3.html web/about/rogue4.html web/about/rogue5.html web/about/srogue.html web/download.html
diffstat 6 files changed, 32 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/web/about/arogue5.html	Mon Sep 17 13:41:10 2012 -0700
+++ b/web/about/arogue5.html	Tue Sep 10 15:23:13 2013 -0400
@@ -14,7 +14,7 @@
 <p>The game added some new ideas that almost every later roguelike would adopt, like character classes and the ability to freely move 
 up and down levels.</p>
 <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.</p>
+<p>The Roguelike Gallery's version contains a few more bugfixes. <a href="/download.html">Download it here.</a></p>
 </div>
 </body>
 </html> 
--- a/web/about/rogue3.html	Mon Sep 17 13:41:10 2012 -0700
+++ b/web/about/rogue3.html	Tue Sep 10 15:23:13 2013 -0400
@@ -13,7 +13,7 @@
 and distributed with BSD. This was the first widely-played version of Rogue.</p>
 <p>The <a href="http://rogue.rogueforge.net/">Roguelike Restoration Project</a> updated Rogue 3.6 to run on modern systems.</p>
 <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 <a href="/files/rogue3-svn60.tar.gz">source code</a> can be downloaded.</p>
+<p>The <a href="/files/roguelike-r109-src.tgz">source code</a> can be downloaded.</p>
 </div>
 </body>
 </html> 
--- a/web/about/rogue4.html	Mon Sep 17 13:41:10 2012 -0700
+++ b/web/about/rogue4.html	Tue Sep 10 15:23:13 2013 -0400
@@ -13,7 +13,7 @@
 and distributed with BSD. It is called V4 because it has more in common with the previous 4.x releases than with the 5.x versions which followed it.</p>
 <p>The <a href="http://rogue.rogueforge.net/">Roguelike Restoration Project</a> updated Rogue 5.2 to run on modern systems.</p>
 <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 <a href="/files/rogue4-svn60.tar.gz">source code</a> can be downloaded.</p>
+<p>The <a href="/files/roguelike-r109-src.tgz">source code</a> can be downloaded.</p>
 </div>
 </body>
 </html> 
--- a/web/about/rogue5.html	Mon Sep 17 13:41:10 2012 -0700
+++ b/web/about/rogue5.html	Tue Sep 10 15:23:13 2013 -0400
@@ -13,7 +13,7 @@
 created for Unix.</p>
 <p>The <a href="http://rogue.rogueforge.net/">Roguelike Restoration Project</a> updated Rogue 5.4 to run on modern systems.</p>
 <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/rogue5-svn60.tar.gz">available for download</a>.</p>
+<p>The source code is <a href="/files/roguelike-r109-src.tgz">available for download</a>.</p>
 </div>
 </body>
 </html> 
--- a/web/about/srogue.html	Mon Sep 17 13:41:10 2012 -0700
+++ b/web/about/srogue.html	Tue Sep 10 15:23:13 2013 -0400
@@ -14,7 +14,7 @@
 <p>Some of Super-Rogue's features, such as shops, mazes, and cockatrices, appeared in the original Hack at about the same time.</p>
 <p>The <a href="http://rogue.rogueforge.net/">Roguelike Restoration Project</a> updated Super-Rogue to run on modern systems.</p>
 <p>The Roguelike Gallery modified Super-Rogue to work with rlgallery.org's system, and fixed a few bugs which made winning easy.</p>
-<p>The source code is <a href="/files/srogue-svn60.tar.gz">available for download</a>.  Warning: I haven't gotten to the documentation yet.</p>
+<p>The source code is <a href="/files/roguelike-r109-src.tgz">available for download</a>.</p>
 </div>
 </body>
 </html> 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/download.html	Tue Sep 10 15:23:13 2013 -0400
@@ -0,0 +1,27 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+<head>
+<title>Downloads</title>
+<link rel="stylesheet" type="text/css" href="/main.css">
+</head>
+
+<body>
+<h1>Roguelike Gallery</h1>
+<div class="nav"><a href="/">rlgallery.org</a> -&gt; Downloads</div>
+<div class="content">
+<p>You can download the games in the Gallery and play them on your own computer.</p>
+<h2>Source code</h2>
+<p><a href="/files/roguelike-r109-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-r109-linux-x86.tgz">32-bit</a> <a href="/files/roguelike-r109-linux-x64.tgz">64-bit</a></p>
+<p>Packages coming soon...</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>
+<h2>Windows</h2>
+<p>Coming soon...</p>
+</div>
+</body>
+</html>