On Oct 7, 2004, at 9:26 AM, Joel Gwynn wrote:
or just write a simple script using lwp-simple to call the cgi-app to render each static page and I'll save it with a different name..
That's probably not necessary unless the data is being remotely hosted like a syndication feed would.
When I've used HTML::Template for lo-fi static publishing (ala Blosxom) I just traversed a directory of data files and using either regex of File::Spec created an associated HTML file that I would dump the output. Everything was local and didn't require a web server hit.
<tim/>
--------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[EMAIL PROTECTED]/ http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
