source: Dev/branches/rest-dojo-ui/client/dojox/string/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.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.