BackTalk to Document The Zope Book (2.6 Edition)/Using Basic Zope Objects

[email protected]
Newsgroups gmane.comp.web.zope.zdp
Message-ID <[email protected]>
A comment to the paragraph below was recently added via http://zope.org/Documentation/Books/ZopeBook/2_6Edition/BasicObject.stx#3-29

---------------

      DTML is the "other" Zope facility for the creation of
      presentation in Zope.  Two kinds of DTML objects are addable
      from the Zope Management Interface: *DTML Documents* and *DTML
      Methods*.  Both kinds of objects allow you to perform
      *security-constrained* presentation logic.  The code placed into
      DTML objects is constrained by Zope's *security policy*, which
      means, for the most part, that they are unable to import all but
      a set of restricted Python "modules", and they cannot directly
      access files on your filesystem.  This is actually a "feature",
      as it allows site administrators to safely delegate the ability
      to create DTML to "untrusted" or "semi-trusted" users.  For more
      information about Zope's security features, see "Users and
      Security":Security.stx.

        % PeterR - Dec. 17, 2003 10:48 pm:
         "Two kinds of DTML objects are addable from" -> Two kinds of DTML objects may be added from

_______________________________________________
ZDP maillist  -  [email protected]
http://mail.zope.org/mailman/listinfo/zdp
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.