1d98684279e96127b3044c45ae08b94b72391a79.svn-base 1.3 KB

1234567891011121314151617181920212223242526272829303132333435
  1. -------------------------------------------------------------------------------
  2. DojoX Encoding
  3. -------------------------------------------------------------------------------
  4. Version 0.1.0
  5. Release date: 7/30/2007
  6. -------------------------------------------------------------------------------
  7. Project state:
  8. expermental
  9. -------------------------------------------------------------------------------
  10. Credits
  11. Eugene Lazutkin
  12. Tom Trenka
  13. -------------------------------------------------------------------------------
  14. Project description
  15. DojoX Encoding provides a set of routines for common encoding algorithms.
  16. -------------------------------------------------------------------------------
  17. Dependencies:
  18. Encoding only depends on the Dojo Core.
  19. -------------------------------------------------------------------------------
  20. Documentation
  21. See the API documentation for details.
  22. -------------------------------------------------------------------------------
  23. Installation instructions
  24. Grab the following from the Dojo SVN Repository:
  25. http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/encoding/*
  26. Install into the following directory structure:
  27. /dojox/encoding/
  28. ...which should be at the same level as your Dojo checkout.
  29. -------------------------------------------------------------------------------