doc: markdown and unordered lists

This commit is contained in:
Anthony Le Mansec
2010-10-04 16:10:46 +02:00
parent 0603b23f0d
commit 2db4376b2a
+32
View File
@@ -0,0 +1,32 @@
WebAssets for OpenSimulator
===========================
This small set of php classes 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, user 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 INSTALL file.