Re: [htmltmpl] RFC: Template Tag Attributes
Brought to you by:
samtregar
From: Bill M. <mo...@ha...> - 2004-06-02 16:01:25
|
On Wed, Jun 02, 2004 at 08:55:43AM -0500, 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. Spider your content instead. Does htdig have anything like <!-- noindex --> ? If not, you can use swish-e (http://swish-e.org) and then wrap your headers, footers and menus in <!-- noindex --> .... <!-- index --> -- Bill Moseley mo...@ha... |