README.txt in Autosave 5
Same filename and directory in other branches
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.txtView source
- 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)