From 23ebf1ffbcf02028d359e72e3e390e9fd6939d25 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 27 Nov 2011 19:32:02 +1000 Subject: Add my TODO notes. --- TODO.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 TODO.txt diff --git a/TODO.txt b/TODO.txt new file mode 100644 index 0000000..5479bb1 --- /dev/null +++ b/TODO.txt @@ -0,0 +1,21 @@ + +In [Startup] there is this - + ; To run a script every few minutes, set the script filename here + ; timer_Script = "filename" + +Could do things with that perhaps. + + +In [Startup] there is this - + ; Simulator Stats URI + ; Enable JSON simulator data by setting a URI name (case sensitive) + ; Stats_URI = "jsonSimStats" + +; View region statistics via a web page +; See http://opensimulator.org/wiki/FAQ#Region_Statistics_on_a_Web_Page +; Use a web browser and type in the "Login URI" + "/SStats/" +; For example- http://127.0.0.1:9000/SStats/ +[WebStats] +; enabled=false + + -- cgit v1.1