At 09:08 PM 12/22/00 -0500, Philip Mak wrote:
>I realized something, though: Although the pages on my site are
>dynamically generated, they are really static. Their content doesn't
>change unless I change the files on the website.
This doesn't really help with your ASP files, but have you looked at ttree
in the Template Toolkit distribution?
The problem, AFAIK, is that ttree only looks only at the top level
documents and not included templates. I started to look at
Template::Provider to see if there was an easy way to write out dependency
information to a file, and then stat all those files every five minutes
from a cron job and if anything changes, touch the top level files and then
run ttree again.
I'd like this because I'm generating cobarnded pages with mod_perl, and
many of the pages are really static content.
Bill Moseley
mailto:[EMAIL PROTECTED]