here is a quick description of the contents of this directory

	config.htdb
		
		this is HTDB's main configuration file.
		this file sets up encryption keys, database connections,
		logging options and other system-wide attributes.
		in a fastcgi world, all the contents of this file would be cached,
		including the database connections.

	static.htdb

		domain-scope static definitions and scripted functions.
		if you had multiple domains running in a single htdb installation,
		there'd probably be a static.htdb file in each domain.
		in a fastcgi world, all the contents of this file would be cached.

	locale.htdb

		multi-language support stuff.  make "October" be "Beervember"
		if you like.  drop a french copy down in fr/example.  this files
		is used for all the various date/time strings.
		in a fastcgi world, all the contents of this file would be cached.

	macros.htdb

		unlike static.htdb, which is cached if possible,
		macros.htdb is read with each page request to pick up
		session or user-specific resources.

-david
Sat May  1 14:04:46 PDT 2004
