Mass import of images
What is the easiest way of mass importing images when converting to a Zope based website? Or alternatively can I use the filesystem to reference images? -- John
--On Mittwoch, 15. September 2004 16:01 Uhr +0100 John Poltorak <jp@warpix.org> wrote:
What is the easiest way of mass importing images when converting to a Zope based website?
ftp, webdav or the load_site.py script from the Zope distro. -aj
On Wed, Sep 15, 2004 at 05:05:27PM +0200, Andreas Jung wrote:
--On Mittwoch, 15. September 2004 16:01 Uhr +0100 John Poltorak <jp@warpix.org> wrote:
What is the easiest way of mass importing images when converting to a Zope based website?
ftp, webdav or the load_site.py script from the Zope distro.
FTP works OK until there a lots of subdirectories. Is there any documentation or howto for load_site ?
-aj
-- John
--On Samstag, 18. September 2004 16:34 Uhr +0100 John Poltorak <jp@warpix.org> wrote:
On Wed, Sep 15, 2004 at 05:05:27PM +0200, Andreas Jung wrote:
--On Mittwoch, 15. September 2004 16:01 Uhr +0100 John Poltorak <jp@warpix.org> wrote:
What is the easiest way of mass importing images when converting to a Zope based website?
ftp, webdav or the load_site.py script from the Zope distro.
FTP works OK until there a lots of subdirectories.
ftp clients ncftp should be able to perform a recursive upload.
Is there any documentation or howto for load_site ?
load_site.py --help? -aj
On Sat, Sep 18, 2004 at 05:49:45PM +0200, Andreas Jung wrote:
--On Mittwoch, 15. September 2004 16:01 Uhr +0100 John Poltorak <jp@warpix.org> wrote:
What is the easiest way of mass importing images when converting to a Zope based website?
ftp, webdav or the load_site.py script from the Zope distro.
FTP works OK until there a lots of subdirectories.
ftp clients ncftp should be able to perform a recursive upload.
Thanks for the suggestion. I didn't realise ncftp could do this.
Is there any documentation or howto for load_site ?
load_site.py --help?
There is no such option and I can't make any sense of the script. Do you have an example of how to use it?
-aj
-- John
--On Samstag, 18. September 2004 21:19 Uhr +0100 John Poltorak <jp@warpix.org> wrote:
Thanks for the suggestion. I didn't realise ncftp could do this.
Is there any documentation or howto for load_site ?
load_site.py --help?
There is no such option and I can't make any sense of the script.
Not. Then load the file into an editor. I am pretty sure the usage is documented there (*wink*). -aj
Am Mittwoch, 15. September 2004 17:01 schrieb John Poltorak:
What is the easiest way of mass importing images when converting to a Zope based website?
try it with webdav, it does a nice job for uploading images.
Or alternatively can I use the filesystem to reference images?
LocalFS would do the trick, lock at zope.org Cheers, Sascha
participants (3)
-
Andreas Jung -
John Poltorak -
Sascha Ottolski