How would I go about making a Gears application that will automatically store a webpage + the image on that page when the user visits that page?
To explain my current site it is a very simple image gallery. One image is displayed per page, people can browse through the image site one image at a time. I want it set up so that as a user browses through the site each page that they go to gets downloaded to the LocalServer with no user interaction. The only user interaction I want is for the user first selects to "Cache" each page + image that they view. Essentially I am trying to replicate what has been done with the Greasemonkey + Gears for Wikipedia mod which keeps an offline copy of each article as it is browsed to. I am also pretty terrible with JavaScript and such so code examples would be wonderful.
