mi <[EMAIL PROTECTED]> writes:
> afaicr it is not provided to use something like <include list> in the
> wooffle.conf.
> Now i have a huge list of URL expiring dates in the purge section. *
> In summary around 600 lines. It would make the conf more readable,
> if one could 'include' list-files anywhere URL's are to be stated, wouldn't it ?
> Also, automted processing (e.g. by shell or perl scripts) become easier and
> safer.
> Just refering to a file in the same directiory as wwwoffle.conf.
> And, looking forward, maybe include files could become default.
There is the possibility in the wwwoffle.conf file to include another
file containing a whole section of the configuration file. There is
not the ability to include a file as part of a section. This
distinction is made so that using the configuration editing pages it
is obvious where to make the change, in the main file or the included
one.
For example:
Purge
{
<*://site1/*> age = -1
...
<*://site100/*> age = -1
}
Is the same as having:
Purge
[
wwwoffle.Purge.conf
]
where the file 'wwwoffle.Purge.conf' contains the same list of sites
not to be purged.
--
Andrew.
----------------------------------------------------------------------
Andrew M. Bishop [EMAIL PROTECTED]
http://www.gedanken.demon.co.uk/
WWWOFFLE users page:
http://www.gedanken.demon.co.uk/wwwoffle/version-2.8/user.html