in reply to Server Side Includes
I would invert the problem and generate the html files from the content. The html files become the on-disk cache. Add the standard elements with a template system. With a small website, storing the content on disk would work fine. For a large web site, storing it in a database makes more sense. The CGI script would generate the HTML files.
I think there hasn't been enough exploration of dynamically managed but statically served web sites. Many web sites don't update the content frequently enough to require every page to be dynamically generated. However, a web interface to modify content and add the standard elements is very useful.
|
|---|