Mercurial > hg > rlgallery-misc
annotate web/download.html @ 100:44e8aaa20d02 default tip
Fix the format of archive links.
author | John "Elwin" Edwards |
---|---|
date | Wed, 03 Aug 2022 20:49:38 -0400 |
parents | bdb07be334ca |
children |
rev | line source |
---|---|
22
10b79bca2142
Add a downloads page, and update some links.
John "Elwin" Edwards
parents:
diff
changeset
|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
10b79bca2142
Add a downloads page, and update some links.
John "Elwin" Edwards
parents:
diff
changeset
|
2 <html> |
10b79bca2142
Add a downloads page, and update some links.
John "Elwin" Edwards
parents:
diff
changeset
|
3 <head> |
10b79bca2142
Add a downloads page, and update some links.
John "Elwin" Edwards
parents:
diff
changeset
|
4 <title>Downloads</title> |
10b79bca2142
Add a downloads page, and update some links.
John "Elwin" Edwards
parents:
diff
changeset
|
5 <link rel="stylesheet" type="text/css" href="/main.css"> |
10b79bca2142
Add a downloads page, and update some links.
John "Elwin" Edwards
parents:
diff
changeset
|
6 </head> |
10b79bca2142
Add a downloads page, and update some links.
John "Elwin" Edwards
parents:
diff
changeset
|
7 |
10b79bca2142
Add a downloads page, and update some links.
John "Elwin" Edwards
parents:
diff
changeset
|
8 <body> |
10b79bca2142
Add a downloads page, and update some links.
John "Elwin" Edwards
parents:
diff
changeset
|
9 <h1>Roguelike Gallery</h1> |
91 | 10 <div class="nav"><a href="/">RLGallery</a> -> Downloads</div> |
22
10b79bca2142
Add a downloads page, and update some links.
John "Elwin" Edwards
parents:
diff
changeset
|
11 <div class="content"> |
23
070a9ced4d3e
Add README, put some new links on several pages.
John "Elwin" Edwards
parents:
22
diff
changeset
|
12 <p>You can download the Gallery's games and play them on your own computer.</p> |
92
bdb07be334ca
Add release 2021.03 to the download page.
John "Elwin" Edwards
parents:
91
diff
changeset
|
13 <h2>Current Release</h2> |
bdb07be334ca
Add release 2021.03 to the download page.
John "Elwin" Edwards
parents:
91
diff
changeset
|
14 <p>The current version of the Early Roguelike Collection is <strong>2021.03</strong>. <a href="/notes/rel2021.03.html">Release notes</a>.</p> |
bdb07be334ca
Add release 2021.03 to the download page.
John "Elwin" Edwards
parents:
91
diff
changeset
|
15 <h3>Source code</h3> |
bdb07be334ca
Add release 2021.03 to the download page.
John "Elwin" Edwards
parents:
91
diff
changeset
|
16 <p><a href="/files/early-roguelike-rel2021.03-src.tgz">Download</a></p> |
bdb07be334ca
Add release 2021.03 to the download page.
John "Elwin" Edwards
parents:
91
diff
changeset
|
17 <p>Choose this if you want to build the games yourself, or investigate how they work.</p> |
bdb07be334ca
Add release 2021.03 to the download page.
John "Elwin" Edwards
parents:
91
diff
changeset
|
18 <p>Binaries are not currently available.</p> |
bdb07be334ca
Add release 2021.03 to the download page.
John "Elwin" Edwards
parents:
91
diff
changeset
|
19 <h2>Older Versions</h2> |
bdb07be334ca
Add release 2021.03 to the download page.
John "Elwin" Edwards
parents:
91
diff
changeset
|
20 <p>The previous release of the Early Roguelike Collection was version <strong>2016.06</strong>. <a href="/notes/rel2016.06.html">Release notes</a>.</p> |
bdb07be334ca
Add release 2021.03 to the download page.
John "Elwin" Edwards
parents:
91
diff
changeset
|
21 <h3>Source code</h3> |
73 | 22 <p><a href="/files/early-roguelike-rel2016.06-src.tgz">Download</a></p> |
22
10b79bca2142
Add a downloads page, and update some links.
John "Elwin" Edwards
parents:
diff
changeset
|
23 <p>Choose this if you want to build the games yourself, or investigate how they work.</p> |
92
bdb07be334ca
Add release 2021.03 to the download page.
John "Elwin" Edwards
parents:
91
diff
changeset
|
24 <h3>Linux</h3> |
73 | 25 <p>Download: <a href="/files/early-roguelike-rel2016.06-linux-x86.tgz">32-bit</a> <a href="/files/early-roguelike-rel2016.06-linux-x64.tgz">64-bit</a></p> |
92
bdb07be334ca
Add release 2021.03 to the download page.
John "Elwin" Edwards
parents:
91
diff
changeset
|
26 <h3>Mac OS X</h3> |
22
10b79bca2142
Add a downloads page, and update some links.
John "Elwin" Edwards
parents:
diff
changeset
|
27 <p><a href="/files/roguelike-r109-osx.tgz">Download</a></p> |
71
18d0b3441a08
Downloads page: update the links to point to the new builds.
John "Elwin" Edwards
parents:
70
diff
changeset
|
28 <p>This build is a few years old. It doesn't include Advanced Rogue 7, XRogue, or recent bug fixes. I don't currently have access to any Apple devices, |
18d0b3441a08
Downloads page: update the links to point to the new builds.
John "Elwin" Edwards
parents:
70
diff
changeset
|
29 so I have little hope of being able to provide updates for this platform.</p> |
92
bdb07be334ca
Add release 2021.03 to the download page.
John "Elwin" Edwards
parents:
91
diff
changeset
|
30 <h3>Windows</h3> |
bdb07be334ca
Add release 2021.03 to the download page.
John "Elwin" Edwards
parents:
91
diff
changeset
|
31 <p>Download <a href="/files/early-roguelike-rel2016.06-win-x64.zip">release 2016.06</a> for 64-bit Windows 8 or newer.</p> |
23
070a9ced4d3e
Add README, put some new links on several pages.
John "Elwin" Edwards
parents:
22
diff
changeset
|
32 <h2>Bugs?</h2> |
92
bdb07be334ca
Add release 2021.03 to the download page.
John "Elwin" Edwards
parents:
91
diff
changeset
|
33 <p>The Gallery is moving to a new bug tracking system. Reporting bugs will soon be possible again.</p> |
22
10b79bca2142
Add a downloads page, and update some links.
John "Elwin" Edwards
parents:
diff
changeset
|
34 </div> |
91 | 35 <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> |
22
10b79bca2142
Add a downloads page, and update some links.
John "Elwin" Edwards
parents:
diff
changeset
|
36 </body> |
10b79bca2142
Add a downloads page, and update some links.
John "Elwin" Edwards
parents:
diff
changeset
|
37 </html> |