You are here

README.txt in Autosave 5

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 saved as revisions and will not be the default revision until the node form is submitted.

This module is designed to work with Drupal 5.x.

DEPENDENCIES
============
Requires the jQuery Form Plugin which can be downloaded here: http://dev.jquery.com/browser/trunk/plugins/form/jquery.form.js?format=txt

INSTALLATION
============
1. Place the "autosave" folder in your "modules" directory (i.e. modules/autosave).
2. Download the jQuery Form Plugin and place it in the autosave folder (i.e. modules/autosave/jquery.form.js).
2. Enable the Autosave module under Administer >> Site building >> Modules.
3. Under Administer >> Content management >> Content types, click on the "Autosave" tab.
4. Check the content types which you want to enable autosave.
5. Enter the period of time before each autosave (in milliseconds).

AUTHOR
======
Edmund Kwok (edmund.kwok [at] insyghtful.com)

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 period of time a node is autosaved, is configurable.
  4. Autosaved nodes are saved as revisions and will not be the default revision until the node form is submitted.
  5. This module is designed to work with Drupal 5.x.
  6. DEPENDENCIES
  7. ============
  8. Requires the jQuery Form Plugin which can be downloaded here: http://dev.jquery.com/browser/trunk/plugins/form/jquery.form.js?format=txt
  9. INSTALLATION
  10. ============
  11. 1. Place the "autosave" folder in your "modules" directory (i.e. modules/autosave).
  12. 2. Download the jQuery Form Plugin and place it in the autosave folder (i.e. modules/autosave/jquery.form.js).
  13. 2. Enable the Autosave module under Administer >> Site building >> Modules.
  14. 3. Under Administer >> Content management >> Content types, click on the "Autosave" tab.
  15. 4. Check the content types which you want to enable autosave.
  16. 5. Enter the period of time before each autosave (in milliseconds).
  17. AUTHOR
  18. ======
  19. Edmund Kwok (edmund.kwok [at] insyghtful.com)