[Zope] Non-zope website -> Zope guide ?
Thomas Guettler
zopestoller@thomas-guettler.de
Fri, 26 Apr 2002 16:38:04 +0200
Stephen Collyer wrote:
> Anyone know of any guides showing how to
> convert a CGI based website to a Zope based
> one - I'm interested in anything on this,
> no matter how basic.
This really depends on what your cgi-scipt does.
If you have more html than logic do it with ZPT
--> Zope Book
If you have more logic than layout do it with a python
product.
--> Dev Guide (you can skip the first chapter about interfaces)
You can find both books online at zope.org
thomas