8398c9048d
code was modified slightly, so the code differs from the original downloadable 1.9.5 version
53 lines
1.9 KiB
Text
53 lines
1.9 KiB
Text
-------------------------------------------------------------------------------
|
|
DojoX Data
|
|
-------------------------------------------------------------------------------
|
|
Version 1.0
|
|
Release date: 11/18/2008
|
|
-------------------------------------------------------------------------------
|
|
Project state: experimental
|
|
-------------------------------------------------------------------------------
|
|
Project authors
|
|
Jared Jurkiewicz (jared.jurkiewicz@gmail.com)
|
|
Benjamin Schell (Corporate CLA)
|
|
|
|
-------------------------------------------------------------------------------
|
|
Project description
|
|
|
|
The DojoX Atom project is an implementation of the ATOM document format in a
|
|
JavaScript model and a full Atom Publishing Protocol (APP) io library for working
|
|
with ATOM feeds
|
|
|
|
-------------------------------------------------------------------------------
|
|
Dependencies:
|
|
|
|
DojoX Atom has dependencies on core dojo (dojo.data) and the D.O.H. unit test
|
|
framework.
|
|
-------------------------------------------------------------------------------
|
|
Documentation:
|
|
|
|
See the Dojo API tool (http://dojotoolkit.org/api)
|
|
as well as dojocampus (http://docs.dojocampus.org/dojox/atom)
|
|
-------------------------------------------------------------------------------
|
|
Contributions:
|
|
|
|
Constributions of documentation, examples, and fixes are always welcome.
|
|
|
|
-------------------------------------------------------------------------------
|
|
Installation instructions
|
|
|
|
Grab the following from the Dojo SVN Repository:
|
|
http://svn.dojotoolkit.org/src/dojo/dojox/trunk/atom/*
|
|
|
|
Install into the following directory structure:
|
|
/dojox/atom/
|
|
|
|
...which should be at the same level as your Dojo checkout.
|
|
|
|
/dojox/atom/*
|
|
|
|
Require in the sections you wish to use (the model, IO library, etc)
|
|
-------------------------------------------------------------------------------
|
|
Additional Notes:
|
|
This library is still undergoing some work and as such the API may change
|
|
hence the marking of 'experimental'.
|
|
|