This document describes the basic directory structure of BugPort.

The "php" directory contains top-level scripts that may be accessed
via a web browser.

The "files" directory stores attachments (any other misc. files
associated with a project).  The structure of the "files" directory is ...
   files
      <ProjectA>
         attachments
            <TR-ID>
               <attachment files>
      <ProjectB>
         attachments
            <TR-ID>
               <attachment files>

The "images" directory contains image files used by the BugPort UI.

The "conf" directory that contains the BugPort configuration files.
This directory should NOT be accessible to the web.

The "php_classes" directory contains class definition files one
per class.  This directory need not be accessible to the web, but
is benign if it is exposed.  The classes are arranged into packages
which may in turn contain subpackages.  There should only be one
class definition per file and its name MUST match the name of
the file.  The class loading system is explained in more detailed
in devel-info.txt.
