Extract Website for Off-line viewing.
hi, We need to extract a Zope site for off-line viewing. So people at a trade show can view it with no Internet access. Any ideas on a good easy way to do this w/o setting up Zope on a Windows laptop? j.
Install and run Zope on the laptop. Export the site data to a .zexp file from the Zope management interface. Copy the file to the laptop. Import it into the laptop version of Zope from its m management interface. If your site data is all ZODB objects with no external database, then this should put the entire site on the laptop. --Sean
-----Original Message----- From: zope-bounces+whysean=softhome.net@zope.org [mailto:zope-bounces+whysean=softhome.net@zope.org]On Behalf Of Jason Leach Sent: Thursday, September 23, 2004 1:12 PM To: zope@zope.org Subject: [Zope] Extract Website for Off-line viewing.
hi,
We need to extract a Zope site for off-line viewing. So people at a trade show can view it with no Internet access. Any ideas on a good easy way to do this w/o setting up Zope on a Windows laptop?
j. _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
Sean Hastings wrote:
Install and run Zope on the laptop. Export the site data to a .zexp file from the Zope management interface. Copy the file to the laptop. Import it into the laptop version of Zope from its m management interface.
If your site data is all ZODB objects with no external database, then this should put the entire site on the laptop.
This is what I'd do. Failing that, play with wget, and tweak it's options. It's not perfect though, I have a solution which works for Zope, but you'll have to give me some $$$ if you want to use it... Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
participants (3)
-
Chris Withers -
Jason Leach -
Sean Hastings