This is an indexed and cross-referenced source and documentation hypertext. We use a separate application to create these directly for the sources and our documentation files that is almost ready for release.
admin.php.html - Administration code
config.php.html - configures the core of the application
display.php.html - functions to display data
error.php.html - debug/error message functions
html.php.html - create the $html array for the web templates
index.php.html -
mysql.php.html - all MySQL database access is done through here
mysqli.php.html - ... or through here
rules.php.html - website "rules" manager/handler
usercode.php.html - manage "user" added code
inc/base.php.html - several simple little support functions
inc/convert.php.html - post markup conversion
inc/cookies.php.html - a cookie API
inc/get.php.html - GET data handler
inc/pages.php.html - post "page" API
inc/post.php.html - POST data handler
inc/record.php.html - post data API
inc/upload.php.html - file upload
inc/users.php.html - 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.html - Simple HTML In Templates
dat/sql.php - MYSQL database defintions
dat/visitors.php - Admin visitors interface
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). We are working on the fixes.