[htmltmpl] enhancements to H::T
Brought to you by:
samtregar
From: Mathew R. <mat...@re...> - 2003-12-09 04:22:15
|
> > But, since not being able to visualize the form of H-T's future = might be > > due to my lack of imagination, I am curious -- what are the ways in > > which the developer-kind want to see H-T to be in a few = years/versions > > or so... I have modifie a local copy of H::T which includes some changes which = may or may not be of use to others. The changes include: - TMPL_ELSIF tag, eg <TMPL_ELSIF somevar> - support for custom tags, eg <TMPL_CATGETS ...> - trailing slash in tags, aka <TMPL... /> - TVPL_VAR support for HTML=3DTEXT which allows paragraphs of text to be = formatted to respect newlines - dot syntax, eg 'user.name' - dot syntax with autovivification of leading template variable, eg = 'user.name' results in autovivification of 'user' I have included documentation to support the enhancements. Also, I have bumped the revision number to 2.7 so as to indicate a = non-standard release. I can sen this modified/enhanced version to anyone who is interested. regards, Mathew |