96e37bb6c6501d83f6d01ef93b43e358c898de98.svn-base 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. -------------------------------------------------------------------------------
  2. DojoX Collections
  3. -------------------------------------------------------------------------------
  4. Version 0.9
  5. Release date: 05/27/2007
  6. -------------------------------------------------------------------------------
  7. Project state: stable
  8. -------------------------------------------------------------------------------
  9. Project authors
  10. Tom Trenka (ttrenka@gmail.com)
  11. -------------------------------------------------------------------------------
  12. Project description
  13. DojoX Collections is the port of the original Dojo 0.4.x collection classes.
  14. It is intended for use by people who are looking for a little bit more
  15. functionality out of common collections, like ArrayLists or Dictionaries.
  16. Included are the Iterator and DictionaryIterator classes, both of which can
  17. operate on standard arrays and objects (respectively).
  18. -------------------------------------------------------------------------------
  19. Dependencies:
  20. DojoX Collections has no dependencies, outside of Dojo Core.
  21. -------------------------------------------------------------------------------
  22. Documentation
  23. See the API documentation for Dojo (http://dojotoolkit.org/api).
  24. -------------------------------------------------------------------------------
  25. Installation instructions
  26. Grab the following from the Dojo SVN Repository:
  27. http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/collections.js
  28. http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/collections/*
  29. Install into the following directory structure:
  30. /dojox/collections/
  31. ...which should be at the same level as your Dojo checkout.
  32. -------------------------------------------------------------------------------