Re: Elements beta -- Python-based site build tool needs beta testers
Last Modified
In Response To
4/20/2002; 6:23 PM by Nicholas Riley
RE: Elements beta -- Python-based site build tool needs beta testers (#16763)
Reply To This Message [Edit]
> For example, in Frontier (and, apparently, in Elements) > you would create a page template with a macro indicating > where the page content should be inserted. You would > then create a content document with no page formatting > whatsoever. With Zope, you would instead create a > top-of-page template and a bottom-of-page template. > Then, in your content document, you would insert the > DTML for the top of page before your *real* content > and the DTML for the bottom of page after your *real* > content. So, in effect, it's more like SSI than like > Frontier's template insertion.
Zope has a new templating language, ZPT, which is extremely neat looking, because you can edit a page from a WYSIWYG editor. All of the inserted code goes into tag attributes.
<http://dev.zope.org/Wikis/DevSite/Projects/ZPT/TutorialPart1>
I've been meaning to look at this for a long time, but haven't really needed it...
-- Nicholas Riley <njriley@uiuc edu>
Enclosures
None.
Replies
4/21/2002 by Samuel Reynolds
4/22/2002 by David Carter-Tod