diff options
Diffstat (limited to '')
-rw-r--r-- | TODO.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt new file mode 100644 index 0000000..5479bb1 --- /dev/null +++ b/TODO.txt | |||
@@ -0,0 +1,21 @@ | |||
1 | |||
2 | In [Startup] there is this - | ||
3 | ; To run a script every few minutes, set the script filename here | ||
4 | ; timer_Script = "filename" | ||
5 | |||
6 | Could do things with that perhaps. | ||
7 | |||
8 | |||
9 | In [Startup] there is this - | ||
10 | ; Simulator Stats URI | ||
11 | ; Enable JSON simulator data by setting a URI name (case sensitive) | ||
12 | ; Stats_URI = "jsonSimStats" | ||
13 | |||
14 | ; View region statistics via a web page | ||
15 | ; See http://opensimulator.org/wiki/FAQ#Region_Statistics_on_a_Web_Page | ||
16 | ; Use a web browser and type in the "Login URI" + "/SStats/" | ||
17 | ; For example- http://127.0.0.1:9000/SStats/ | ||
18 | [WebStats] | ||
19 | ; enabled=false | ||
20 | |||
21 | |||