Re: [htmltmpl] RFC: Template Tag Attributes
Brought to you by:
samtregar
From: Puneet K. <pk...@ei...> - 2004-06-02 15:40:52
|
On Jun 2, 2004, at 8:55 AM, Timm Murray wrote: > I have a project which involves changing our current pages using SSI > #includes into using an HTML::Template-based solution instead. The > question of how to search these templates came up, and I've suggested > using htdig:// with a filter program that will convert the templates > into text for indexing. > > Inevitably, there will be certain pages using TMPL_INCLUDE tags. Timm, This is a bit confusing. Templates, by general definition, are templates which either don't contain any content, or contain content not worth a hoot (logo, byline, and other such junk). Essentially, templates are code. Why would you want to search them? Ostensibly you are getting data from some other source that you are "pouring" into the templates... index and search that data, and then use another template to display the results. |