source: Dev/branches/rest-dojo-ui/client/dojox/uuid/README @ 256

Last change on this file since 256 was 256, checked in by hendrikvanantwerpen, 13 years ago

Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).

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