7 Apr
2003
7 Apr
'03
5:06 p.m.
Robert Jean wrote at 2003-4-4 09:30 -0800:
I am looking for a templating mechanism that would:
1) Separate the template (�class�) from the instances (�objects�) 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