[Zope] Re: assembling website root from filesystem

Dieter Maurer dieter@handshake.de
Sat, 14 Jul 2001 13:55:13 +0200 (CEST)


Mate' Sztipanovits writes:
 > Do you know how to take a fodler that is full of html
 > pages all with sub folders and relative URL's in them and
 > publish the entire thing in Zope?
You already read:

  *  "ftp": there is a Python contribution (--> comp.lang.python archive)
     that can do recursive up/downloads

  *  "load_site"

You have two more options:

  1. place a standard WebServer (e.g. Apache) before Zope
     and let it serve the static content.

  2. use "LocalFS" (--> zope.org) to map a filesystem branch
     into your Zope environment.


Dieter