diff options
-rw-r--r-- | example/config/config.ini | 4 | ||||
-rw-r--r-- | example/var/www/html/footer.html | 2 | ||||
-rw-r--r-- | src/sledjchisl/README | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/example/config/config.ini b/example/config/config.ini index f288369..2ff18dc 100644 --- a/example/config/config.ini +++ b/example/config/config.ini | |||
@@ -2,8 +2,8 @@ | |||
2 | ; will use throughout our configuration. We will provide examples for | 2 | ; will use throughout our configuration. We will provide examples for |
3 | ; setting the base url of the ROBUST server and the public and private ports | 3 | ; setting the base url of the ROBUST server and the public and private ports |
4 | ; it uses. Changing the values of the constants will set the operating | 4 | ; it uses. Changing the values of the constants will set the operating |
5 | ; parameters thoughout the configuration. Other constants that may prove | 5 | ; parameters throughout the configuration. Other constants that may prove |
6 | ; to be useful may be added to the followin section. They may be | 6 | ; to be useful may be added to the following section. They may be |
7 | ; referenced anywhere in the configuration by using ${Const|Name}. One | 7 | ; referenced anywhere in the configuration by using ${Const|Name}. One |
8 | ; such use is providing a base path for setting locations that ROBUST | 8 | ; such use is providing a base path for setting locations that ROBUST |
9 | ; uses to write data. | 9 | ; uses to write data. |
diff --git a/example/var/www/html/footer.html b/example/var/www/html/footer.html index dd75b52..d3a7275 100644 --- a/example/var/www/html/footer.html +++ b/example/var/www/html/footer.html | |||
@@ -1,7 +1,7 @@ | |||
1 | </div> | 1 | </div> |
2 | <div class='top-right'> | 2 | <div class='top-right'> |
3 | <div class="hoverWrapper0"> | 3 | <div class="hoverWrapper0"> |
4 | <h1 class="TTitem"><!--#echo var="grid" --> statisitics</h1> | 4 | <h1 class="TTitem"><!--#echo var="grid" --> statistics</h1> |
5 | <div id="hoverShow0"> | 5 | <div id="hoverShow0"> |
6 | <iframe src='stats.html' style='border:none;height:100%;width:100%;'></iframe> | 6 | <iframe src='stats.html' style='border:none;height:100%;width:100%;'></iframe> |
7 | </div> | 7 | </div> |
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, |