aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/sledjchisl/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/sledjchisl/README')
-rw-r--r--src/sledjchisl/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sledjchisl/README b/src/sledjchisl/README
index 31a4b30..18ef6ef 100644
--- a/src/sledjchisl/README
+++ b/src/sledjchisl/README
@@ -36,7 +36,7 @@ After much research, FastCGI / FCGI seems to be the most portable way of
36interfacing with existing web servers. FCGI protocol closes STDERR and 36interfacing with existing web servers. FCGI protocol closes STDERR and
37STDOUT, and uses STDIN as it's two way communications channel to the web 37STDOUT, and uses STDIN as it's two way communications channel to the web
38server, so our FCGI module can't be used as the text management front 38server, so our FCGI module can't be used as the text management front
39end. This is probably a good idea to keep them seperate anyway, for 39end. This is probably a good idea to keep them separate anyway, for
40security, coz the web server is exposed to the world, the console isn't. 40security, coz the web server is exposed to the world, the console isn't.
41 41
42Currently sledjchisl.c tests to see if it's running in tmux already, if 42Currently sledjchisl.c tests to see if it's running in tmux already, if
@@ -58,7 +58,7 @@ How to install it.
58------------------ 58------------------
59 59
60It's all still partly written, un-released, and experimental at the 60It's all still partly written, un-released, and experimental at the
61moment. So thes are just rough notes about what is needed. 61moment. So these are just rough notes about what is needed.
62 62
63There are two parts, the OpenSim runner part and the web pages part. The 63There are two parts, the OpenSim runner part and the web pages part. The
64OpenSim runner part requjires the rest of opensim-SC to be installed, 64OpenSim runner part requjires the rest of opensim-SC to be installed,