Hi, I would like to incorporate a load of static HTML pages into my Zope website. My question: what is the best way to do this? Is there a product to this.? I don't really want to have to use Apache. Regards, Nick.
The best way is the product called Loadsite. You can point it to a directory and it will suck up all your images and html. Zope will have no problem serving it up. J At 9:56 AM +0100 9/14/2000, Nick Trout wrote:
Hi, I would like to incorporate a load of static HTML pages into my Zope website.
My question: what is the best way to do this?
Is there a product to this.?
I don't really want to have to use Apache.
Regards, Nick.
If they are: - very large (MB+) - generated by some external process -or- - uploaded by users ...then Local File System is one way to go. Otherwise, loadsite.py will just slurp them all into the ZODB and you can serve them from there. --jfarr ----- Original Message ----- From: Nick Trout <nick@videosystem.co.uk> To: Zope Mail list <zope@zope.org> Sent: Thursday, September 14, 2000 1:56 AM Subject: [Zope] Static pages
Hi, I would like to incorporate a load of static HTML pages into my Zope website.
My question: what is the best way to do this?
Is there a product to this.?
I don't really want to have to use Apache.
Regards, Nick.
participants (4)
-
Chris Withers -
J. Atwood -
Jonothan Farr -
Nick Trout