[Zope] User friendly templates
Dieter Maurer
dieter@handshake.de
Mon, 7 Apr 2003 19:06:14 +0200
Robert Jean wrote at 2003-4-4 09:30 -0800:
> I am looking for a templating mechanism that would:
>=20
> 1) Separate the template (=93class=94) from the instances
> (=93objects=94)
> 2) Separate content from presentation
> 3) Separate locked and editable areas
> 4) Present a user-friendly (possibly WYSIWYG)
> interface to the author
> 5) Be simple enough so that designers can start being
> productive in 5 minutes
Seems that ZPT based CMF fulfills most of your requirements
(it does not give 4, out of the box).
Dieter