Click to See Complete Forum and Search --> : Help? Content manager near completion...


awolfe_ii
02-03-2005, 12:24 AM
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.

awolfe_ii
02-03-2005, 12:26 AM
In case you didn't guess, I'm writing the thesis into this content manager.... so HELP!
;)

I want to make all the defaults overrideable, also...

I'd like to have an inline CSS set but also allow an external CSS file.