I am very excited by this module. I will be submitting a patch soon against the 6.x branch (to fix some small issues with manifest generation).

What I'm wondering is if there is a clever way that a large portion of a site could be synchronized at once (rather than a single node). This would be very useful on my site, as my organization often needs access to our web resources when network access is unavailable.

Also, I think the default front page (as provided by /node/) needs to be able to be stored locally in Gears.

I'm wondering if the way to accomplish both of these is with a recursive download of the website (maybe with configurable depth). Or whether a download by interating through the node numbers would be more effective.

Comments

karlosgliberal’s picture

Assigned: Unassigned » karlosgliberal

Hello

Any help is always welcome.
Google Gears plugin for Wordpress makes a complete donwload of all elements in site/blog. This is complicated in Drupal, as the number of modules can be installed many, the most interesting solution was to use the views. one vews with list node and the gears manifest get this node to access in offline mode.

I will see if it would be possible to check the modules installed and this information associated to gears manifest.

Un Saludo