8d23d2e5c94098d01b58dd538a1de740fa6540e0.svn-base 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. dojox.storage provides a JavaScript abstraction for persistent storage
  16. as well as pluggable implementations which typically use native browser extensions
  17. (e.g. Flash player, Gears)
  18. -------------------------------------------------------------------------------
  19. Dependencies:
  20. FlashStorageProvider requires the Flash player [ currently NOT operational ]
  21. GearsStorageProvider requires the Gears extension
  22. The open source mtasc compiler (www.mtasc.org) is needed to build the
  23. ActionScript into SWF format. The SWF object is maintained within svn, so
  24. this step is only necessary if Storage.as is modified. A sample build script
  25. is provided (build.sh)
  26. -------------------------------------------------------------------------------
  27. Documentation
  28. TBD
  29. -------------------------------------------------------------------------------
  30. Installation instructions
  31. TBD
  32. -------------------------------------------------------------------------------
  33. Additional Notes