Webinterface

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(PHP: added "optional modules")
Line 23: Line 23:
  
 
== Web Services ==
 
== Web Services ==
* [http://code.google.com/p/openmetaverse/wiki/SimianGrid SimianGrid]Simian started out as an experiment in virtual world simulation software before growing into an umbrella of projects related to virtual world hosting and simulation. SimianGrid is a set of PHP web services that provide the backend for a grid.  
+
* [http://code.google.com/p/openmetaverse/wiki/SimianGrid SimianGrid]Simian started out as an experiment in virtual world simulation software before growing into an umbrella of projects related to virtual world hosting and simulation. SimianGrid is a set of PHP web services that provide the backend for a grid.
 +
 
 +
== Optional modules ==
 +
* [http://code.google.com/p/flotsam/wiki/XmlRpcGroups XmlRpcGroups] is a set of xmlrpc methods to manage groups in opensim. See [http://opensimulator.org/wiki/Groups this page] for how to configure it.
 +
 
 +
* [http://forge.opensimulator.org/gf/project/ossearch ossearch] is a set of xmlrpc methods to manage search, events and classifieds. See [http://opensimulator.org/wiki/OpenSimSearch this page] for how to configure it.
 +
 
 +
* [http://forge.opensimulator.org/gf/project/osprofile osprofile] is a set of xmlrpc methods to manage persistent profile.
 +
 
 +
* [http://forge.opensimulator.org/gf/project/webassets/ webassets] is a script to render assets pictures to display on a website.
  
 
= Python =
 
= Python =

Revision as of 21:09, 4 March 2010


PHP

Web interfaces

  • OpenSim Web Interface (Redux) - This is a PHP Web Interface for OpenSim (Open Simulator Project), it allows grid citizens to create User Accounts to access the grid. Grid Owners can also manage all users for the grid. Very light CMS system included. - Should be useable on live grid.
  • WiXTD - PHP OpenSimulator-interface, combined with python xmlrpc-daemon for service-control. The project is actively being developed, and focussed on being an easy to use adminstration tool, and a community portal for grid-users.
  • FlexCp A fast, simple, secure, and easily-extendable php5 web control panel for OpenSim grids. Use ADODB, QuickForms2, and Savant3 to make development and modifications simple (improves response to security concerns).
  • D4os is a set of Drupal modules to control a grid. (actually in alpha stage using OpenSim 0.6.8)
  • GridMix This project is not already available
  • WebGrid is a PHP-based Web Interface for the grid servers built on code from OpenSimWI and the DeepGrid backend. Webgrid is based on the CodeIgniter PHP MVC framework.

Web Services

  • SimianGridSimian started out as an experiment in virtual world simulation software before growing into an umbrella of projects related to virtual world hosting and simulation. SimianGrid is a set of PHP web services that provide the backend for a grid.

Optional modules

  • XmlRpcGroups is a set of xmlrpc methods to manage groups in opensim. See this page for how to configure it.
  • ossearch is a set of xmlrpc methods to manage search, events and classifieds. See this page for how to configure it.
  • osprofile is a set of xmlrpc methods to manage persistent profile.
  • webassets is a script to render assets pictures to display on a website.

Python

Web interfaces

Web Services

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

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)
Personal tools
General
About This Wiki