llsd /

Filename Size Date modified Message
LICENSES
cpp
haskell
js
php
python
202 B
open source release of LLSD libraries in C++, JavaScript, and Haskell
121 B
added php implementation
44 B
Added tag v1 for changeset be3522b1e910
1.6 KB
added php implementation
Linden Lab LLSD Libraries
-------------------------
    v1 - 2010-06-07 - Joshua Bell & Mark Lentczner
    v2 - 2010-06-08 - Joshua Bell & Mark Lentczner


ABOUT
=====

LLSD is defined in draft-hamrick-vwrap-type-system-00. It is a structured data
system used for interchange. See the draft for more details:

    http://tools.ietf.org/html/draft-hamrick-vwrap-type-system-00

The design and development of LLSD is being undertaken by the IETF VWRAP
working group. Please direct design and development questions to its mailing
list.

    wiki - http://trac.tools.ietf.org/wg/vwrap/trac/wiki
    list - https://www.ietf.org/mailman/listinfo/vwrap
    
This distribution contains Linden Lab's open source (MIT licensed)
implementations of the LLSD type system in five langauges:

    C++         LLSD
    JavaScript  LLSD & LLIDL
    Haskell     LLSD & LLIDL
    PHP         LLSD (partial)
    Python      LLSD & LLIDL (*)

Each language has its own directory, and each has its own README file with
details for building and using the code. All versions have unit tests.

Questions regarding these libraries can be directed to Josh or Mark:
    josh@lindenlab.com
    markl@lindenlab.com

Linden Lab hopes that by releasing these open source, it will help facilitiate
the development of LLSD, as well as ease interoperatibility with currently
deployed systems that use LLSD such as Second Life and OpenSim.

    - Josh & Mark
    
(*) The Python version is currently distributed in a separate repository:
    http://hg.secondlife.com/llbase/
The intention is to eventually migrate it here.

Tip: Filter by directory path e.g. /media app.js to search for public/media/app.js.
Tip: Use camelCasing e.g. ProjME to search for ProjectModifiedEvent.java.
Tip: Filter by extension type e.g. /repo .js to search for all .js files in the /repo directory.
Tip: Separate your search with spaces e.g. /ssh pom.xml to search for src/ssh/pom.xml.
Tip: Use ↑ and ↓ arrow keys to navigate and return to view the file.
Tip: You can also navigate files with Ctrl+j (next) and Ctrl+k (previous) and view the file with Ctrl+o.
Tip: You can also navigate files with Alt+j (next) and Alt+k (previous) and view the file with Alt+o.