On Sun, Aug 01, 2004 at 12:16:58PM -0400, Brian Hechinger wrote:
> On Sun, Aug 01, 2004 at 11:48:11AM -0400, Jorge Arellano Cid wrote:
> >
> > Look in a_Capi_open_url().
> > You can add a custom:
> >
> > a_Url_set_flags(web->url, URL_FLAGS(web->url) | URL_E2EReload);
> >
> > based on the url. e.g. the hello dpi always reloads. Note that
> > you don't need a dpi to force reload. Just catch the desired
> > URLs, by hostname for instance, and you're done.
>
> ok, that's certainly one way, but how about honoring something like the META
> tag Pragma stuff? how hard would that be to do?
Just as processing any other tag.
Start with Html_tag_open_meta().
Cheers
Jorge.-