[ZDP] BackTalk to Document The Zope Book (2.6 Edition)/Basic DTML
webmaster at zope.org
webmaster at zope.org
Tue Nov 18 05:40:27 EST 2003
A comment to the paragraph below was recently added via http://zope.org/Documentation/Books/ZopeBook/2_6Edition/DTML.stx#3-30
---------------
Create a Script (Python) object in your sandbox folder named
"actors". Give the script the following body and save it::
## Script (Python) "actors"
##bind container=container
##bind context=context
##bind namespace=
##bind script=script
##bind subpath=traverse_subpath
##parameters=
##title=
##
return ['Jack Lemmon', 'Ed Harris','Al Pacino', 'Kevin Spacey', 'Alan Arkin']
% Anonymous User - Nov. 18, 2003 5:40 am:
What do the '##''s do?
Presumably not comments.
More information about the ZDP
mailing list