README 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. -------------------------------------------------------------------------------
  2. DojoX String Utilities
  3. -------------------------------------------------------------------------------
  4. Version 0.9
  5. Release date: 05/08/2007
  6. -------------------------------------------------------------------------------
  7. Project state:
  8. dojox.string.Builder: production
  9. dojox.string.sprintf: beta
  10. dojox.string.tokenize: beta
  11. -------------------------------------------------------------------------------
  12. Project authors
  13. Ben Lowery
  14. Tom Trenka (ttrenka@gmail.com)
  15. Neil Roberts
  16. -------------------------------------------------------------------------------
  17. Project description
  18. The DojoX String utilties project is a placeholder for miscellaneous string
  19. utility functions. At the time of writing, only the Builder object has been
  20. added; but we anticipate other string utilities may end up living here as well.
  21. -------------------------------------------------------------------------------
  22. Dependencies:
  23. Dojo Core (package loader).
  24. -------------------------------------------------------------------------------
  25. Documentation
  26. See the Dojo Toolkit API docs (http://dojotookit.org/api), dojo.string.Builder.
  27. -------------------------------------------------------------------------------
  28. Installation instructions
  29. Grab the following from the Dojo SVN Repository:
  30. http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/string/*
  31. Install into the following directory structure:
  32. /dojox/string/
  33. ...which should be at the same level as your Dojo checkout.