ROOT DIR--+ | CGI-BIN-----+ | | | single Perl script that handles | all input and DB maintenance | TEMPLATES---+ | | | all page .tmpl's | and editor.tmpl | ADMIN-------+ (protected) | | | index.html (calls admin scripts) | index.cgi (calls loader.cgi?pg=index) | loader.cgi (fetches content from db and displays tmpl) | data.txt (db connect info--needs to go in secure dir) | external.js (for various javascript) | external.css