root / trunk / web / dojo / dojox / atom / README
History | View | Annotate | Download (1.92 KB)
| 1 | 9 | andrej.cim | ------------------------------------------------------------------------------- |
|---|---|---|---|
| 2 | DojoX Data |
||
| 3 | ------------------------------------------------------------------------------- |
||
| 4 | Version 1.0 |
||
| 5 | Release date: 11/18/2008 |
||
| 6 | ------------------------------------------------------------------------------- |
||
| 7 | Project state: experimental |
||
| 8 | ------------------------------------------------------------------------------- |
||
| 9 | Project authors |
||
| 10 | Jared Jurkiewicz (jared.jurkiewicz@gmail.com) |
||
| 11 | Benjamin Schell (Corporate CLA) |
||
| 12 | |||
| 13 | ------------------------------------------------------------------------------- |
||
| 14 | Project description |
||
| 15 | |||
| 16 | The DojoX Atom project is an implementation of the ATOM document format in a |
||
| 17 | JavaScript model and a full Atom Publishing Protocol (APP) io library for working |
||
| 18 | with ATOM feeds |
||
| 19 | |||
| 20 | ------------------------------------------------------------------------------- |
||
| 21 | Dependencies: |
||
| 22 | |||
| 23 | DojoX Atom has dependencies on core dojo (dojo.data) and the D.O.H. unit test |
||
| 24 | framework. |
||
| 25 | ------------------------------------------------------------------------------- |
||
| 26 | Documentation: |
||
| 27 | |||
| 28 | See the Dojo API tool (http://dojotoolkit.org/api) |
||
| 29 | as well as dojocampus (http://docs.dojocampus.org/dojox/atom) |
||
| 30 | ------------------------------------------------------------------------------- |
||
| 31 | Contributions: |
||
| 32 | |||
| 33 | Constributions of documentation, examples, and fixes are always welcome. |
||
| 34 | |||
| 35 | ------------------------------------------------------------------------------- |
||
| 36 | Installation instructions |
||
| 37 | |||
| 38 | Grab the following from the Dojo SVN Repository: |
||
| 39 | http://svn.dojotoolkit.org/src/dojo/dojox/trunk/atom/* |
||
| 40 | |||
| 41 | Install 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 | |||
| 48 | Require in the sections you wish to use (the model, IO library, etc) |
||
| 49 | ------------------------------------------------------------------------------- |
||
| 50 | Additional Notes: |
||
| 51 | This library is still undergoing some work and as such the API may change |
||
| 52 | hence the marking of 'experimental'. |