From 6872cd6ae111124a6b18ccee5b5914e947aed1ae Mon Sep 17 00:00:00 2001 From: "John \"Elwin\" Edwards" Date: Wed, 14 Jan 2015 15:32:21 -0500 Subject: [PATCH] Update the documentation. --- README.txt | 13 +++++++++++-- about.html | 10 +++++----- index.html | 4 ++-- 3 files changed, 18 insertions(+), 9 deletions(-) diff --git a/README.txt b/README.txt index 9553513..367d6c9 100644 --- a/README.txt +++ b/README.txt @@ -28,6 +28,7 @@ server. 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 @@ The following files need to be copied into CHROOT/var/www: termemu.js termemu-keys.js tty.css -Copy index-rlg.html to CHROOT/var/www/index.html. sqlickrypt --- @@ -51,7 +51,16 @@ running ldd. 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 --git a/about.html b/about.html index 19b6b90..8744c82 100644 --- a/about.html +++ b/about.html @@ -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 @@ them.

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 --git a/index.html b/index.html index 30d10aa..438f844 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ -RLG-Web β7 +RLG-Web β8 @@ -9,7 +9,7 @@ -

RLG-Web β7

+

RLG-Web β8

bell