According to Peter H. Lemieux:
> 
> I'm building a specialized search engine that has a long list of entries
> in the limit_urls_to and exclude_urls fields.  According to the docs,
> these entries have to appear as strings in the configuration file.  Is
> there any way to have an entry like: 
> 
> limit_urls_to:                @/some/path/to/file_with_entries
> 
> where the entries can be listed one per line?

I haven't tried it myself, but I think this would do the trick:

limit_urls_to:          `/some/path/to/file_with_entries`

You should also be able to use variable substitutions within the left
quotes.  E.g.:

limit_urls_to:          `${config_dir}/file_with_entries`

-- 
Gilles R. Detillieux              E-mail: <[EMAIL PROTECTED]>
Spinal Cord Research Centre       WWW:    http://www.scrc.umanitoba.ca/~grdetil
Dept. Physiology, U. of Manitoba  Phone:  (204)789-3766
Winnipeg, MB  R3E 3J7  (Canada)   Fax:    (204)789-3930
----------------------------------------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED] containing the single word "unsubscribe" in
the body of the message.

Reply via email to