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. Can anyone help?
Hi. Look into the utilities directory for a script called load_site.py Greetings Christian On Thu, Mar 07, 2002 at 03:19:48PM -0700, 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.
Can anyone help?
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
-- Christian Theune - ct@gocept.com gocept gmbh & co.kg - schalaunische strasse 6 - 06366 koethen/anhalt tel.+49 3496 3099112 - fax.+49 3496 3099118 mob. - 0178 48 33 981 reduce(lambda x,y:x+y,[chr(ord(x)^42) for x in 'zS^BED\nX_FOY\x0b'])
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... cheers, Chris
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.
participants (4)
-
Chris Withers -
Christian Theune -
Mark Gibson -
Oleg Broytmann