source: Dev/branches/rest-dojo-ui/client/dojox/atom/README @ 256

Last change on this file since 256 was 256, checked in by hendrikvanantwerpen, 13 years ago

Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).

File size: 1.9 KB
Line 
1-------------------------------------------------------------------------------
2DojoX Data
3-------------------------------------------------------------------------------
4Version 1.0
5Release date: 11/18/2008
6-------------------------------------------------------------------------------
7Project state: experimental
8-------------------------------------------------------------------------------
9Project authors
10        Jared Jurkiewicz (jared.jurkiewicz@gmail.com)
11        Benjamin Schell (Corporate CLA)
12
13-------------------------------------------------------------------------------
14Project description
15
16The DojoX Atom project is an implementation of the ATOM document format in a
17JavaScript model and a full Atom Publishing Protocol (APP) io library for working
18with ATOM feeds
19
20-------------------------------------------------------------------------------
21Dependencies:
22
23DojoX Atom has dependencies on core dojo (dojo.data) and the D.O.H. unit test
24framework.
25-------------------------------------------------------------------------------
26Documentation:
27
28See the Dojo API tool (http://dojotoolkit.org/api)
29as well as the reference guide (http://dojotoolkit.org/reference-guide/dojox/atom.html)
30-------------------------------------------------------------------------------
31Contributions:
32
33Contributions of documentation, examples, and fixes are always welcome.
34
35-------------------------------------------------------------------------------
36Installation instructions
37
38Grab the following from the Dojo SVN Repository:
39http://svn.dojotoolkit.org/src/dojo/dojox/trunk/atom/*
40
41Install into the following directory structure:
42/dojox/atom/
43
44...which should be at the same level as your Dojo checkout.
45
46/dojox/atom/*
47
48Require in the sections you wish to use (the model, IO library, etc)
49-------------------------------------------------------------------------------
50Additional Notes:
51        This library is still undergoing some work and as such the API may change
52        hence the marking of 'experimental'.
53
Note: See TracBrowser for help on using the repository browser.