Dan Jacobson <[EMAIL PROTECTED]> writes:

> # DontGet: A list of URLs that are not to be got by WWWOFFLE when it
> # is fetching and not to be served from the WWWOFFLE cache even if
> # they exist.
> 
> Alas, you have tied together two functions that can be quite useful
> independently!
> 
> I was hoping to not to fetch them online, nor request them offline,
> but still serve them from the cache if they exist.

This option also exists, it is one of the OnlineOptions:

[<URL-SPEC>] request-changed = -1

This will always use the cached version of the specified URL when you
are online (unless there is a forced reload) and when you are offline
it is treated just as any other cached URL.


> These days I want to speed up fetching by not getting graphics but
> still see any already cached later offline.

You might find that a good compromise is to set the request-changed
option for all of the image types so that you fetch them only once.
This way you get to see them, but not to keep fetching the same ones
when the server tells you they have changed.

OnlineOptions
{
 <*://*/*.gif> request-changed = -1
 <*://*/*.jpg> request-changed = -1
 <*://*/*.png> request-changed = -1
 <*://*/*.GIF> request-changed = -1
 <*://*/*.JPG> request-changed = -1
 <*://*/*.PNG> request-changed = -1
}

-- 
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

Reply via email to