26 Apr
2002
26 Apr
'02
2:38 p.m.
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