You are here

README.txt in Autosave 7.2

DESCRIPTION
===========
The Autosave module automatically saves a node after a period of time. Content types that can be autosaved as well as the
period of time a node is autosaved, is configurable.

Autosaved nodes are are saved as a snap shot of the form.

NOTE: this version of autosave only works for single form (of selected node type) on a page.


DEPENDENCIES
============
None

INSTALLATION
============
1. Place the "autosave" folder in your "modules" directory (i.e. modules/autosave).
2. Enable the Autosave module under Administer >> Site building >> Modules.
3. Under config for a node type select it to use Autosave.
5. Under Admin -> Site Config -> Autosave enter the period of time before each autosave (in milliseconds).

AUTHOR
======
original concept by Edmund Kwok (edmund.kwok [at] insyghtful.com)
Drupal 6 version and current maintainer: Peter Lindstrom sponsored by About.com
Drupal 7 version and current maintainer: Larry Garfield sponsored by American Public Media.

CHANGE LOG
==========
- 6.x-2.0 version is a complete re-write to remove dependencies on TinyMCE.
- this version is now tied to the WYSIWYG module and currently is known to work with FCK, CK and TinyMCE 3.0 editors but requires
the 6.x-2.x-dev version of WYSIWYG with this patch: http://drupal.org/node/614146#comment-2193764; this patch should be commited soon and will
eventually be expanded to include other editors.

File

README.txt
View source
  1. DESCRIPTION
  2. ===========
  3. The Autosave module automatically saves a node after a period of time. Content types that can be autosaved as well as the
  4. period of time a node is autosaved, is configurable.
  5. Autosaved nodes are are saved as a snap shot of the form.
  6. NOTE: this version of autosave only works for single form (of selected node type) on a page.
  7. DEPENDENCIES
  8. ============
  9. None
  10. INSTALLATION
  11. ============
  12. 1. Place the "autosave" folder in your "modules" directory (i.e. modules/autosave).
  13. 2. Enable the Autosave module under Administer >> Site building >> Modules.
  14. 3. Under config for a node type select it to use Autosave.
  15. 5. Under Admin -> Site Config -> Autosave enter the period of time before each autosave (in milliseconds).
  16. AUTHOR
  17. ======
  18. original concept by Edmund Kwok (edmund.kwok [at] insyghtful.com)
  19. Drupal 6 version and current maintainer: Peter Lindstrom sponsored by About.com
  20. Drupal 7 version and current maintainer: Larry Garfield sponsored by American Public Media.
  21. CHANGE LOG
  22. ==========
  23. - 6.x-2.0 version is a complete re-write to remove dependencies on TinyMCE.
  24. - this version is now tied to the WYSIWYG module and currently is known to work with FCK, CK and TinyMCE 3.0 editors but requires
  25. the 6.x-2.x-dev version of WYSIWYG with this patch: http://drupal.org/node/614146#comment-2193764; this patch should be commited soon and will
  26. eventually be expanded to include other editors.