Personally, I would just have a set / static
header.txt & footer.txt file(s) and have the user modify the content. Thus, if I wanted to change the navigation/banners/layout, as long as I had the new templates written to
properly display the included content files, things would propagate seamlessly.
Server Side Includes would be a must for this application. Each user would have their index.html file, and all it would consist of would be SSI calls to include:
header.txt
content.txt
footer.txt
Its really not that complicated. But takes some getting used to. This way meta tags cant really be used, and I would take into consideration the notes from the node above as well..
I hope this sheds some light on the subject,
_14k4 -
webmaster@860.org (
www.poorheart.com)