comparison web/download.html @ 23:070a9ced4d3e

Add README, put some new links on several pages.
author John "Elwin" Edwards
date Sat, 05 Oct 2013 17:10:24 -0700
parents 10b79bca2142
children 86b616d88020
comparison
equal deleted inserted replaced
22:10b79bca2142 23:070a9ced4d3e
7 7
8 <body> 8 <body>
9 <h1>Roguelike Gallery</h1> 9 <h1>Roguelike Gallery</h1>
10 <div class="nav"><a href="/">rlgallery.org</a> -&gt; Downloads</div> 10 <div class="nav"><a href="/">rlgallery.org</a> -&gt; Downloads</div>
11 <div class="content"> 11 <div class="content">
12 <p>You can download the games in the Gallery and play them on your own computer.</p> 12 <p>You can download the Gallery's games and play them on your own computer.</p>
13 <h2>Source code</h2> 13 <h2>Source code</h2>
14 <p><a href="/files/roguelike-r109-src.tgz">Download</a></p> 14 <p><a href="/files/roguelike-r109-src.tgz">Download</a></p>
15 <p>Choose this if you want to build the games yourself, or investigate how they work.</p> 15 <p>Choose this if you want to build the games yourself, or investigate how they work.</p>
16 <h2>Linux</h2> 16 <h2>Linux</h2>
17 <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> 17 <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>
20 <p><a href="/files/roguelike-r109-osx.tgz">Download</a></p> 20 <p><a href="/files/roguelike-r109-osx.tgz">Download</a></p>
21 <p>These are unsigned, so your computer may complain about running untrusted programs. I'll fix this if someone sends me a 21 <p>These are unsigned, so your computer may complain about running untrusted programs. I'll fix this if someone sends me a
22 free MacBook and $100 for an Apple Developer account.</p> 22 free MacBook and $100 for an Apple Developer account.</p>
23 <h2>Windows</h2> 23 <h2>Windows</h2>
24 <p>Coming soon...</p> 24 <p>Coming soon...</p>
25 <h2>Bugs?</h2>
26 <p>If you find any problems, report them on <a href="https://bitbucket.org/ElwinR/rl/issues">Bitbucket</a>.</p>
25 </div> 27 </div>
26 </body> 28 </body>
27 </html> 29 </html>