README
1.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
-------------------------------------------------------------------------------
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 the reference guide (http://dojotoolkit.org/reference-guide/dojox/atom.html)
-------------------------------------------------------------------------------
Contributions:
Contributions 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'.