14 Jul
2001
14 Jul
'01
11:55 a.m.
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