diff options
Diffstat (limited to 'src/sledjchisl/README')
-rw-r--r-- | src/sledjchisl/README | 4 |
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 | |||
36 | interfacing with existing web servers. FCGI protocol closes STDERR and | 36 | interfacing with existing web servers. FCGI protocol closes STDERR and |
37 | STDOUT, and uses STDIN as it's two way communications channel to the web | 37 | STDOUT, and uses STDIN as it's two way communications channel to the web |
38 | server, so our FCGI module can't be used as the text management front | 38 | server, so our FCGI module can't be used as the text management front |
39 | end. This is probably a good idea to keep them seperate anyway, for | 39 | end. This is probably a good idea to keep them separate anyway, for |
40 | security, coz the web server is exposed to the world, the console isn't. | 40 | security, coz the web server is exposed to the world, the console isn't. |
41 | 41 | ||
42 | Currently sledjchisl.c tests to see if it's running in tmux already, if | 42 | Currently 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 | ||
60 | It's all still partly written, un-released, and experimental at the | 60 | It's all still partly written, un-released, and experimental at the |
61 | moment. So thes are just rough notes about what is needed. | 61 | moment. So these are just rough notes about what is needed. |
62 | 62 | ||
63 | There are two parts, the OpenSim runner part and the web pages part. The | 63 | There are two parts, the OpenSim runner part and the web pages part. The |
64 | OpenSim runner part requjires the rest of opensim-SC to be installed, | 64 | OpenSim runner part requjires the rest of opensim-SC to be installed, |