I'm creating a simple wrapper for PHP, much like the "Search This" example.

I've gotten pretty far here, but my problem now is that results do not page,
ever.

Do I have to handle the paging myself, or will htdig take care of it for me?

I've specified a global conf file (called global.conf) that contains my
header/results templates
and it is included in my individual htdig.conf (which contains the text
information for next/prev page, etc)

unfortunately this doesnt work.  I've even tried adding this to the bottom
of my results-header.html
$(PREVPAGE) $(PAGELIST) $(NEXTPAGE)

but apparently the text values in my conf files are not being seen, as these
apparently
expand to blank strings...


How should I go about paging results from htdig when using templates?


------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED] containing the single word "unsubscribe" in
the SUBJECT of the message.

Reply via email to