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