Stuff with the Perl Foundation. A couple of patches in the Perl core. A few CPAN modules. That about sums it up.
We have a site that has many common elements, so there were some suggestions to use Template Toolkit. The programmer working on the pointed out that very little of the site is dynamic, so Template Toolkit didn't seem to offer any advantages over server side includes. Today, I find myself in the process of making these changes while that programmer is on vacation. I went into Apache's httpd.conf and enabled the includes (first time I've ever done that) and am now writing scripts to automate stripping out the common HTML (identified by hand), replacing it with the appropriate SSI and rename all of the pages with
static content (Score:2)
--Nat
Re:static content (Score:1)
Anbother thing with a "make install" type of system is that you can prepare pre-gzipped content for mod_gzip in order to save yourself bandwidth.
-Dom
Re:static content (Score:1)
not the dreaded .shtml (Score:1)
Using XBitHack is nicer plus it allows caching to work better.