[Zope] Content delivery without Zope

Tino Wildenhain tino@wildenhain.de
Wed, 26 Mar 2003 20:14:19 +0100


Hi Robert,

Robert Jean wrote:
> Hello,
> 
> I would like to export a site from Zope to a Web
> server where Zope is not installed.
> 
> In this model, Zope is used for the...
>   - creation
>   - management
>   - publishing 
> ... of the content, while the delivery is performed by
> IIS or Apache.
> 
> I have heard of ZMirror, but it is "development level"
> and apparently not updated since 1999.
> 
> Any idea?

You can use wget or pavuk to simply mirror from Zope
to plain files.

If you have the option, it is smarter to serve your zope
thru Squid-Proxy, so you can have semi static content
while all updates can be propagated via CacheManager
to Squid.

Regards
Tino