[Zope] Re: HTML-Site Import
Oleg Broytmann
phd@phd.russ.ru
Wed, 1 Mar 2000 12:08:19 +0000 (GMT)
On Wed, 1 Mar 2000, Veikko Wuensche wrote:
> Ok, I found load_site.py
> ./load_site.py [options] url file .....
>
> But:
> Which 'url' should I pass here?
It is an URL to a Zope folder. If, for example, you've installed Zope on
http://my.server/path/to/Zope/, and you want to upload your site into
http://my.server/path/to/Zope/virtual/site (the folder /virtual/site should
be created before using load_site.py), the URL will be just
http://my.server/path/to/Zope/virtual/site
> Does 'file' mean that I only can import one file an not a
> whole directory tree?
The file can be a file, or a directory, or a list of files and
directories...
Oleg.
----
Oleg Broytmann Foundation for Effective Policies phd@phd.russ.ru
Programmers don't die, they just GOSUB without RETURN.