>>>>> "DH" == David Hodgkinson <[EMAIL PROTECTED]> writes:

DH> I'd seriously consider using ttree to whack out the bulk of a site
DH> and then something else for the active content. I know several
DH> folks (hi Simon!) doing extreme XML mangling this way.

In my most recent web site, I use ttree to generate what can be
generated statically, and speedy_cgi to process what can't.  I use
*.html files for static, and *.ttml for dynamic.  It works extremely
well, since they all use the same templates to generate the result so
and they all look the same.  The *.ttml files can read form data,
process it, and present results, while the *.html files are just
information pages.  The web server knows to feed the *.ttml files thru
the CGI program.

The end result is the best of both worlds: all source files look the
same, the output looks the same, but the stuff that never changes is
generated just once.

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Vivek Khera, Ph.D.                Khera Communications, Inc.
Internet: [EMAIL PROTECTED]       Rockville, MD       +1-240-453-8497
AIM: vivekkhera Y!: vivek_khera   http://www.khera.org/~vivek/

_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to