annotate about.html @ 82:7480ef947d45

Add an information page. Add about.html and create a link to it.
author John "Elwin" Edwards <elwin@sdf.org>
date Sun, 08 Jul 2012 08:07:09 -0700
parents
children 86c1b79cf662
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
82
7480ef947d45 Add an information page.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
7480ef947d45 Add an information page.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
2 <html>
7480ef947d45 Add an information page.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
3 <head>
7480ef947d45 Add an information page.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
4 <title>RLG-Web β3 Information</title>
7480ef947d45 Add an information page.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
5 <link rel="stylesheet" type="text/css" href="style-rlg.css">
7480ef947d45 Add an information page.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
6 </head>
7480ef947d45 Add an information page.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
7 <body>
7480ef947d45 Add an information page.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
8 <h1>RLG-Web β3 Help and Information</h1>
7480ef947d45 Add an information page.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
9 <p>This page explains RLG-Web and how to use it. Since the project is still under rapid development, details may change.</p>
7480ef947d45 Add an information page.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
10 <h2>Browser Compatibility</h2>
7480ef947d45 Add an information page.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
11 <p>RLG-Web has been tested using Firefox and Chrome; there should be no problems with recent versions of these two browsers. Safari and Opera ought to
7480ef947d45 Add an information page.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
12 work, though they haven't been tested yet. Internet Explorer 9 is compatible, but older versions might not be.</p>
7480ef947d45 Add an information page.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
13 <h2>Starting Games</h2>
7480ef947d45 Add an information page.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
14 <p>If you have already registered an account, you can log in. If not, create one with the "New name" button. Once logged in, RLG-Web will list your
7480ef947d45 Add an information page.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
15 saved games and let you resume them or start new ones.</p>
7480ef947d45 Add an information page.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
16 <p>If there are games being played, you can watch them whether you are logged in or not.</p>
7480ef947d45 Add an information page.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
17 <p>Use the "Stop" button to stop watching a game, or to force a game you are playing to save.</p>
7480ef947d45 Add an information page.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
18 <h2>Playing Games</h2>
7480ef947d45 Add an information page.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
19 <p>The games can be difficult to learn if you are not familiar with ASCII roguelikes. The '?' key will tell you what each key does. An 'S' will save
7480ef947d45 Add an information page.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
20 your game, and a 'Q' will quit.</p>
7480ef947d45 Add an information page.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
21 <p>The original method of moving around was with the vi-keys.</p>
7480ef947d45 Add an information page.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
22 <table style="font-size: 2em; margin: 0 5em">
7480ef947d45 Add an information page.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
23 <tr><td>y</td><td>k</td><td>u</td></tr>
7480ef947d45 Add an information page.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
24 <tr><td>h</td><td>.</td><td>l</td></tr>
7480ef947d45 Add an information page.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
25 <tr><td>b</td><td>j</td><td>n</td></tr>
7480ef947d45 Add an information page.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
26 </table>
7480ef947d45 Add an information page.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
27 <p>This is the most reliable way of exploring.</p>
7480ef947d45 Add an information page.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
28 <p>You can also move with arrow keys, or with the number pad, if your browser recognizes those keys. If it doesn't, the simulated keyboard can imitate
7480ef947d45 Add an information page.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
29 them.</p>
7480ef947d45 Add an information page.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
30 <p>Note: Super-Rogue does not work with the arrow keys or the number pad yet.</p>
7480ef947d45 Add an information page.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
31 <h2>Saving Games</h2>
7480ef947d45 Add an information page.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
32 <p>If you accidentally close your browser, don't worry. If RLG-Web does not hear from you for a whole hour, it assumes you have gone away, and
7480ef947d45 Add an information page.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
33 automatically saves your game. Your strength 18 character with the two-handed sword on level 22 is safe from bugs. But the dragons are sure to get him.</p>
7480ef947d45 Add an information page.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
34 <h2>Accounts and Passwords</h2>
7480ef947d45 Add an information page.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
35 <p>rlgallery.org doesn't use https yet, so you should not assume your password is safe. Don't use the same one you use on your bank's website, etc.</p>
7480ef947d45 Add an information page.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
36 <p>You don't have to supply a valid e-mail address. It will only be used if you ask to have your password reset.</p>
7480ef947d45 Add an information page.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
37 <h2>Missing Features</h2>
7480ef947d45 Add an information page.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
38 <p>You can't watch games that are being played in dgamelaunch yet. The opposite situation works: you can use dgamelaunch to watch games being played
7480ef947d45 Add an information page.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
39 in RLG-Web.</p>
7480ef947d45 Add an information page.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
40 <p>You can't change your password or e-mail address yet. You will have to log in via ssh to do this, for now.</p>
7480ef947d45 Add an information page.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
41 </body>
7480ef947d45 Add an information page.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
42 </html>