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