from the configuration manual:
In addition to variable expansion, it is also possible to include the
contents of a file as the value of an attribute. This is done by putting the
filename in backquotes (`). Within the backquotes, variable expansion will
still work so that files can be specified relative to some path. The
backquotes and the filename will be replaced by the contents of the file if
it exists. All whitespace (spaces, tabs, newlines, etc) in the file are
condensed to one space before the substitution takes place. The following
are some examples of the use of the backquoting scheme:
start_url: `${common_dir}/starting_points`
limit_urls_to: `${common_dir}/limit_list`
> -----Original Message-----
> From: Markus Mohr [mailto:[EMAIL PROTECTED]]
> Sent: vrijdag 17 september 1999 0:31
> To: [EMAIL PROTECTED]
> Subject: [htdig] conf-file
>
>
>
> Hi!
>
> Is it possible to put something like that:
> start_url: <some_file>
> limit_urls_to: <another_file>
> in the .conf file?
>
> tnx
> marksu
>
> ------------------------------------
> To unsubscribe from the htdig mailing list, send a message to
> [EMAIL PROTECTED] containing the single word unsubscribe in
> the SUBJECT of the message.
>
------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED] containing the single word unsubscribe in
the SUBJECT of the message.