r1100 - in plone3/trunk/debian (3 files)

Fabio Tranchitella kobold at alioth.debian.org
Thu Dec 6 20:34:26 UTC 2007


    Date: Thursday, December 6, 2007 @ 20:34:25
  Author: kobold
Revision: 1100

copyright and documentation.

Modified:
  plone3/trunk/debian/plone3-site.README.Debian
  plone3/trunk/debian/zope-plone3.README.Debian
  plone3/trunk/debian/zope-plone3.copyright

Modified: plone3/trunk/debian/plone3-site.README.Debian
===================================================================
--- plone3/trunk/debian/plone3-site.README.Debian	2007-12-05 18:28:51 UTC (rev 1099)
+++ plone3/trunk/debian/plone3-site.README.Debian	2007-12-06 20:34:25 UTC (rev 1100)
@@ -1,5 +1,5 @@
-README for plone-site
-=====================
+README for plone3-site
+======================
 
 Debian's "plone-site" is a pre-packaged zope2.8 instance for running
 one or more Plone sites. You can access to the ZMI (Zope Management 
@@ -14,5 +14,5 @@
 To add other products to your plone-site instance, install the debian 
 packages for them and then run the following command:
 
- # dzhandle -z2.8 add-product plone-site <List of Product Names>
+ # dzhandle -z2.10 add-product plone-site <List of Product Names>
 

Modified: plone3/trunk/debian/zope-plone3.README.Debian
===================================================================
--- plone3/trunk/debian/zope-plone3.README.Debian	2007-12-05 18:28:51 UTC (rev 1099)
+++ plone3/trunk/debian/zope-plone3.README.Debian	2007-12-06 20:34:25 UTC (rev 1100)
@@ -1,21 +1,27 @@
-IMPORTANT: After a new Plone version has been installed and Zope has
-restarted, your Plone site(s) have to be "migrated" to the updated
-version. You do that (in the Zope management interface) by selecting
-"portal_migration" within *each* Plone Site instance. (They must be
-done individually).
+README for zope-plone3
+======================
 
-It is suggested that you take a backup of your Data.fs file before
-doing the migrations, in case you run into problems.
+This package includes all the products needed to run a Plone. In order to run a
+new Plone site, you have to create a new Zope instance and add the CMFPlone
+product and its dependencies to it. You can do it using the dzhandle utility,
+provided by the package zope-common:
 
-The best source of documentation on setup and migration is the
-Plone.org site (which runs plone), at http://plone.org/
+  # dzhandle -z2.10 make-instance myinstance -m manual
+  # dzhandle -z2.10 add-product myinstance CMFPlone:3.0
 
-There are mailing lists accessible from that site, and there is an
-active IRC #plone channel on freenode.net.
+At this point, you can change the configuration for the instance editing the
+file /etc/zope2.10/myinstance/zope.conf; to start the service, use the command:
 
-The upstream docs/README.txt still says:
+  # dzhandle -z2.10 zopectl myinstance start
 
-  At the time of release, the Plone docs were not sufficiently up to
-  date to ship with the product.
+To add other products to your Zope instance, install the debian packages for
+them and run the following command:
 
-  Please refer to http://plone.org/documentation
+ # dzhandle -z2.10 add-product myinstance <List of Product Names>
+
+To install custom Zope products, download them from the net and unpack them
+in the directory /usr/local/share/zope/Products and they will be installable
+with dzhandle in the same way.
+
+For more information about dzhandle, you can read the complete documentation
+from the package zope-common: /usr/share/doc/zope-common/README.Debian.

Modified: plone3/trunk/debian/zope-plone3.copyright
===================================================================
--- plone3/trunk/debian/zope-plone3.copyright	2007-12-05 18:28:51 UTC (rev 1099)
+++ plone3/trunk/debian/zope-plone3.copyright	2007-12-06 20:34:25 UTC (rev 1100)
@@ -1,16 +1,387 @@
-This package was debianized by David Coe <davidc at debian.org> on
-Thu, 21 Nov 2002 14:29:44 -0500, and it's actually maintained by
-Fabio Tranchitella <kobold at kobold.it>.
+This package was debianized by Fabio Tranchitella <kobold at debian.org> on Thu, 6
+Dec 2007 20:15:00 +0200.
 
 It was downloaded from:
 
   https://launchpad.net/plone/3.0/3.0.3/+download/Plone-3.0.3.tar.gz
 
-The main upstream site:
+Project home page:
 
   http://plone.org
 
-You are free to distribute this software under the terms of the GNU
-General Public License, version 2 or later.  On Debian systems, the
-complete text of the GNU General Public License can be found in the
-/usr/share/common-licenses/GPL file.
+Copyright 2000-2007:
+
+  Plone Foundation
+  4617 Montrose Blvd
+  Suite C215
+  Houston, TX. 77006
+  USA
+
+You are free to distribute this software under the terms of the GNU General
+Public License, version 2 or later. On Debian systems, the complete text of the
+GNU General Public License can be found in the /usr/share/common-licenses/GPL
+file.
+
+
+Additional code included in the Plone source code:
+==================================================
+
+Products/CMFPlone/PloneBaseTool.py:
+
+  getOAI and getExprContext methods copied from CMF 1.5.1+cvs
+  Copyright (c) 2002 Zope Corporation and Contributors. All Rights Reserved.
+  License: ZPL 2.1
+
+Products/CMFPlone/exportimport/controlpanel.py:
+
+  Copyright (c) 2005 Zope Corporation and Contributors. All Rights Reserved.
+
+  This software is subject to the provisions of the Zope Public License,
+  Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
+  THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
+  WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+  WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
+  FOR A PARTICULAR PURPOSE.
+
+interfaces/OrderedContainer.py, Products/CMFPlone/PloneFolder.py:
+
+  Portions of the class OrderedContainer was copy/pasted from the
+  OFS.Folder.OrderedFolder from Zope2.7. This class is licensed under the ZPL 2.0
+  as stated here: http://www.zope.org/Resources/ZPL Zope Public License (ZPL)
+  Version 2.0 This software is Copyright (c) Zope Corporation (tm) and
+  Contributors. All rights reserved.
+
+Products/CMFPlone/UnicodeSplitter.py:
+
+  Copyright (c) 2002, Infrae. All rights reserved.
+  License: BSD (see: /usr/share/common-licenses/BSD)
+
+Products/CMFPlone/skins/plone_3rdParty/sarissa.js:
+
+  Copyright (c) Manos Batsis, <mbatsis at users.sourceforge.net>
+  Sarissa is free software distributed under the GNU GPL version 2 or higher,
+  GNU LGPL version 2.1 or higher and Apache Software License 2.0 or higher.
+  This means you can choose one of the three and use that if you like. If you
+  make modifications under the ASL, i would appreciate it if you submitted those.
+
+Products/CMFPlone/skins/plone_3rdParty/cssQuery.js:
+
+  Copyright (c) 2004-2005, Dean Edwards (http://dean.edwards.name/)
+  License: LGPL 2.1 (see: /usr/share/common-licenses/LGPL-2.1)
+
+Products/CMFPlone/skins/plone_3rdParty/ecmaunit.js,
+lib/python/kss/core/kukit/tests/ecmaunit.js
+
+  Copyright (c) 2003-2004 EcmaUnit Contributors. All rights reserved.
+  License: BSD (see: /usr/share/common-licenses/BSD)
+
+Products/CMFPlone/skins/plone_3rdParty/jscalendar/calendar.js
+
+  Copyright (c) 2002-2005 Mihai Bazon
+  License: LGPL (see: /usr/share/common-licenses/LGPL)
+
+Products/AdvancedQuery:
+
+  Copyright (C) 2003-2006 by Dr. Dieter Maurer <dieter at handshake.de>
+  D-66386 St. Ingbert, Eichendorffstr. 23, Germany. All Rights Reserved.
+
+  Permission to use, copy, modify, and distribute this software and its
+  documentation for any purpose and without fee is hereby granted,
+  provided that the above copyright notice and this permission
+  notice appear in all copies, modified copies and in
+  supporting documentation.
+
+  Dieter Maurer DISCLAIMS ALL WARRANTIES WITH
+  REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
+  MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL Dieter Maurer
+  BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
+  DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
+  PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
+  TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+  PERFORMANCE OF THIS SOFTWARE.
+
+  IMPORTANT NOTE: I consider to forbid institutions of the
+  European Union (Commission, Council of Ministers, Parliament, ...)
+  to use software developped by me.
+  This is in protest against plans of the Council of Ministers to make
+  logic (general ideas outside of a concrete technical system)
+  and especially software patentable in Europe.
+  Note that with such a restriction, this software will cease to be
+  compatible with the GPL (GNU Public License).
+  This version does not yet have the restriction but a future version
+  may.
+
+Products/Archetypes, Products/MimetypesRegistry, Products/PortalTransforms,
+Products/validator:
+
+  Copyright (c) 2002-2006, Benjamin Saller <bcsaller at ideasuite.com>, and
+  the respective authors.
+  License: BSD (see: /usr/share/common-licenses/BSD)
+
+Products/ATContentTypes:
+
+  Copyright (c) 2003-2006 AT Content Types development team
+  License: GPL (see: /usr/share/common-licenses/GPL)
+
+  ATTopic + its criteria are licensed under the ZPL 2.0 because major parts are
+  derived and/or copied from CMFTopic without greater chances.
+
+  Some minor parts of ATContentTypes are derived and/or copied from CMFPlone
+  2.x These parts are marked in the source code and are under the GNU General
+  Public License.
+
+Products/ATReferenceBrowserWidget:
+
+  Copyright: Danny Bloemendaal <danny.bloemendaal at companion.nl>
+  License: GPL (see: /usr/share/common-licenses/GPL)
+
+Products/CMFActionIcons, Products/CMFCalendar, Products/CMFCore,
+Products/CMFDefault, Products/CMFTopic, Products/CMFUid, Products/DCWorkflow,
+Products/GenericSetup:
+
+  Copyright (c) 2002 Zope Corporation and Contributors. All Rights Reserved.
+  License: ZPL 2.1
+
+Products/CMFDiffTool:
+
+  Copyright (c) 2003-2006 Brent Hendricks
+  License: GPL (see: /usr/share/common-licenses/GPL)
+
+Products/CMFEditions:
+
+  Copyright (c) 2003, 2004, 2005 Alberto Berti, Gregoire Weber. All Rights Reserved.
+  License: GPL (see: /usr/share/common-licenses/GPL)
+
+Products/CMFFormController:
+
+  Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
+  License: ZPL 2.1
+
+Products/CMFPlacefulWorkflow:
+
+  Copyright (C) 2005 Ingeniweb
+  License: GPL (see: /usr/share/common-licenses/GPL)
+
+Products/CMFQuickInstallerTool:
+
+  Copyright 2003 BlueDynamics, Philipp Auersperg <phil at bluedynamics.com>
+  License: GPL (see: /usr/share/common-licenses/GPL)
+
+Products/CMFTestCase:
+
+  Copyright (c) 2003-2007, Stefan H. Holek, stefan at epy.co.at
+  License: ZPL
+
+Products/ExtendedPathIndex:
+
+  Copyright (c) 2004 Zope Corporation and Plone Solutions
+  License: ZPL 2.1
+
+Products/GroupUserFolder:
+
+  Copyright Ingeniweb (tm) and Contributors. All rights reserved.
+  This license has been certified as open source. It has also
+  been designated as GPL compatible by the Free Software
+  Foundation (FSF).
+  
+  License: ZPL 2.1
+  
+Products/Marshall:
+
+  Copyright (C) 2004-2006 Enfold Systems, LLC
+  License: GPL (see: /usr/share/common-licenses/GPL)
+
+Products/NuPlone:
+
+  Copyright (C) 2007 Plone Foundation
+  License: GPL (see: /usr/share/common-licenses/GPL)
+
+Products/PlacelessTranslationService:
+
+  Copyright (C) 2001-2004 Lalo Martins <lalo at laranja.org>,
+  Zope Corporation and Contributors, Jodok Batlogg <jodok.batlogg at telesis.at>
+  License: GPL (see: /usr/share/common-licenses/GPL)
+
+Products/PloneLanguageTool:
+
+  Copyright: Jodok Batlogg, "Solution2U":http://solution2u.net,
+  Simon Eisenmann, "Struktur AG":http://www.strukturag.com,
+  Geir Bækholt, "Plone Solutions":http://www.plonesolutions.com,
+  Alexander Limi, "Plone Solutions":http://www.plonesolutions.com,
+  Helge Tesdal, "Plone Solutions":http://www.plonesolutions.com.
+  License: GPL (see: /usr/share/common-licenses/GPL)
+
+Products/PlonePAS:
+
+  Copyright (C) 2005 Enfold Systems, Kapil Thangavelu, et al
+  License: ZPL
+
+  File Products/PlonePAS/odict.py is copyright (C) 2005,2006 Michael Bayer
+  mike_mp at zzzcomputing.com. This module is part of SQLAlchemy and is released
+  under the MIT License: http://www.opensource.org/licenses/mit-license.php
+
+Products/PloneTestCase:
+
+  Copyright (c) 2003-2007, Stefan H. Holek, stefan at epy.co.at
+  License: GPL (see: /usr/share/common-licenses/GPL)
+
+Products/PluggableAuthService:
+
+  Copyright (c) 2005 Zope Corporation and Contributors. All Rights Reserved.
+  License: ZPL 2.1
+
+Products/PluginRegistry:
+
+  Copyright (c) 2005 Zope Corporation and Contributors. All Rights Reserved.
+  License: ZPL 2.1
+
+Products/ResourceRegistries:
+
+  Copyright (c) 2000-2006 Plone Foundation et al.
+  License: GPL (see: /usr/share/common-licenses/GPL)
+
+Products/SecureMailHost:
+
+  Copyright (c) 2004 Christian Heimes and Contributors,
+  Zope Corporation and Contributors.
+  License: ZPL 2.1
+
+Products/statusmessages:
+
+  Copyright (c) Hanno Schlichting.
+  Contributors: Chris McDonough (mcdonc), Alec Mitchell (alecm),
+  Philipp von Weitershausen (philikon), Geoff Davis (plonista).
+  License: BSD (see: /usr/share/common-licenses/BSD)
+
+Products/ZopeVersionControl:
+
+  Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
+  License: ZPL 2.0
+
+  File Products/ZopeVersionControl/tests/test_all.py is subject to the
+  provisions of the Zope Visible Source License, Version 1.0 (ZVSL).
+
+lib/python/archetypes/kss:
+
+  Copyright (c) KSS Project Contributors,
+    Jean-Paul Ladage <j.ladage at zestsoftware.nl>, jladage,
+    Christian Klinger <cklinger at novareto.de>, goschtl
+    Balazs Ree <ree at greenfinity.hu>.
+  License: GPL (see: /usr/share/common-licenses/GPL)
+
+lib/python/archetypes/kss:
+
+  Copyright (c) KSS Project Contributors,
+    Godefroid Chapelle (gotcha at bubbblenet.be),
+    Tarek Ziade (ziade.tarek at gmail.com),
+    Florian Schulze (florian.schulze at gmx.net),
+    Balazs Ree (ree at greenfinity.hu),
+    Martin Heidegger (mastakaneda at gmail.com),
+    Jeroen Vloothuis (jeroen.vloothuis at xs4all.nl).
+  License: GPL (see: /usr/share/common-licenses/GPL)
+
+lib/python/archetypes/kss/core/plugins/effects/3rd_party/prototype.js,
+
+  Copyright (c) 2005 Sam Stephenson <sam at conio.net>
+  License: MIT
+
+lib/python/archetypes/kss/core/plugins/effects/3rd_party/effects.js,
+lib/python/archetypes/kss/core/plugins/effects/3rd_party/dragdrop.js:
+
+  Copyright (c) 2005, 2006 Thomas Fuchs
+  License: MIT
+
+lib/python/archetypes/kss/core/pluginregistry/_concatresource/compression/thirdparty/packer.py:
+
+  Copyright (c) 2006-2007 Florian Schulze <florian.schulze at gmx.net>
+  License: MIT
+
+lib/python/archetypes/kss/core/BeautifulSoup.py:
+
+  Copyright (c) 2004-2006 Leonard Richardson
+  License: PSF (see: www.python.org/psf/license.html)
+
+lib/python/plone/app/iterate:
+
+  Copyright (c) Kapil Thangavelu, ObjectRealms, LLC (c)
+  License: GPL
+
+lib/python/plone/app/portlets/portlets/feedparser.py:
+
+  Copyright (c) 2002-2006, Mark Pilgrim, All rights reserved.
+  Redistribution and use in source and binary forms, with or without modification,
+  are permitted provided that the following conditions are met:
+  
+  * Redistributions of source code must retain the above copyright notice,
+    this list of conditions and the following disclaimer.
+  * Redistributions in binary form must reproduce the above copyright notice,
+    this list of conditions and the following disclaimer in the documentation
+    and/or other materials provided with the distribution.
+  
+  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 'AS IS'
+  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+  ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
+  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+  POSSIBILITY OF SUCH DAMAGE.
+  
+
+Zope Public License (ZPL) Version 2.1
+=====================================
+
+A copyright notice accompanies this license document that
+identifies the copyright holders.
+
+This license has been certified as open source. It has also
+been designated as GPL compatible by the Free Software
+Foundation (FSF).
+
+Redistribution and use in source and binary forms, with or
+without modification, are permitted provided that the
+following conditions are met:
+
+1. Redistributions in source code must retain the
+   accompanying copyright notice, this list of conditions,
+   and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the accompanying
+   copyright notice, this list of conditions, and the
+   following disclaimer in the documentation and/or other
+   materials provided with the distribution.
+
+3. Names of the copyright holders must not be used to
+   endorse or promote products derived from this software
+   without prior written permission from the copyright
+   holders.
+
+4. The right to distribute this software or to use it for
+   any purpose does not give you the right to use
+   Servicemarks (sm) or Trademarks (tm) of the copyright
+   holders. Use of them is covered by separate agreement
+   with the copyright holders.
+
+5. If any files are modified, you must cause the modified
+   files to carry prominent notices stating that you changed
+   the files and the date of any change.
+
+Disclaimer
+
+  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS''
+  AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT
+  NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
+  AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN
+  NO EVENT SHALL THE COPYRIGHT HOLDERS BE
+  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+  OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
+  DAMAGE.




More information about the pkg-zope-commits mailing list