[Zope] Static pages
Jonothan Farr
jfarr@real.com
Thu, 14 Sep 2000 11:51:36 -0700
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.