r1092 - in plone3/trunk/debian (3 files)
Fabio Tranchitella
kobold at alioth.debian.org
Sat Dec 1 14:51:56 UTC 2007
Date: Saturday, December 1, 2007 @ 14:51:54
Author: kobold
Revision: 1092
Changes and fixes.
Added:
plone3/trunk/debian/zope-plone3.docs
Modified:
plone3/trunk/debian/control
plone3/trunk/debian/zope-plone3.copyright
Modified: plone3/trunk/debian/control
===================================================================
--- plone3/trunk/debian/control 2007-12-01 11:53:55 UTC (rev 1091)
+++ plone3/trunk/debian/control 2007-12-01 14:51:54 UTC (rev 1092)
@@ -11,18 +11,20 @@
Package: zope-plone3
Architecture: all
-Depends: ${zope:Depends}, zope-externaleditor, python-imaging, lynx, pdftohtml, python-docutils (>= 0.3.3), xpdf-utils, xsltproc
-Recommends: zope-linguaplone (>= 2.0), zope-cachefu (>= 1.1)
+Depends: ${zope:Depends}, zope-externaleditor, python-imaging, lynx, pdftohtml, python-docutils (>= 0.3.3), xpdf-utils, xsltproc, python-elementtree
+Recommends: zope-linguaplone (>= 2.0), zope-cachefu (>= 1.1), python-openid
Description: content management system based on zope and cmf
Plone is a ready-to-run content management system that is built on the
powerful Zope application server. Plone is easy to set up, extremely
flexible, and provides you with a system for managing web content that is
ideal for project groups, communities, web sites, extranets and intranets.
.
- By default, Plone stores its contents in Zope's built in transactional object
- database, the ZODB. There are products and techniques, however, to share
- information with other sources, such as relational databases, LDAP, filesystem
- files, etc.
+ It benefits from all features of Zope/CMF such as: RDBMS integration,
+ Python/Perl extensions, Object Oriented Database, Web configurable workflow,
+ pluggable membership and authentication, Undos, Form validation, amongst
+ many many other features. Available protocols: FTP, XMLRPC, HTTP, WEBDAV
+ and you can hack it to enable SOAP. Turn it into a distributed application
+ system by installing ZEO.
.
This package contains the Zope products needed to run a Plone instance. If you
want to install a ready-to-use plone instance, install the package plone3-site.
@@ -36,9 +38,11 @@
flexible, and provides you with a system for managing web content that is
ideal for project groups, communities, web sites, extranets and intranets.
.
- By default, Plone stores its contents in Zope's built in transactional object
- database, the ZODB. There are products and techniques, however, to share
- information with other sources, such as relational databases, LDAP, filesystem
- files, etc.
+ It benefits from all features of Zope/CMF such as: RDBMS integration,
+ Python/Perl extensions, Object Oriented Database, Web configurable workflow,
+ pluggable membership and authentication, Undos, Form validation, amongst
+ many many other features. Available protocols: FTP, XMLRPC, HTTP, WEBDAV
+ and you can hack it to enable SOAP. Turn it into a distributed application
+ system by installing ZEO.
.
This package setups a Zope instance ready to be used with a Plone site.
Modified: plone3/trunk/debian/zope-plone3.copyright
===================================================================
--- plone3/trunk/debian/zope-plone3.copyright 2007-12-01 11:53:55 UTC (rev 1091)
+++ plone3/trunk/debian/zope-plone3.copyright 2007-12-01 14:51:54 UTC (rev 1092)
@@ -4,17 +4,12 @@
It was downloaded from:
- http://heanet.dl.sourceforge.net/sourceforge/plone/PloneBase-2.1.tar.gz
+ https://launchpad.net/plone/3.0/3.0.3/+download/Plone-3.0.3.tar.gz
The main upstream site:
http://plone.org
-Upstream Authors:
-
- Alan Runyan <runyaga at runyaga.com>
- Alexander Limi <limi at zope.no>
-
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
Added: plone3/trunk/debian/zope-plone3.docs
===================================================================
--- plone3/trunk/debian/zope-plone3.docs (rev 0)
+++ plone3/trunk/debian/zope-plone3.docs 2007-12-01 14:51:54 UTC (rev 1092)
@@ -0,0 +1 @@
+RELEASENOTES.txt
More information about the pkg-zope-commits
mailing list