2150 |
mathias |
1 |
-------------------------------------------------------------------------------
|
|
|
2 |
Project Name
|
|
|
3 |
-------------------------------------------------------------------------------
|
|
|
4 |
Version X.XXX
|
|
|
5 |
Release date: MM/DD/YYYY
|
|
|
6 |
-------------------------------------------------------------------------------
|
|
|
7 |
Project state:
|
|
|
8 |
experimental
|
|
|
9 |
-------------------------------------------------------------------------------
|
|
|
10 |
Credits
|
|
|
11 |
Brad Neuberg
|
|
|
12 |
Alex Russell
|
|
|
13 |
-------------------------------------------------------------------------------
|
|
|
14 |
Project description
|
|
|
15 |
|
|
|
16 |
dojox.storage provides a JavaScript abstraction for persistent storage
|
|
|
17 |
as well as pluggable implementations which typically use native browser extensions
|
|
|
18 |
(e.g. Flash player, Gears)
|
|
|
19 |
|
|
|
20 |
-------------------------------------------------------------------------------
|
|
|
21 |
Dependencies:
|
|
|
22 |
|
|
|
23 |
FlashStorageProvider requires the Flash player [ currently NOT operational ]
|
|
|
24 |
GearsStorageProvider requires the Gears extension
|
|
|
25 |
|
|
|
26 |
The open source mtasc compiler (www.mtasc.org) is needed to build the
|
|
|
27 |
ActionScript into SWF format. The SWF object is maintained within svn, so
|
|
|
28 |
this step is only necessary if Storage.as is modified. A sample build script
|
|
|
29 |
is provided (build.sh)
|
|
|
30 |
|
|
|
31 |
-------------------------------------------------------------------------------
|
|
|
32 |
Documentation
|
|
|
33 |
|
|
|
34 |
TBD
|
|
|
35 |
|
|
|
36 |
-------------------------------------------------------------------------------
|
|
|
37 |
Installation instructions
|
|
|
38 |
|
|
|
39 |
TBD
|
|
|
40 |
|
|
|
41 |
-------------------------------------------------------------------------------
|
|
|
42 |
Additional Notes
|