Mercurial > hg > rlgwebd
comparison about.html @ 189:09451f300a8a
Update the documentation, removing the betas.
author | John "Elwin" Edwards |
---|---|
date | Sat, 24 Jan 2015 10:18:26 -0500 |
parents | 4fc95d726146 |
children |
comparison
equal
deleted
inserted
replaced
188:4fc95d726146 | 189:09451f300a8a |
---|---|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <title>RLG-Web β8 Information</title> | 4 <title>RLG-Web Information</title> |
5 <link rel="stylesheet" type="text/css" href="style-rlg.css"> | 5 <link rel="stylesheet" type="text/css" href="style-rlg.css"> |
6 </head> | 6 </head> |
7 <body> | 7 <body> |
8 <h1>RLG-Web β8 Help and Information</h1> | 8 <h1>RLG-Web Help and Information</h1> |
9 <p>This page explains <a href="/">RLG-Web</a> and how to use it. Since the project is still under rapid development, details may change.</p> | 9 <p><a href="/">RLG-Web</a> is a Web-based app for playing roguelike games in your Web browser.</p> |
10 <h2>Browser Compatibility</h2> | 10 <h2>Browser Compatibility</h2> |
11 <p>RLG-Web uses WebSockets, which means the server can send data to your browser as soon as Rogue generates it, instead of waiting for the browser | 11 <p>RLG-Web uses WebSockets, which means the server can send data to your browser as soon as Rogue generates it, instead of waiting for the browser |
12 to ask for it. This reduces the lag time.</p> | 12 to ask for it. This reduces the lag time.</p> |
13 <p>WebSockets are supported in most recent browsers. RLG-Web has been tested using Firefox and Chrome; there should be no problems with them. | 13 <p>WebSockets are supported in most recent browsers. RLG-Web has been tested using Firefox and Chrome; there should be no problems with them. |
14 Safari 6 or newer and Internet Explorer 10 or newer are compatible. Opera ought to work, though it hasn't been tested yet.</p> | 14 Safari 6 or newer and Internet Explorer 10 or newer are compatible. Opera ought to work, though it hasn't been tested yet.</p> |