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? Thanks, Robert __________________________________________________ Do you Yahoo!? Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop! http://platinum.yahoo.com
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
Or take a look a FSCacheManager, which happily writes the content of your site to the File System for IIS or whatever to serve. When the content changes in Zope its removed from the file system. AFAIK this is the process used by Interwoven and some other system http://www.zope.org/Members/andym/FSCacheManager -- Andy McKay
participants (3)
-
Andy McKay -
Robert Jean -
Tino Wildenhain