[Zope] Creating Zope a zope application
Paul Everitt
Paul@digicool.com
Sun, 7 Mar 1999 14:44:17 -0500
Sture wrote:
> The doc says 'Creating a Zope application is simply a matter
> of creating a
> regular Python module containing the objects to be published,
> and placing
> this module along with some Zope-provided support files in
> the appropriate
> place on a web server'
>
> The doc continues to say that the zope documentation covers
> this prosess,
> but I'm not able to find it. So my question is - what are those
> zope-provided support files, and where am I supposed to place
> those file
> along with the python module that I've created?
Docs are still pretty light, but take a look at the Product Tutorial at:
http://www.zope.org/Documentation/Reference/API
--Paul