Source Code Index

This is an indexed and cross-referenced source and documentation hypertext. We use a separate application to create these directly from the sources and our documentation files that is almost ready for release.

admin.php - Administration code
error.php - debug/error message functions
index.php - index code
mysql.php - all MySQL database access is done through here
rules.php - "Rules" manager/handler
mod/config.php - configures the core of the application
mod/convert.php - post markup conversion
mod/display.php - functions to display data
mod/html.php - create the $html array for the web templates
mod/pages.php - post "page" API
mod/record.php - post data API
mod/usercode.php - manage "user" added code
mod/users.php - manage users and visitors
inc/base.php - several simple support functions
inc/cookies.php - a cookie API
inc/data.php - DATA file load routines
inc/getpost.php - GET/POST data handler
inc/upload.php - file upload
dat/bulk.php - Admin bulk delete
dat/export.php - Admin export/import
dat/messages.php - Admin supplemental templates
dat/setup.php - Admin setup
dat/shit.php - Simple HTML In Templates
dat/sql.php - MYSQL database definitions
dat/visitors.php - Admin visitors interface

There is one problem with the output: we use GeSHi to do the formatting and we use TABS; The output retains the TABS with PRE tags, and the TAB do not all line up properly (because of how we do the line numbers).