You are not logged in Log in Join
You are here: Home » Members » 4AM Productions (Evan Simpson) » DTMLWiki » Structured Zope Scripting

Log in
Name

Password

 
 

History for Structured Zope Scripting

??changed:
-
This is [Caseman]'s idea for what a structured Zope scripting language
should be. It is designed to look a lot like Python, but easily allow
inlining of HTML and text.

The scripting language will be called SZL (sizzle) for 
*Structured Zope Language*.

Basic Design

- Like in DTML, a straight HTML document with no server side scripting
can be created if you include no script code. Zope would then simply serve
out whatever you entered verbatim.

- [Inserting Objects and Expressions]

- [Statement Blocks and Conditionals]

*more to come later...*