diff README.txt @ 178:b5df69715001 beta8

Update the documentation.
author John "Elwin" Edwards
date Wed, 14 Jan 2015 15:32:21 -0500
parents 9f9bc41d5006
children 5041ec1fb426
line wrap: on
line diff
--- 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.