From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m (added obsolete tag)
 
(9 intermediate revisions by 6 users not shown)
Line 1: Line 1:
==The WiXTD Wiki page==
+
__NOTOC__
[[image:Wixtd_mapping.jpeg|350px|thumb|left|WiXTD's TMS-tiling features can show both hypergrid and region information, using AJAX calls for data retrieval]]
+
{{Quicklinks}}
===Links===
+
{{archive}}
[http://forge.opensimulator.org/gf/project/wixtd/ WiXTD on the forge]<br/>
+
'''Purpose:''' The information on this page is out of date. However, it may still hold value to some people (examples are chat logs, version history, or OpenSimulator 0.6x specific info) or needs to be preserved for other reasons.
[http://wixtd.os-networks.net Running Development Version]
+
 
 +
'''Tag:''' <nowiki>{{archive}}</nowiki>
 +
{{thirdparty}}
 +
 
 +
== WiXTD ==
 +
=== What is Wixtd? ===
  
===About===
 
 
WiXTD is a BSD-licensed PHP5-webportal/framework, that is tightly connected to the OpenSim database. It's purpose is to:
 
WiXTD is a BSD-licensed PHP5-webportal/framework, that is tightly connected to the OpenSim database. It's purpose is to:
 
* simplify access to OpenSim
 
* simplify access to OpenSim
Line 13: Line 17:
  
 
The idea behind WiXTD is to have a basic framework, on which two seperate applications will be build. One for casual purposes, and another one for e-learning purposes. WiXTD 0.1 already had it's first release, and is marked as pre-alpha code atm, there are some technical decisions for the long run, like:
 
The idea behind WiXTD is to have a basic framework, on which two seperate applications will be build. One for casual purposes, and another one for e-learning purposes. WiXTD 0.1 already had it's first release, and is marked as pre-alpha code atm, there are some technical decisions for the long run, like:
 +
 
* Using maintained PEAR packages for basic functionality, instead of custom written code
 
* Using maintained PEAR packages for basic functionality, instead of custom written code
 
* Adding a Database abstraction layer(MDB2), to support MSSQL and PostgreSQL
 
* Adding a Database abstraction layer(MDB2), to support MSSQL and PostgreSQL
Line 18: Line 23:
  
 
Functionality in version 0.1 will be frozen to the current toolset, which is:
 
Functionality in version 0.1 will be frozen to the current toolset, which is:
 +
 
* Registration(mail,instant)
 
* Registration(mail,instant)
 
* Stock avatar selection on registration, stock avatar duping/editing
 
* Stock avatar selection on registration, stock avatar duping/editing
Line 32: Line 38:
 
* OpenLayers mapcontrol, basic overlay, PHPCli TMS Grid MapTiler
 
* OpenLayers mapcontrol, basic overlay, PHPCli TMS Grid MapTiler
  
===Installation===
+
----
 +
[[Image:Wixtd_mapping.jpeg|350px|thumb|left|WiXTD's TMS-tiling features can show both hypergrid and region information, using AJAX calls for data retrieval]]
 +
 
 +
=== Links ===
 +
[http://wixtd.os-networks.net Running Development Version]
 +
 
 +
=== Installation ===
 
There is a preliminary install script for wixtd now, which does an environment check, writes the database, and gives additional information how to get WiXTD running. The sql contains also modrex specific tables, which are for testing. These are not used normally, but can be switched on from the settings menu. Please install wixtd in a seperate database, apart from opensim. Follow these steps to get it running:
 
There is a preliminary install script for wixtd now, which does an environment check, writes the database, and gives additional information how to get WiXTD running. The sql contains also modrex specific tables, which are for testing. These are not used normally, but can be switched on from the settings menu. Please install wixtd in a seperate database, apart from opensim. Follow these steps to get it running:
  
 
* Make sure you have PHP5, CURL, XMLRPC and imagick with JP2-support(requires jasper, and imagemagick with jp2-support)
 
* Make sure you have PHP5, CURL, XMLRPC and imagick with JP2-support(requires jasper, and imagemagick with jp2-support)
 
* Copy wixtd from svn in the Apache's documentroot
 
* Copy wixtd from svn in the Apache's documentroot
  svn checkout http://forge.opensimulator.org/svn/wixtd/trunk /var/www
+
  svn checkout
 
* Run the installation script, by pointing your browser to:
 
* Run the installation script, by pointing your browser to:
 
  http://foobar.org/install/install.php
 
  http://foobar.org/install/install.php
Line 43: Line 55:
 
* Log in and customize your wixtd
 
* Log in and customize your wixtd
  
===Manual===
+
=== Manual ===
  
====Micro's====
+
==== Micro's ====
 
Micro's are mini-components that have a small set of functionality, which can be accessed apart from the webportal. The current micro's are:
 
Micro's are mini-components that have a small set of functionality, which can be accessed apart from the webportal. The current micro's are:
 
  Splash screen in the viewer. Setup in Gridinfo
 
  Splash screen in the viewer. Setup in Gridinfo
Line 63: Line 75:
 
Anyway, you got the point. These are not at all times part of the webinterface, but can be used by OpenSimulator or an external API as well. Most data is returned as XML, but it's not yet consistent. This will be cleaned during the 0.1 phase as well...
 
Anyway, you got the point. These are not at all times part of the webinterface, but can be used by OpenSimulator or an external API as well. Most data is returned as XML, but it's not yet consistent. This will be cleaned during the 0.1 phase as well...
  
===Template===
+
=== Template ===
 
If you want to change the template, it's best to copy the /tpl/osn folder to a custom /tpl/mynewtemplate folder. Change the theme in Settings accordingly. The mainstyling is in /tpl/mynewtemplate/style.css . Custom html layout is both in the template folder(general stuff for index layout), and in the /com/com.mycomponent/views directories. WiXTD uses the smarty engine for template parsing.
 
If you want to change the template, it's best to copy the /tpl/osn folder to a custom /tpl/mynewtemplate folder. Change the theme in Settings accordingly. The mainstyling is in /tpl/mynewtemplate/style.css . Custom html layout is both in the template folder(general stuff for index layout), and in the /com/com.mycomponent/views directories. WiXTD uses the smarty engine for template parsing.
 
<cleanpage title=hide cats=hide />
 
<cleanpage title=hide cats=hide />

Latest revision as of 08:14, 15 September 2020

Purpose: The information on this page is out of date. However, it may still hold value to some people (examples are chat logs, version history, or OpenSimulator 0.6x specific info) or needs to be preserved for other reasons.

Tag: {{archive}}


[edit] WiXTD

[edit] What is Wixtd?

WiXTD is a BSD-licensed PHP5-webportal/framework, that is tightly connected to the OpenSim database. It's purpose is to:

  • simplify access to OpenSim
  • allow non-tech personal to operate OpenSim
  • Extend in-world content and functionality to the web
  • Extend web-information to in-world objects

The idea behind WiXTD is to have a basic framework, on which two seperate applications will be build. One for casual purposes, and another one for e-learning purposes. WiXTD 0.1 already had it's first release, and is marked as pre-alpha code atm, there are some technical decisions for the long run, like:

  • Using maintained PEAR packages for basic functionality, instead of custom written code
  • Adding a Database abstraction layer(MDB2), to support MSSQL and PostgreSQL
  • Make heavy use of jQuery

Functionality in version 0.1 will be frozen to the current toolset, which is:

  • Registration(mail,instant)
  • Stock avatar selection on registration, stock avatar duping/editing
  • News section
  • Static pages(html/iframe wrapper)
  • Profile management
  • Menu management
  • Hypergrid Link management
  • DB to XML Regionloader based on detected ip/port
  • DB to XML Hypergrid linkloader for the grid
  • Simulator control
  • Merged ACP/Frontend
  • Settings control
  • OpenLayers mapcontrol, basic overlay, PHPCli TMS Grid MapTiler

WiXTD's TMS-tiling features can show both hypergrid and region information, using AJAX calls for data retrieval

[edit] Links

Running Development Version

[edit] Installation

There is a preliminary install script for wixtd now, which does an environment check, writes the database, and gives additional information how to get WiXTD running. The sql contains also modrex specific tables, which are for testing. These are not used normally, but can be switched on from the settings menu. Please install wixtd in a seperate database, apart from opensim. Follow these steps to get it running:

  • Make sure you have PHP5, CURL, XMLRPC and imagick with JP2-support(requires jasper, and imagemagick with jp2-support)
  • Copy wixtd from svn in the Apache's documentroot
svn checkout
  • Run the installation script, by pointing your browser to:
http://foobar.org/install/install.php
  • Follow the instructions in the script
  • Log in and customize your wixtd

[edit] Manual

[edit] Micro's

Micro's are mini-components that have a small set of functionality, which can be accessed apart from the webportal. The current micro's are:

Splash screen in the viewer. Setup in Gridinfo
http://mygrid.org/index.php?mcr=splash
CLI script that generates maptiles from the region/simulator tables
php /my/webdir/index.php tiler
Currency handler. Will be used for karma
http://mygrid.org/index.php?mcr=currency.php
Automated regionloading. Used by the webloader
http://mygrid.org/index.php?mcr=sim2xml
Automated HyperGrid linkloader
http://mygrid.org/index.php?mcr=sim2xml&ctr=hgl
Shows an asset-blob as an image. 
http://mygrid.org/index.php?mcr=getAsset&uuid=643656-2343e344-434e32-3235ea
Used by an AJAX-call of region-data for Openlayers. Can be used for dynamic KML-layer generation as well
http://mygrid.org/index.php?mcr=map&lon=32&lat=64

Anyway, you got the point. These are not at all times part of the webinterface, but can be used by OpenSimulator or an external API as well. Most data is returned as XML, but it's not yet consistent. This will be cleaned during the 0.1 phase as well...

[edit] Template

If you want to change the template, it's best to copy the /tpl/osn folder to a custom /tpl/mynewtemplate folder. Change the theme in Settings accordingly. The mainstyling is in /tpl/mynewtemplate/style.css . Custom html layout is both in the template folder(general stuff for index layout), and in the /com/com.mycomponent/views directories. WiXTD uses the smarty engine for template parsing. UNIQ47c3c96374b0746b-cleanpage-00000001-QINU

Personal tools
General
About This Wiki