[Erp5-report] r43088 rafael - in /erp5/trunk/utils: Products.AGProjects/ Products.CMFActivi...
nobody at svn.erp5.org
nobody at svn.erp5.org
Sat Feb 5 00:04:54 CET 2011
Author: rafael
Date: Sat Feb 5 00:04:54 2011
New Revision: 43088
URL: http://svn.erp5.org?rev=43088&view=rev
Log:
Update descriptions for Products.
Modified:
erp5/trunk/utils/Products.AGProjects/setup.py
erp5/trunk/utils/Products.CMFActivity/setup.py
erp5/trunk/utils/Products.CMFCategory/setup.py
erp5/trunk/utils/Products.ERP5/setup.py
erp5/trunk/utils/Products.ERP5Banking/setup.py
erp5/trunk/utils/Products.ERP5Catalog/setup.py
erp5/trunk/utils/Products.ERP5Form/setup.py
erp5/trunk/utils/Products.ERP5Legacy/setup.py
erp5/trunk/utils/Products.ERP5OOo/setup.py
erp5/trunk/utils/Products.ERP5PropertySheetLegacy/setup.py
erp5/trunk/utils/Products.ERP5Security/setup.py
erp5/trunk/utils/Products.ERP5Subversion/setup.py
erp5/trunk/utils/Products.ERP5SyncML/setup.py
erp5/trunk/utils/Products.ERP5TioSafe/setup.py
erp5/trunk/utils/Products.ERP5Type/setup.py
erp5/trunk/utils/Products.Formulator/setup.py
erp5/trunk/utils/Products.HBTreeFolder2/setup.py
erp5/trunk/utils/Products.TIDStorage/setup.py
erp5/trunk/utils/Products.ZMySQLDA/setup.py
erp5/trunk/utils/Products.ZMySQLDDA/setup.py
erp5/trunk/utils/Products.ZSQLCatalog/setup.py
Modified: erp5/trunk/utils/Products.AGProjects/setup.py
URL: http://svn.erp5.org/erp5/trunk/utils/Products.AGProjects/setup.py?rev=43088&r1=43087&r2=43088&view=diff
==============================================================================
--- erp5/trunk/utils/Products.AGProjects/setup.py [utf8] (original)
+++ erp5/trunk/utils/Products.AGProjects/setup.py [utf8] Sat Feb 5 00:04:54 2011
@@ -4,7 +4,8 @@ version = '5.4.7'
setup(name='Products.AGProjects',
version=version,
- description="AGProjects Product.",
+ description="AGProjects Product is used to redistribute code from "\
+ "AG Projects to be used in our Zope products.",
long_description=open("README.txt").read() + "\n" + \
open("CHANGES.txt").read(),
classifiers=[
Modified: erp5/trunk/utils/Products.CMFActivity/setup.py
URL: http://svn.erp5.org/erp5/trunk/utils/Products.CMFActivity/setup.py?rev=43088&r1=43087&r2=43088&view=diff
==============================================================================
--- erp5/trunk/utils/Products.CMFActivity/setup.py [utf8] (original)
+++ erp5/trunk/utils/Products.CMFActivity/setup.py [utf8] Sat Feb 5 00:04:54 2011
@@ -6,7 +6,9 @@ version = open('%s/VERSION.txt' % produc
setup(name='Products.CMFActivity',
version=version,
- description="CMFActivity Product.",
+ description="CMFActivity Product provides distribute active objects in "\
+ "Zope. It can be used to spread a computational intensive process over "\
+ " multiple nodes of a cluster and benefit from elastic scalability.",
long_description=open("README.txt").read() + "\n" + \
open("CHANGES.txt").read(),
classifiers=[
Modified: erp5/trunk/utils/Products.CMFCategory/setup.py
URL: http://svn.erp5.org/erp5/trunk/utils/Products.CMFCategory/setup.py?rev=43088&r1=43087&r2=43088&view=diff
==============================================================================
--- erp5/trunk/utils/Products.CMFCategory/setup.py [utf8] (original)
+++ erp5/trunk/utils/Products.CMFCategory/setup.py [utf8] Sat Feb 5 00:04:54 2011
@@ -6,7 +6,9 @@ version = open('%s/VERSION.txt' % produc
setup(name='Products.CMFCategory',
version=version,
- description="CMFCategory Product.",
+ description="CMFCategory Product provides the possibility of using "\
+ "categories on objects. It provides API to update, get and"\
+ " display categories.",
long_description=open("README.txt").read() + "\n" + \
open("CHANGES.txt").read(),
classifiers=[
Modified: erp5/trunk/utils/Products.ERP5/setup.py
URL: http://svn.erp5.org/erp5/trunk/utils/Products.ERP5/setup.py?rev=43088&r1=43087&r2=43088&view=diff
==============================================================================
--- erp5/trunk/utils/Products.ERP5/setup.py [utf8] (original)
+++ erp5/trunk/utils/Products.ERP5/setup.py [utf8] Sat Feb 5 00:04:54 2011
@@ -4,7 +4,8 @@ version = '5.4.7'
setup(name='Products.ERP5',
version=version,
- description="ERP5 Product.",
+ description="This is the main product of ERP5. It defines most API,"\
+ "most of the logic of an ERP5 site like the Universal Business Model.",
long_description=open("README.txt").read() + "\n" + \
open("CHANGES.txt").read(),
classifiers=[
Modified: erp5/trunk/utils/Products.ERP5Banking/setup.py
URL: http://svn.erp5.org/erp5/trunk/utils/Products.ERP5Banking/setup.py?rev=43088&r1=43087&r2=43088&view=diff
==============================================================================
--- erp5/trunk/utils/Products.ERP5Banking/setup.py [utf8] (original)
+++ erp5/trunk/utils/Products.ERP5Banking/setup.py [utf8] Sat Feb 5 00:04:54 2011
@@ -6,7 +6,8 @@ version = open('%s/VERSION.txt' % produc
setup(name='Products.ERP5Banking',
version=version,
- description="ERP5Banking Product.",
+ description="ERP5Banking Product includes specific code necessary for "\
+ "banking application in ERP5.",
long_description=open("README.txt").read() + "\n" + \
open("CHANGES.txt").read(),
classifiers=[
Modified: erp5/trunk/utils/Products.ERP5Catalog/setup.py
URL: http://svn.erp5.org/erp5/trunk/utils/Products.ERP5Catalog/setup.py?rev=43088&r1=43087&r2=43088&view=diff
==============================================================================
--- erp5/trunk/utils/Products.ERP5Catalog/setup.py [utf8] (original)
+++ erp5/trunk/utils/Products.ERP5Catalog/setup.py [utf8] Sat Feb 5 00:04:54 2011
@@ -6,7 +6,9 @@ version = open('%s/VERSION.txt' % produc
setup(name='Products.ERP5Catalog',
version=version,
- description="ERP5Catalog Product.",
+ description="ERP5Catalog Product customizes the ZSQLCatalog for ERP5. "\
+ "It adds security checking. It allows to do automatic query" \
+ " for categories",
long_description=open("README.txt").read() + "\n" + \
open("CHANGES.txt").read(),
classifiers=[
Modified: erp5/trunk/utils/Products.ERP5Form/setup.py
URL: http://svn.erp5.org/erp5/trunk/utils/Products.ERP5Form/setup.py?rev=43088&r1=43087&r2=43088&view=diff
==============================================================================
--- erp5/trunk/utils/Products.ERP5Form/setup.py [utf8] (original)
+++ erp5/trunk/utils/Products.ERP5Form/setup.py [utf8] Sat Feb 5 00:04:54 2011
@@ -6,7 +6,8 @@ version = open('%s/VERSION.txt' % produc
setup(name='Products.ERP5Form',
version=version,
- description="ERP5Form Product.",
+ description="ERP5Form Product it add functionalities on top of "\
+ "Formulator. It is used to configure the user interface.",
long_description=open("README.txt").read() + "\n" + \
open("CHANGES.txt").read(),
classifiers=[
Modified: erp5/trunk/utils/Products.ERP5Legacy/setup.py
URL: http://svn.erp5.org/erp5/trunk/utils/Products.ERP5Legacy/setup.py?rev=43088&r1=43087&r2=43088&view=diff
==============================================================================
--- erp5/trunk/utils/Products.ERP5Legacy/setup.py [utf8] (original)
+++ erp5/trunk/utils/Products.ERP5Legacy/setup.py [utf8] Sat Feb 5 00:04:54 2011
@@ -6,7 +6,8 @@ version = open('%s/VERSION.txt' % produc
setup(name='Products.ERP5Legacy',
version=version,
- description="ERP5Legacy Product.",
+ description="ERP5Legacy Product provides only some obsolete code for "\
+ " ERP5. It's very usefull to keep backward compatibility",
long_description=open("README.txt").read() + "\n" + \
open("CHANGES.txt").read(),
classifiers=[
@@ -23,5 +24,7 @@ setup(name='Products.ERP5Legacy',
zip_safe=False,
install_requires=[
'setuptools',
+ 'Products.ERP5Type',
+ 'Produtcs.ERP5'
],
)
Modified: erp5/trunk/utils/Products.ERP5OOo/setup.py
URL: http://svn.erp5.org/erp5/trunk/utils/Products.ERP5OOo/setup.py?rev=43088&r1=43087&r2=43088&view=diff
==============================================================================
--- erp5/trunk/utils/Products.ERP5OOo/setup.py [utf8] (original)
+++ erp5/trunk/utils/Products.ERP5OOo/setup.py [utf8] Sat Feb 5 00:04:54 2011
@@ -6,7 +6,10 @@ version = open('%s/VERSION.txt' % produc
setup(name='Products.ERP5OOo',
version=version,
- description="ERP5OOo Product.",
+ description="ERP5OOo Product it implements the communication with "\
+ "OpenOffice server. It allows generation of OpenOffice document with"\
+ "dynamic content retrieved within ERP5, conversion of documents to "\
+ "many different formats",
long_description=open("README.txt").read() + "\n" + \
open("CHANGES.txt").read(),
classifiers=[
Modified: erp5/trunk/utils/Products.ERP5PropertySheetLegacy/setup.py
URL: http://svn.erp5.org/erp5/trunk/utils/Products.ERP5PropertySheetLegacy/setup.py?rev=43088&r1=43087&r2=43088&view=diff
==============================================================================
--- erp5/trunk/utils/Products.ERP5PropertySheetLegacy/setup.py [utf8] (original)
+++ erp5/trunk/utils/Products.ERP5PropertySheetLegacy/setup.py [utf8] Sat Feb 5 00:04:54 2011
@@ -6,7 +6,8 @@ version = open('%s/VERSION.txt' % produc
setup(name='Products.ERP5PropertySheetLegacy',
version=version,
- description="ERP5PropertySheetLegacy Product.",
+ description="ERP5PropertySheetLegacy Product It provides only some "\
+ " obsolete code related to PropertySheet for ERP5. ",
long_description=open("README.txt").read() + "\n" + \
open("CHANGES.txt").read(),
classifiers=[
Modified: erp5/trunk/utils/Products.ERP5Security/setup.py
URL: http://svn.erp5.org/erp5/trunk/utils/Products.ERP5Security/setup.py?rev=43088&r1=43087&r2=43088&view=diff
==============================================================================
--- erp5/trunk/utils/Products.ERP5Security/setup.py [utf8] (original)
+++ erp5/trunk/utils/Products.ERP5Security/setup.py [utf8] Sat Feb 5 00:04:54 2011
@@ -6,7 +6,7 @@ version = open('%s/VERSION.txt' % produc
setup(name='Products.ERP5Security',
version=version,
- description="ERP5Security Product.",
+ description="ERP5Security Product implements the security for ERP5. ",
long_description=open("README.txt").read() + "\n" + \
open("CHANGES.txt").read(),
classifiers=[
Modified: erp5/trunk/utils/Products.ERP5Subversion/setup.py
URL: http://svn.erp5.org/erp5/trunk/utils/Products.ERP5Subversion/setup.py?rev=43088&r1=43087&r2=43088&view=diff
==============================================================================
--- erp5/trunk/utils/Products.ERP5Subversion/setup.py [utf8] (original)
+++ erp5/trunk/utils/Products.ERP5Subversion/setup.py [utf8] Sat Feb 5 00:04:54 2011
@@ -6,7 +6,8 @@ version = open('%s/VERSION.txt' % produc
setup(name='Products.ERP5Subversion',
version=version,
- description="ERP5Subversion Product.",
+ description="ERP5Subversion Product provides API to ERP5 with "\
+ "Subversion. It is mostly used with business templates",
long_description=open("README.txt").read() + "\n" + \
open("CHANGES.txt").read(),
classifiers=[
Modified: erp5/trunk/utils/Products.ERP5SyncML/setup.py
URL: http://svn.erp5.org/erp5/trunk/utils/Products.ERP5SyncML/setup.py?rev=43088&r1=43087&r2=43088&view=diff
==============================================================================
--- erp5/trunk/utils/Products.ERP5SyncML/setup.py [utf8] (original)
+++ erp5/trunk/utils/Products.ERP5SyncML/setup.py [utf8] Sat Feb 5 00:04:54 2011
@@ -6,7 +6,8 @@ version = open('%s/VERSION.txt' % produc
setup(name='Products.ERP5SyncML',
version=version,
- description="ERP5SyncML Product.",
+ description="ERP5SyncML Product implements the SyncML protocol for ERP5 and "
+ "allows to synchronize with any device compatibile with it",
long_description=open("README.txt").read() + "\n" + \
open("CHANGES.txt").read(),
classifiers=[
Modified: erp5/trunk/utils/Products.ERP5TioSafe/setup.py
URL: http://svn.erp5.org/erp5/trunk/utils/Products.ERP5TioSafe/setup.py?rev=43088&r1=43087&r2=43088&view=diff
==============================================================================
--- erp5/trunk/utils/Products.ERP5TioSafe/setup.py [utf8] (original)
+++ erp5/trunk/utils/Products.ERP5TioSafe/setup.py [utf8] Sat Feb 5 00:04:54 2011
@@ -7,7 +7,7 @@ version = open('%s/VERSION.txt' % produc
setup(name='Products.ERP5TioSafe',
version=version,
description="ERP5TioSafe Product.",
- long_description=open("README.txt").read() + "\n" + \
+ long_description=open("%s/README.txt" % product_path).read() + "\n" + \
open("CHANGES.txt").read(),
classifiers=[
"Framework :: Zope2",
Modified: erp5/trunk/utils/Products.ERP5Type/setup.py
URL: http://svn.erp5.org/erp5/trunk/utils/Products.ERP5Type/setup.py?rev=43088&r1=43087&r2=43088&view=diff
==============================================================================
--- erp5/trunk/utils/Products.ERP5Type/setup.py [utf8] (original)
+++ erp5/trunk/utils/Products.ERP5Type/setup.py [utf8] Sat Feb 5 00:04:54 2011
@@ -6,7 +6,8 @@ version = open('%s/VERSION.txt' % produc
setup(name='Products.ERP5Type',
version=version,
- description="ERP5Type Product.",
+ description="ERP5Type includes low level classes used by many other "\
+ "ERP5 products. It provides also most low level ERP5 tools.",
long_description=open("README.txt").read() + "\n" + \
open("CHANGES.txt").read(),
classifiers=[
Modified: erp5/trunk/utils/Products.Formulator/setup.py
URL: http://svn.erp5.org/erp5/trunk/utils/Products.Formulator/setup.py?rev=43088&r1=43087&r2=43088&view=diff
==============================================================================
--- erp5/trunk/utils/Products.Formulator/setup.py [utf8] (original)
+++ erp5/trunk/utils/Products.Formulator/setup.py [utf8] Sat Feb 5 00:04:54 2011
@@ -6,7 +6,10 @@ version = '5.4.7'
setup(name='Products.Formulator',
version=version,
- description="Formulator Product.",
+ description="Formulator Product provides everything to configure the "\
+ "ERP5 user interface. This is a fork of the Formulator available "\
+ "on the zope site because we had too many local patches and the "\
+ "original was not maintained any more.",
long_description=open("README.txt").read() + "\n" + \
open("CHANGES.txt").read(),
classifiers=[
Modified: erp5/trunk/utils/Products.HBTreeFolder2/setup.py
URL: http://svn.erp5.org/erp5/trunk/utils/Products.HBTreeFolder2/setup.py?rev=43088&r1=43087&r2=43088&view=diff
==============================================================================
--- erp5/trunk/utils/Products.HBTreeFolder2/setup.py [utf8] (original)
+++ erp5/trunk/utils/Products.HBTreeFolder2/setup.py [utf8] Sat Feb 5 00:04:54 2011
@@ -6,7 +6,8 @@ version = open('%s/VERSION.txt' % produc
setup(name='Products.HBTreeFolder2',
version=version,
- description="HBTreeFolder2 Product.",
+ description="HBTreeFolder2 Product provides highly scallable Folders."\
+ " It can supports folders with many millions of documents.",
long_description=open("README.txt").read() + "\n" + \
open("CHANGES.txt").read(),
classifiers=[
Modified: erp5/trunk/utils/Products.TIDStorage/setup.py
URL: http://svn.erp5.org/erp5/trunk/utils/Products.TIDStorage/setup.py?rev=43088&r1=43087&r2=43088&view=diff
==============================================================================
--- erp5/trunk/utils/Products.TIDStorage/setup.py [utf8] (original)
+++ erp5/trunk/utils/Products.TIDStorage/setup.py [utf8] Sat Feb 5 00:04:54 2011
@@ -6,8 +6,10 @@ version = open('%s/VERSION.txt' % produc
setup(name='Products.TIDStorage',
version=version,
- description="TIDStorage Product.",
- long_description=open("README.txt").read() + "\n" + \
+ description="TIDStorage Product provides a way to have consistent "\
+ "backups when running a multi-storage instance (only ZEO is "\
+ "supported at the moment).",
+ long_description=open("%s/README" % product_path).read() + "\n" + \
open("CHANGES.txt").read(),
classifiers=[
"Framework :: Zope2",
Modified: erp5/trunk/utils/Products.ZMySQLDA/setup.py
URL: http://svn.erp5.org/erp5/trunk/utils/Products.ZMySQLDA/setup.py?rev=43088&r1=43087&r2=43088&view=diff
==============================================================================
--- erp5/trunk/utils/Products.ZMySQLDA/setup.py [utf8] (original)
+++ erp5/trunk/utils/Products.ZMySQLDA/setup.py [utf8] Sat Feb 5 00:04:54 2011
@@ -6,9 +6,10 @@ version = open('%s/VERSION.txt' % produc
setup(name='Products.ZMySQLDA',
version=version,
- description="ZMySQLDA Product.",
- long_description=open("README.txt").read() + "\n" + \
- open("CHANGES.txt").read(),
+ description="ZMySQLDA Product This is the Z MySQL database adapter "
+ "product for the Z Object Publishing Environment.",
+ long_description=open("%s/README.txt" % product_path).read() + "\n" + \
+ open("%s/CHANGES.txt" % product_path).read(),
classifiers=[
"Framework :: Zope2",
"Operating System :: OS Independent",
@@ -23,5 +24,6 @@ setup(name='Products.ZMySQLDA',
zip_safe=False,
install_requires=[
'setuptools',
+ 'MySQL-python>=0.9.2'
],
)
Modified: erp5/trunk/utils/Products.ZMySQLDDA/setup.py
URL: http://svn.erp5.org/erp5/trunk/utils/Products.ZMySQLDDA/setup.py?rev=43088&r1=43087&r2=43088&view=diff
==============================================================================
--- erp5/trunk/utils/Products.ZMySQLDDA/setup.py [utf8] (original)
+++ erp5/trunk/utils/Products.ZMySQLDDA/setup.py [utf8] Sat Feb 5 00:04:54 2011
@@ -6,9 +6,12 @@ version = open('%s/VERSION.txt' % produc
setup(name='Products.ZMySQLDDA',
version=version,
- description="ZMySQLDDA Product.",
- long_description=open("README.txt").read() + "\n" + \
- open("CHANGES.txt").read(),
+ description="ZMySQLDDA Product is the Z MySQL database deferred "\
+ "adapter product for the Z Object Publishing Environment. It is "\
+ "based on ZMySQLDA and follows the same API and installation "\
+ "procedure.",
+ long_description=open("%s/README.txt" % product_path).read() + "\n" + \
+ open("%s/CHANGES.txt" % product_path).read(),
classifiers=[
"Framework :: Zope2",
"Operating System :: OS Independent",
@@ -23,5 +26,7 @@ setup(name='Products.ZMySQLDDA',
zip_safe=False,
install_requires=[
'setuptools',
+ 'MySQL-python>=0.9.2',
+ 'Products.MySQLDA'
],
)
Modified: erp5/trunk/utils/Products.ZSQLCatalog/setup.py
URL: http://svn.erp5.org/erp5/trunk/utils/Products.ZSQLCatalog/setup.py?rev=43088&r1=43087&r2=43088&view=diff
==============================================================================
--- erp5/trunk/utils/Products.ZSQLCatalog/setup.py [utf8] (original)
+++ erp5/trunk/utils/Products.ZSQLCatalog/setup.py [utf8] Sat Feb 5 00:04:54 2011
@@ -6,8 +6,9 @@ version = open('%s/VERSION.txt' % produc
setup(name='Products.ZSQLCatalog',
version=version,
- description="ZSQLCatalog Product.",
- long_description=open("README.txt").read() + "\n" + \
+ description="ZSQLCatalog Product implements embedded catalog "\
+ " datawerehouse based on relational database in Zope.",
+ long_description=open("%s/README.txt" % product_path).read() + "\n" + \
open("CHANGES.txt").read(),
classifiers=[
"Framework :: Zope2",
More information about the Erp5-report
mailing list