25 Jan
2006
25 Jan
'06
12:27 p.m.
George wrote:
Is there a way to add a folder with its contents from the filesystem into Zope using an external method?
There's a script in zope's bin directory called load_site.py, it does exactly what you're looking for: $ cd /usr/lib/zope2.8/bin $ python -c 'import load_site;print load_site.__doc__' Load a Zope site from a collection of files or directories HTH, Igor