8 Mar
2002
8 Mar
'02
7:05 p.m.
On Thu, Mar 07, 2002 at 10:33:40PM +0000, Chris Withers wrote:
Mark Gibson wrote:
I know the Zope distribution comes with a script that allows you to load files, or a site on the filesystem into Zope, but I can't seem to find it, or remember what it's called.
load_site.py
Nowadays, you could just use FTP or WebDAV and a PUT_factory...
FTP/WebDAV allow you to upload an exact copy of your site, where load_site allows you to strip HTML header/footer and replce it with standard_html_header/footer. Oleg. -- Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.