aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2022-07-17 14:41:03 +1000
committeronefang2022-07-17 14:41:03 +1000
commitf594956dfbc328498b173c0c3fb61556963ef0b7 (patch)
treec218adf2b80293fce0e858d5b5069c8e499c00ad
parentSpellung foxes, thanks to codespell. (diff)
downloadopensim-SC-f594956dfbc328498b173c0c3fb61556963ef0b7.zip
opensim-SC-f594956dfbc328498b173c0c3fb61556963ef0b7.tar.gz
opensim-SC-f594956dfbc328498b173c0c3fb61556963ef0b7.tar.bz2
opensim-SC-f594956dfbc328498b173c0c3fb61556963ef0b7.tar.xz
More spellung foxed.
-rw-r--r--example/config/config.ini4
-rw-r--r--example/var/www/html/footer.html2
-rw-r--r--src/sledjchisl/README4
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
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,