summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/atom/README
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo/dojox/atom/README')
-rw-r--r--js/dojo/dojox/atom/README53
1 files changed, 53 insertions, 0 deletions
diff --git a/js/dojo/dojox/atom/README b/js/dojo/dojox/atom/README
new file mode 100644
index 0000000..d5e447c
--- /dev/null
+++ b/js/dojo/dojox/atom/README
@@ -0,0 +1,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'.
+