OK gang, I think I've got something decent started here but I'm in a sling to make it work AND write a master's thesis at the same time...
...with some prototyping work along the way...
This is essentially a slightly glorified file lister that read HTML <title> <meta description> and my own <meta status> and dates for each in a "contents" section, and inlines HTML files afterwards.
What I don't have yet is something that will dive into subdirectories, render their listings and content, then further subdirectories...
I'm trying to:
keep it all in one PHP script/page
keep the PHP parts isolated so that the HTML part looks like a regular HTML file, especially to WYSIWYG HTML editors
* make it self-documenting using "debug" branches.
ANY AND ALL FEEDBACK GREATLY APPRECIATED!
Written for PHP 4.3.