8 Commits
Author SHA1 Message Date
Anthony Le Mansec 5ac64b551b doc: note regarding upcoming oo merge 2010-10-05 15:55:55 +02:00
Anthony Le Mansec 85f0f57067 doc: markdown fix on unordered list 2010-10-04 16:08:49 +02:00
Anthony Le Mansec 4db7f848da doc: markdown unordered lists fix. 2010-10-04 16:07:55 +02:00
Anthony Le Mansec 6dff861062 doc: switched to markdown markup
- NOTE: 'objectoriented-staging' branch will soon provide oo access to opensimwebassets features. Merge will occur upon completion/tests.
2010-10-04 16:03:46 +02:00
Anthony Le Mansec 1ce8d1a097 doc : removed duplicate php reference 2010-09-21 13:36:21 +02:00
Anthony Le Mansec 0d1fd3d6b8 minor : moved source files to src/ 2010-09-21 13:33:24 +02:00
Anthony Le Mansec f130fb3e16 doc: (minor) typo 2010-09-04 15:21:59 +02:00
Anthony Le Mansec 1264de04dc doc: (minor) typo. 2010-09-04 01:53:32 +02:00
13 changed files with 40 additions and 26 deletions
-1
View File
@@ -1,7 +1,6 @@
Requirements :
--------------
- Running OpenSimulator Grid
- Php-enabled webserver
- Php5 > 5.1.3
- ImageMagick > 6.2.4 (WITH jp2 delegate)
- imagick PECL > 2.2.0 (http://pecl.php.net/package/imagick or "pecl install imagick")
-25
View File
@@ -1,25 +0,0 @@
About WebAssets for OpenSimulator
-===============================-
This small set of php functions provide easy access to OpenSimulator
assets, adding another level of caching, thus limiting load on given
asset server.
Typical usage includes web publication of avatar's profile pictures, library and user
stored textures, region maptiles, user and regions/lands snapshots.
It was updated and tested on September 2010, with following software :
WebServer :
- Apache 2.2.16
- Php 5.2.14
- imagick 2.3.0 PECL package
- ImageMagick 6.6.2.5 with jpeg2k delegate
running on linux 2.6.34, gentoo 64bits
OpenSimulator AssetServer :
- OpenSimulator 0.6.9 (grid mode) both from a local grid and current osgrid.org GRID.
Installation
-==========-
See included file INSTALL
+40
View File
@@ -0,0 +1,40 @@
WebAssets for OpenSimulator
===========================
This small set of php functions provides easy access to OpenSimulator
assets, adding another level of caching, thus limiting load on given
asset server.
Typical usage includes web publication of avatar's profile pictures, library and user
stored textures, region maptiles, user and regions/lands snapshots.
classes availability
--------------------
oo classes are currently beeing worked on ('objectoriented-staging' branch). Merge will occur upon completion/successful tests.
Tested on
---------
Updated and tested on September 2010, with following software :
WebServer :
* Apache 2.2.16
* Php 5.2.14
* imagick 2.3.0 PECL package
* ImageMagick 6.6.2.5 with jpeg2k delegate
running on linux 2.6.34, gentoo 64bits
OpenSimulator AssetServer :
* OpenSimulator 0.6.9 (grid mode) both from a local grid and current osgrid.org GRID.
Installation
------------
See included **INSTALL** file.
View File
View File
View File
View File
View File
View File
View File
View File

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB