Mercurial > hg > rlgallery-misc
annotate web/download.html @ 72:1d8dc3ed22cf
Restore the default size of the high score list.
In an era of megabyte JavaScript libraries, ten lines of text is not
too much.
author | John "Elwin" Edwards |
---|---|
date | Sun, 20 Mar 2016 07:59:22 -0400 |
parents | 18d0b3441a08 |
children | ac8258c1b505 |
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> |
10b79bca2142
Add a downloads page, and update some links.
John "Elwin" Edwards
parents:
diff
changeset
|
10 <div class="nav"><a href="/">rlgallery.org</a> -> Downloads</div> |
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> |
22
10b79bca2142
Add a downloads page, and update some links.
John "Elwin" Edwards
parents:
diff
changeset
|
13 <h2>Source code</h2> |
71
18d0b3441a08
Downloads page: update the links to point to the new builds.
John "Elwin" Edwards
parents:
70
diff
changeset
|
14 <p><a href="/files/roguelike-r241-src.tgz">Download</a></p> |
22
10b79bca2142
Add a downloads page, and update some links.
John "Elwin" Edwards
parents:
diff
changeset
|
15 <p>Choose this if you want to build the games yourself, or investigate how they work.</p> |
10b79bca2142
Add a downloads page, and update some links.
John "Elwin" Edwards
parents:
diff
changeset
|
16 <h2>Linux</h2> |
71
18d0b3441a08
Downloads page: update the links to point to the new builds.
John "Elwin" Edwards
parents:
70
diff
changeset
|
17 <p>Download: <a href="/files/roguelike-r241-linux-x86.tgz">32-bit</a> <a href="/files/roguelike-r241-linux-x64.tgz">64-bit</a></p> |
67 | 18 <p>Packages may appear someday.</p> |
22
10b79bca2142
Add a downloads page, and update some links.
John "Elwin" Edwards
parents:
diff
changeset
|
19 <h2>Mac OS X</h2> |
10b79bca2142
Add a downloads page, and update some links.
John "Elwin" Edwards
parents:
diff
changeset
|
20 <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
|
21 <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
|
22 so I have little hope of being able to provide updates for this platform.</p> |
22
10b79bca2142
Add a downloads page, and update some links.
John "Elwin" Edwards
parents:
diff
changeset
|
23 <h2>Windows</h2> |
71
18d0b3441a08
Downloads page: update the links to point to the new builds.
John "Elwin" Edwards
parents:
70
diff
changeset
|
24 <p><a href="/files/roguelike-r241-win-x64.zip">Test build</a> for 64-bit Windows 8. This is still a work in progress.</p> |
23
070a9ced4d3e
Add README, put some new links on several pages.
John "Elwin" Edwards
parents:
22
diff
changeset
|
25 <h2>Bugs?</h2> |
070a9ced4d3e
Add README, put some new links on several pages.
John "Elwin" Edwards
parents:
22
diff
changeset
|
26 <p>If you find any problems, report them on <a href="https://bitbucket.org/ElwinR/rl/issues">Bitbucket</a>.</p> |
22
10b79bca2142
Add a downloads page, and update some links.
John "Elwin" Edwards
parents:
diff
changeset
|
27 </div> |
36 | 28 <div class="foot"><a href="/">rlgallery.org</a> <a href="/recent.cgi">Recent Games</a> <a href="/scoring/high.cgi">High Scores</a></div> |
22
10b79bca2142
Add a downloads page, and update some links.
John "Elwin" Edwards
parents:
diff
changeset
|
29 </body> |
10b79bca2142
Add a downloads page, and update some links.
John "Elwin" Edwards
parents:
diff
changeset
|
30 </html> |