diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-11-14 15:39:19 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-11-14 15:39:19 +0000 |
commit | 1c5685d68f1b73270fb814fe04cbb490eb90ba5f (patch) | |
tree | 3d3ada08a934b96fc31531f1327690d7edc6f766 /includes/js/dojox/storage/README | |
parent | 104d59099e048688c4dbac37d72137006e396558 (diff) | |
download | semanticscuttle-1c5685d68f1b73270fb814fe04cbb490eb90ba5f.tar.gz semanticscuttle-1c5685d68f1b73270fb814fe04cbb490eb90ba5f.tar.bz2 |
Minor fix: Remove DOJO library (60Mo) replaced by link to Google CDN (online DOJO library)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@159 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'includes/js/dojox/storage/README')
-rw-r--r-- | includes/js/dojox/storage/README | 76 |
1 files changed, 0 insertions, 76 deletions
diff --git a/includes/js/dojox/storage/README b/includes/js/dojox/storage/README deleted file mode 100644 index 28cd2a9..0000000 --- a/includes/js/dojox/storage/README +++ /dev/null @@ -1,76 +0,0 @@ -------------------------------------------------------------------------------- -Dojo Storage -------------------------------------------------------------------------------- -Version X.XXX (does not have separate versioning -- versioned by release date) -Last Release date: March 2008 -------------------------------------------------------------------------------- -Project state: -experimental -------------------------------------------------------------------------------- -Credits - Brad Neuberg - Alex Russell -------------------------------------------------------------------------------- -Project description - -dojox.storage provides a JavaScript abstraction for persistent storage -as well as pluggable implementations which typically use native browser extensions -(e.g. Flash player, Gears) - -------------------------------------------------------------------------------- -Dependencies: - -FlashStorageProvider requires the Flash player -GearsStorageProvider requires the Gears extension -The various Air*StorageProviders require Adobe's AIR software - -The open source mtasc compiler (www.mtasc.org) is needed to build the -ActionScript into SWF format. The SWF object is maintained within svn, so -this step is only necessary if Storage.as is modified. A sample build script -is provided (buildFlashStorage.sh) - -------------------------------------------------------------------------------- -Documentation - -See http://manual.dojotoolkit.org/WikiHome/DojoDotBook/Book50 for the -authoritative Dojo Storage docs. - -See dojox/storage/demos/helloworld.html for a simple Hello World example -you can base your code off of. - -------------------------------------------------------------------------------- -Installation instructions - -If you want to use Dojo Storage in a web browser: - -These installation instructions are to use Dojo Storage in a web browser; at -runtime, Dojo Storage will autodetect and use the best available storage -option. This includes: - - * Google Gears - * HTML 5 Web Browsers (Firefox 2+) - * Hidden Flash - -If you are using a release build (if you downloaded Dojo from the Dojo -website then this is a release build -- if you checked it out from -Subversion yourself then you will have to build things yourself), if you -only want to grab just the files from Dojo to use Dojo Storage -in the browser, take the following (but make sure to keep the directory -layout the same, or else things won't work correctly!): - -* dojo/dojo.js -* dojox/storage/storage-browser.js -* dojox/storage/Storage.swf - -To help with testing and development and to make sure you have everything -right, its also useful to grab the following files: - -* dojox/storage/README -* dojox/storage/demos/helloworld.html - -If you want to use Dojo Storage with Adobe AIR: - -[TBD! Why don't you write this and contribute!] - -------------------------------------------------------------------------------- -Additional Notes |