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 @@
-This page explains RLG-Web and how to use it. Since the project is still under rapid development, details may change.
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.
-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.
+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 @@ -