[ZDP] BackTalk to Document The Zope Book (2.5 Edition)/Advanced Zope Scripting

webmaster@zope.org webmaster@zope.org
Fri, 08 Nov 2002 18:36:15 -0500


A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZopeBook/current/ScriptingZope.stx#1-0

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

  Zope manages your presentation, logic and data with objects.  So far,
  you've seen how Zope can manage presentation with DTML, and data with
  files and images.  This chapter shows you how to add *Script* objects
  that allows you to write scripts in "Python":http://www.python.org, and
  "Perl":http://www.perl.org through your web browser.

    % Anonymous User - May 21, 2002 11:33 am:
     that allows you -> that allow you

    % Anonymous User - June 10, 2002 11:35 am:
     Actually, *which allow you to write scripts* would be correct. Use "that" to introduce an essential clause,
     "which" to introduce non-essential (ie if you can put a comma just before the "which", it's non-essential...)

    % mmceahern - Nov. 8, 2002 6:36 pm:
     Please note somewhere in here that INSTANCE_HOME and SOFTWARE_HOME are builtins. See this thread for more
     information: http://lists.zope.org/pipermail/zope/2002-November/126369.html