# HG changeset patch # User John "Elwin" Edwards # Date 1421267541 18000 # Node ID b5df69715001158792c05fb9d680b6b5af34a384 # Parent 5372f1f97cf52a4417cafe875f19d3122c98002a Update the documentation. diff -r 5372f1f97cf5 -r b5df69715001 README.txt --- a/README.txt Wed Jan 14 15:16:31 2015 -0500 +++ b/README.txt Wed Jan 14 15:32:21 2015 -0500 @@ -28,6 +28,7 @@ The following files need to be copied into CHROOT/var/www: about.html bell.svg + index.html options.html options.js rlgterm.js @@ -35,7 +36,6 @@ termemu.js termemu-keys.js tty.css -Copy index-rlg.html to CHROOT/var/www/index.html. sqlickrypt --- @@ -51,7 +51,16 @@ sqlickrypt needs /dev/urandom to exist in the chroot. Run as root: mknod CHROOT/dev/urandom c 1 9 -Starting and stopping +dglwatcher +--- +RLGWebD uses another C program to monitor the inprogress directories, because +Node's fs.watch() can't distinguish between file creation and deletion. + +Compile with + cc -o dglwatcher dglwatcher.c +and copy into CHROOT/bin. + +Starting and stopping RLGWebD --- Run the 'rlgwebd' shell script as root. diff -r 5372f1f97cf5 -r b5df69715001 about.html --- a/about.html Wed Jan 14 15:16:31 2015 -0500 +++ b/about.html Wed Jan 14 15:32:21 2015 -0500 @@ -1,11 +1,11 @@ -RLG-Web β7 Information +RLG-Web β8 Information -

RLG-Web β7 Help and Information

+

RLG-Web β8 Help and Information

This page explains RLG-Web and how to use it. Since the project is still under rapid development, details may change.

Browser Compatibility

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 @@ -36,8 +36,8 @@

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.

You don't have to supply a valid e-mail address. It will only be used if you ask to have your password reset.

You can change your e-mail or password on the options page.

-

Missing Features

-

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 -in RLG-Web.

+

Compatibility

+

RLG-Web cooperates with dgamelaunch. It uses the same account database. You can save a game in one and resume play with the other. Both systems +are capable of watching games being played in the other.

diff -r 5372f1f97cf5 -r b5df69715001 index.html --- a/index.html Wed Jan 14 15:16:31 2015 -0500 +++ b/index.html Wed Jan 14 15:32:21 2015 -0500 @@ -1,7 +1,7 @@ -RLG-Web β7 +RLG-Web β8 @@ -9,7 +9,7 @@ -

RLG-Web β7

+

RLG-Web β8

bell