App Recipe
Skeleton
Nag Base Class


A skeleton Horde application consists of the following:

README                  Application README text file
index.php               Application index script
config/
    conf.php            Main application confiruation file
    html.php            HTML / CSS style definitions
docs/
    CHANGES             Development changelog
    INSTALL             Installation documentation
graphics/
    application.gif     Application icon
lib/
    Application.php     Main application code library
    base.php            Common script dependencies
    version.php         Application version information
template/
    common-header.inc   Common page header template
    common-footer.inc   Common page footer template