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. (see bug notice below)
admin.php - Administration code
error.php - debug/error message functions
index.php - index code
mysql.php - all MySQL database access is done through here
mod/config.php - configures the core of the application
mod/display.php - functions to display data
mod/html.php - create the $html array for the web templates
mod/rules.php - website "rules" manager/handler
mod/usercode.php - manage "user" added code
inc/base.php - several simple support functions
inc/convert.php - post markup conversion
inc/cookies.php - a cookie API
inc/data.php - DATA file load routines
inc/getpost.php - GET/POST data handler
inc/pages.php - post "page" API
inc/record.php - post data API
inc/upload.php - file upload
inc/users.php - manage users and visitors
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 defintions
dat/visitors.php - Admin visitors interface
BUG NOTICE:
There are two problems with the output: we use PHP's highlight_file()
to do the formatting and we use TABS and it expects four SPACES so some things do not line up; sometimes long lines wrap and causes a mis-alignment of the line numbers and the source ("zooming out" fixes it).
The numbers do not line up at all for Opera.
We are working on the fixes.