RE: Elements beta -- Python-based site build tool needs beta testers
Posted
Last Modified
In Response To
4/21/2002; 11:21 AM by Samuel ReynoldsLast Modified
In Response To
4/21/2002; 11:21 AM by Samuel Reynolds
Re: Elements beta -- Python-based site build tool needs beta testers (#16773)
Reply To This Message [Edit]
>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>
ZPT is just another new language to learn.
It perpetuates the unfortunate approach of requiring
a writer (content developer) to put non-content stuff
into the content.
All that was really needed to allow Zope pages to be
edited in WYSIWYG editors was to change the DTML
delimiters from '<' and '>' to '<!--' and '-->'.
(Or to allow this as a settable option.)
This is the approach taken in Conversant.
But then there's the NIH factor: can't do it the
simple way, because we didn't invent the comment
delimiters.
- Sam
_____________________________________________
Samuel Reynolds sam@spinwardstars.com
Custom Software Development
Put the two-way web to work for you.
http://www.spinwardstars.com/
>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>
ZPT is just another new language to learn.
It perpetuates the unfortunate approach of requiring
a writer (content developer) to put non-content stuff
into the content.
All that was really needed to allow Zope pages to be
edited in WYSIWYG editors was to change the DTML
delimiters from '<' and '>' to '<!--' and '-->'.
(Or to allow this as a settable option.)
This is the approach taken in Conversant.
But then there's the NIH factor: can't do it the
simple way, because we didn't invent the comment
delimiters.
- Sam
_____________________________________________
Samuel Reynolds sam@spinwardstars.com
Custom Software Development
Put the two-way web to work for you.
http://www.spinwardstars.com/
Enclosures
None.
Replies
None.