This directory contains a complete sample module with documentation on
how to write a new portal module.  Individual files have in-line
comments documenting individual features.  Individual directories have
README files like this one.

analyses/       - Directory containing RAVE analyses to be used by this module
htdocs/         - Web pages intended to be served directly
jobs/           - Scripts used by the portal-jobs job management system
module.conf     - Module description configuration file
sql/            - (Optionally) any required SQL schema files
templates/      - Web templates intended to be included in other web pages

This module does not do anything terribly useful.  It generates fake
data in the form of "frobs per second" and loads it into the database
table, then allows display of that information as a chart or table.
