Re: [htmltmpl] RFC: Template Tag Attributes
Brought to you by:
samtregar
From: Pete P. <pet...@cy...> - 2004-06-02 21:32:54
|
Sam Tregar wrote: > On Wed, 2 Jun 2004, 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. > I suggest you use a web-spider to index your site, which would of > course run HTML::Template to produce output. That way you index > everything the end-user sees, not just the static parts of the page. > I don't know for sure but I bet htdig:// comes with a web spider. If > not 'wget -r' is handy in a pinch! ht://Dig is good, as is mnoGoSearch... http://www.htdig.org/ http://search.mnogo.ru/ They both spider your site and create an index, I think they both have options to specify parts of your page that should not be indexed... Pete |