Metadata-Version: 2.1
Name: acentoweb.collectionactions
Version: 1.0a1
Summary: Behavior to move and copy items
Home-page: https://github.com/collective/acentoweb.collectionactions
Author: Espen Moe-Nilssen
Author-email: espen@medialog.no
License: GPL version 2
Project-URL: Source, https://github.com/collective/acentoweb.collectionactions
Project-URL: Tracker, https://github.com/collective/acentoweb.collectionactions/issues
Project-URL: PyPI, https://pypi.python.org/pypi/acentoweb.collectionactions
Keywords: Python Plone
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: Addon
Classifier: Framework :: Plone :: 5.1
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Requires-Python: ==2.7
Provides-Extra: test
Requires-Dist: setuptools
Requires-Dist: z3c.jbot
Requires-Dist: plone.api (>=1.8.4)
Requires-Dist: plone.restapi
Requires-Dist: plone.app.dexterity
Provides-Extra: test
Requires-Dist: plone.app.testing; extra == 'test'
Requires-Dist: plone.testing (>=5.0.0); extra == 'test'
Requires-Dist: plone.app.contenttypes; extra == 'test'
Requires-Dist: plone.app.robotframework[debug]; 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.html
   This text does not appear on pypi or github. It is a comment.

===========================
acentoweb.collectionactions
===========================

Tell me what your product does

Features
--------

- Adds behaviors to Collection so you can move or copy all items to a folder.




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

Install acentoweb.collectionactions by adding it to your buildout::

    [buildout]

    ...

    eggs =
        acentoweb.collectionactions


and then running ``bin/buildout``


Contribute
----------

- Issue Tracker: https://github.com/espenmn/acentoweb.collectionactions/issues
- Source Code: https://github.com/espenmn/acentoweb.collectionactions



Support
-------

If you are having issues, please let us know (espen@medialog.no)

License
-------

The project is licensed under the GPLv2.


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

- Espen Moe-Nilssen, espen@medialog.no


Changelog
=========


1.0a1 (unreleased)
------------------

- Initial release.
  [espenmn]


