Webinterface
From OpenSimulator
(Difference between revisions)
Line 6: | Line 6: | ||
OSGMS - Currently not being actively developed | OSGMS - Currently not being actively developed | ||
− | + | == Basic API == | |
− | + | ||
− | ==API== | + | |
I suggest we create a new API, that's clean and structured. It should be nothing more than a php class-library that can perform the most basic database functions. Functions to think about are: | I suggest we create a new API, that's clean and structured. It should be nothing more than a php class-library that can perform the most basic database functions. Functions to think about are: | ||
* Show Userinfo | * Show Userinfo | ||
Line 15: | Line 13: | ||
* Show Regions | * Show Regions | ||
* Max Region-revision cache (blobsize get too big otherwise) | * Max Region-revision cache (blobsize get too big otherwise) | ||
+ | |||
+ | == Proposals for Advanced Web Interface == | ||
+ | Follow-on versions of the API should have advanced user management functions like: | ||
+ | * Require Login on/off | ||
+ | * Grant User Rights (build, fly, run script, teleport, etc.) | ||
+ | * Create Group / Remove | ||
+ | * Add User to Group / Remove |
Revision as of 04:15, 22 January 2008
Existing projects
OpenSimWI - Currently not being actively developed
OSGMS - Currently not being actively developed
Basic API
I suggest we create a new API, that's clean and structured. It should be nothing more than a php class-library that can perform the most basic database functions. Functions to think about are:
- Show Userinfo
- Create User
- Remove User
- Show Regions
- Max Region-revision cache (blobsize get too big otherwise)
Proposals for Advanced Web Interface
Follow-on versions of the API should have advanced user management functions like:
- Require Login on/off
- Grant User Rights (build, fly, run script, teleport, etc.)
- Create Group / Remove
- Add User to Group / Remove