Hi wwwoffle users,
i use wwwoffle 2.6 on a debian unstable system as a means to
reduce bandwith and costs.
To achive this my "OnlineOptions" prevent continous rereading of
pages. But for one site i want to get absolut new pages with
every request (as with direct connection) but pages should still
be cached for offline usage.
What's wrong with this:
> OnlineOptions
> {
> request-changed = 10m
>
> request-changed-once = yes
>
> request-expired = no
>
> request-no-cache = no
>
> try-without-password = yes
>
> intr-download-keep = no
> intr-download-size = 1
> intr-download-percent = 80
>
> timeout-download-keep = no
>
> request-compressed-data = yes
>
> <http://bscw.gmd.de/bscw/*> request-changed = 0
> <http://bscw.gmd.de/bscw/*> request-changed-once = no
> <http://bscw.gmd.de/bscw/*> request-expired = yes
> <http://bscw.gmd.de/bscw/*> request-no-cache = yes
>
> }
Since I have inserted the last 4 entrys every time i click on a
link in this site i do not get the related page but an wwwoffle
template telling me the page was noted for download.
Any hints?
Ciao, Gregor