Static.module

Storage and retrieval of Drupal node content as plain HTML files

Intent:

Every time a Drupal node is saved, a corresponding file is updated. This means that content can be retained even if the database is unavailable.

When retrieval is set to aggressive or intelligent, the flat file will be read back and displayed. This allows for HTML to be updated directly from outside of Drupal.

It can be used to serve legacy content, create backups, or provide alternate renderings of the pages via XSL or similar.

It's also handy for testing the metadata and microformat retention as pages get round-tripped in and out the importer.

The files will be saved as annotated XHTML in a designated directory (configurable via admin/settings/static) with a filename corresponding to its Drupal path - either the url alias+"htm" or "node/{n}.htm"

@package
coders
@author
Dan Morrison http://coders.co.nz/
@version
$Id: static_help.htm,v 1.1 2006/08/25 14:43:38 dman Exp $