Metadata-Version: 2.1
Name: collective.collectiongathering
Version: 1.0
Summary: A Dexterity content type which can gather multiple collection into one.
Home-page: http://pypi.python.org/pypi/collective.collectiongathering
Author: Gagaro
Author-email: yfo@makina-corpus.com
License: GPL
Keywords: Python Plone
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 6.0
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.10
Requires-Dist: setuptools
Requires-Dist: Acquisition
Requires-Dist: plone.app.contenttypes
Requires-Dist: plone.app.dexterity
Requires-Dist: plone.batching
Requires-Dist: plone.dexterity
Requires-Dist: Products.CMFPlone
Requires-Dist: Products.GenericSetup
Requires-Dist: zope.i18nmessageid
Requires-Dist: zope.interface
Requires-Dist: zope.publisher
Requires-Dist: zope.schema
Provides-Extra: test
Requires-Dist: plone.api; extra == "test"
Requires-Dist: plone.app.contenttypes; extra == "test"
Requires-Dist: plone.app.testing; extra == "test"
Requires-Dist: plone.base; extra == "test"
Requires-Dist: plone.browserlayer; extra == "test"
Requires-Dist: plone.dexterity; extra == "test"
Requires-Dist: plone.testing; extra == "test"
Requires-Dist: zope.component; extra == "test"

.. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.
   If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide_addons.html
   This text does not appear on pypi or github. It is a comment.

==============================================================================
collective.collectiongathering
==============================================================================

A Dexterity content type which can gather multiple collection into one.

To do so create a *CollectionGathering* object in your Plone site, and add inside it the collections you want
to gather in the main one, and configure each one independently.


Translations
------------

This product has been translated into

- English



Installation
------------

Install collective.collectiongathering by adding it to your buildout::

   [buildout]

    ...

    eggs =
        collective.collectiongathering


and then running "bin/buildout"



Contribute
----------

- Issue Tracker: https://github.com/collective/collective.collectiongathering/issues
- Source Code: https://github.com/collective/collective.collectiongathering


License
-------

The project is licensed under the GPLv2.


Contributors
============

- Gagaro, yfo@makina-corpus.com
- Mikel Larreategi, mlarreategi@codesyntax.com

Changelog
=========


1.0 (2024-12-05)
----------------

- Initial release.
  [Gagaro]


