source: Dev/trunk/src/client/dojox/string/README @ 532

Last change on this file since 532 was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

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