On Sunday, November 10, 2002, at 11:27 AM, Landon Fabbricino wrote:
I was curious if it is possible to provide a directory and to search ALL htm pages within the directory rather then looking at the links in the page.If you have, or are able to create, a list of URLs for the files you want to index, you can place them in a file and pass them to htdig using
start_url: `/path/to/your/file`
in your config file. If in addition you set the max_hop_count to 0 (see http://www.htdig.org/attrs.html#max_hop_count), htdig will not follow the links it finds in the specified documents.
Another option is to configure your web server's indexing capabilities so that it automatically builds an index page with links to all files in the directory. You could use this index page as the start_url and max_hop_count to limit indexing to the directory.
Jim
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
htdig-general mailing list <[EMAIL PROTECTED]>
To unsubscribe, send a message to <[EMAIL PROTECTED]> with a subject of unsubscribe
FAQ: http://htdig.sourceforge.net/FAQ.html

