On Thu, Jul 27, 2000 at 11:03:16AM -0700, Douglas Wilson wrote:
> 
> > -----Original Message-----
> > From: Paul J. Lucas [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, July 27, 2000 10:11 AM
> > To: [EMAIL PROTECTED]
> > Subject: Re: Templating system
> > 
> > 
> > On Thu, 27 Jul 2000, Jeffrey W. Baker wrote:
> > 
> > > On Thu, 27 Jul 2000, Paul J. Lucas wrote:
> > > 
> > > >         http://www.best.com/~pjl/software/html_tree/
> 
> I've been researching templating systems for the past few days,
> I come in this morning, and here's 40 or so posts on the very
> subject. I've been wanting one where the template is as much like
> plain html as possible, and this seems to fit the bill.
> 
> Until now I've been leaning toward the Template Toolkit, if only
> because the template elements can be filled in with other templates
> (maybe that's just in the beta version, I forget). We'd like to just
> have a standard Header/Footer, but have the Header & Footer be
> based on what client we're hosting, and the only template kit
> I could see that had variable includes was HTML::DynamicTemplate.
> 
> I'm going to have to make some decision soon, so we can start getting
> some work done :)
> 
> Can anyone point me to some examples (to accelerate the learning
> curve) with this HTML::Tree?? Or any other pointers, opinions?

As far I know (I'm a today-newcomer on the list - but I've done my best
to read previous messages in archives), no one speaks really about
HTML-Template (from Sam Tregar) . What I like (and what seems to 
interest you):

- HTML-TAGs style : <TMPL_TAG> (thus you can preview the design in a
  browser)
- Few and simple tags
- loops (to handle tables)
- includes (So, there's at least another one than DynamicTemplate :)
- cache system (who works with mod_perl with IPC system)
- (obviously, no embedded perl in html, so it's highly maintenable)

Hope this helps

-- 
Y a n n   K e r h e r v é                            | [EMAIL PROTECTED]
Developer EdenJob, Webmaster Esiea-Ouest             | ICQ:   43893215
Perl Mongueur,  Linux,  Linux-Alpha, ...             | TEL: 0146217695

Reply via email to