first cut at a GridInfo plugin (mantis #1825). Currently just spits

out everything in the [GridInfo] section :-D Also, not yet LLSD but
XmlRpc, LLSD via GET will follow. OpenSim.ini.example contains sample
values and explanation. Oh, and default values provided are 

       platform: OpenSim
       mode: standalone | grid

have fun.
This commit is contained in:
Dr Scofield
2008-07-25 16:56:46 +00:00
parent ddd2581d8c
commit b5f23b4c9c
4 changed files with 186 additions and 0 deletions

View File

@@ -1,3 +1,23 @@
[GridInfo]
; login uri
login = http://127.0.0.1:9000/
; login page
welcome = http://127.0.0.1/welcome
; helper uri
economy = http://127.0.0.1:9000/
; web page of grid
about = http://127.0.0.1/about/
; account creation
register = http://127.0.0.1/register
; help
help = http://127.0.0.1/help
; password help
password = http://127.0.0.1/password
; long grid name
gridname = "the lost continent of hippo"
; short grid name
gridnick = "hippogrid"
[Startup]
; Set this to true if you are connecting your OpenSimulator regions to a grid