[EMAIL PROTECTED] writes: > Okay, so, what is a good way to put URLs into wwwoffle's fetching queue > without wwwoffle fetching the pages instantly (when online)? (Ideally I > would like wwwoffle to ONLY fetch pages via wwwoffle -fetch when I tell > it directly to do so.)
This is not really the way that WWWOFFLE is supposed to be used. It should just "do the right thing" which means that if you are online it fetches it now and if you are offline it fetches it later. One way around this seems to be that if you make a request using the WWWOFFLE program with non-default options then it will not immediately be fetched. For example 'wwwoffle -F http://www.foo/bar.html' will not make a request when online. -- 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
