[ZDP] BackTalk to Document Zope Developer's Guide (2.4 edition)/Introduction

webmaster@zope.org webmaster@zope.org
Wed, 04 Jun 2003 19:38:52 -0400


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

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

  Throughout this guide, it is assumed that you know how to program
  in the "Python":http://www.python.org/ programming language.  Most
  of the examples in this guide will be in Python.  There are a number
  of great resources and books for learning Python; the best online
  resource is the "Python.org web site":http://www.python.org/ and
  many books can be found on the shelves of your local bookstore.

    % Anonymous User - June 4, 2003 7:38 pm:
     This program is free software; you can redistribute it and/or modify
         it under the terms of the GNU General Public License as published by
         the Free Software Foundation; either version 2 of the License, or
         (at your option) any later version.

         This program is distributed in the hope that it will be useful,
         but WITHOUT ANY WARRANTY; without even the implied warranty of
         MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
         GNU General Public License for more details.

         You should have received a copy of the GNU General Public License
         along with this program; if not, write to the Free Software
         Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA