I guess I ignored wget because I was hoping to inherit as much of the permission structure as possible from Zope (and because Zope is so cool I wanted to work within it!), but your suggestion prompted me to look at wget docs again, and with --no-parent Zope's permissions will be mirrored without any additional measures. Cool!
-----Original Message----- From: Hannu Krosing [mailto:hannu@trust.ee] Sent: Monday, August 02, 1999 1:09 PM [snip]
2) Use Zope on the staging server only, and add a
method to publish
objects via arbitrary means (flat HTML, ftp, scp, rsync, whatever) [snip]
Should I write an external method for this? I suppose the strategy would be to add properties to my Zope objects to hold info regarding the destination of the flat HTML, and then write a method to support them.
Why not just design your pages without infinite recursion and then just wget them for publishing ?