README 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. -------------------------------------------------------------------------------
  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. Project description
  14. The DojoX Atom project is an implementation of the ATOM document format in a
  15. JavaScript model and a full Atom Publishing Protocol (APP) io library for working
  16. with ATOM feeds
  17. -------------------------------------------------------------------------------
  18. Dependencies:
  19. DojoX Atom has dependencies on core dojo (dojo.data) and the D.O.H. unit test
  20. framework.
  21. -------------------------------------------------------------------------------
  22. Documentation:
  23. See the Dojo API tool (http://dojotoolkit.org/api)
  24. as well as dojocampus (http://docs.dojocampus.org/dojox/atom)
  25. -------------------------------------------------------------------------------
  26. Contributions:
  27. Constributions of documentation, examples, and fixes are always welcome.
  28. -------------------------------------------------------------------------------
  29. Installation instructions
  30. Grab the following from the Dojo SVN Repository:
  31. http://svn.dojotoolkit.org/src/dojo/dojox/trunk/atom/*
  32. Install into the following directory structure:
  33. /dojox/atom/
  34. ...which should be at the same level as your Dojo checkout.
  35. /dojox/atom/*
  36. Require in the sections you wish to use (the model, IO library, etc)
  37. -------------------------------------------------------------------------------
  38. Additional Notes:
  39. This library is still undergoing some work and as such the API may change
  40. hence the marking of 'experimental'.