README 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. -------------------------------------------------------------------------------
  2. DojoX UUID
  3. -------------------------------------------------------------------------------
  4. Version 0.9
  5. Release date: 06/21/2007
  6. -------------------------------------------------------------------------------
  7. Project state: production
  8. -------------------------------------------------------------------------------
  9. Project authors
  10. Brian Douglas Skinner (skinner@dojotoolkit.org)
  11. -------------------------------------------------------------------------------
  12. Project description
  13. DojoX UUID is the port of the original Dojo 0.4.x UUID classes. The UUID
  14. classes can be used to represent Universally Unique IDentifiers (UUIDs), as
  15. described in the IETF's RFC 4122:
  16. http://tools.ietf.org/html/rfc4122
  17. The DojoX UUID classes provide support for generating both "time-based" UUIDs
  18. and lightweight "random" UUIDs. DojoX UUID does not yet have support for
  19. generating new "name-based" UUIDs, but the dojo.uuid.Uuid class can represent
  20. existing name-based UUIDs, such as UUIDs read from a file or from a server.
  21. -------------------------------------------------------------------------------
  22. Dependencies:
  23. DojoX UUID has no dependencies, outside of Dojo Core.
  24. -------------------------------------------------------------------------------
  25. Documentation
  26. See the API documentation for Dojo (http://dojotoolkit.org/api).
  27. -------------------------------------------------------------------------------
  28. Installation instructions
  29. Grab the following from the Dojo SVN Repository:
  30. http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/uuid.js
  31. http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/uuid/*
  32. Install into the following directory structure:
  33. /dojox/uuid/
  34. ...which should be at the same level as your Dojo checkout.
  35. -------------------------------------------------------------------------------