Metadata-Version: 2.1
Name: collective.classification.folder
Version: 1.0a2
Summary: Addon to manage classification folders
Home-page: https://github.com/imio/collective.classification.folder
Author: Martin Peeters
Author-email: support@imio.be
License: GPL version 2
Project-URL: PyPI, https://pypi.python.org/pypi/collective.classification.folder
Project-URL: Source, https://github.com/imio/collective.classification.folder
Project-URL: Tracker, https://github.com/imio/collective.classification.folder/issues
Keywords: Python Plone CMS
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: Addon
Classifier: Framework :: Plone :: 4.3
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
License-File: LICENSE.GPL
License-File: LICENSE.rst

.. 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.

.. image:: https://travis-ci.org/collective/collective.classification.folder.svg?branch=master
    :target: https://travis-ci.org/collective/collective.classification.folder

.. image:: https://coveralls.io/repos/github/collective/collective.classification.folder/badge.svg?branch=master
    :target: https://coveralls.io/github/collective/collective.classification.folder?branch=master
    :alt: Coveralls

.. image:: https://img.shields.io/pypi/v/collective.classification.folder.svg
    :target: https://pypi.python.org/pypi/collective.classification.folder/
    :alt: Latest Version

.. image:: https://img.shields.io/pypi/status/collective.classification.folder.svg
    :target: https://pypi.python.org/pypi/collective.classification.folder
    :alt: Egg Status

.. image:: https://img.shields.io/pypi/pyversions/collective.classification.folder.svg?style=plastic   :alt: Supported - Python Versions

.. image:: https://img.shields.io/pypi/l/collective.classification.folder.svg
    :target: https://pypi.python.org/pypi/collective.classification.folder/
    :alt: License


================================
collective.classification.folder
================================

Tell me what your product does

Features
--------

- Can be bullet points


Examples
--------

This add-on can be seen in action at the following sites:
- Is there a page on the internet where everybody can see the features?


Documentation
-------------

Full documentation for end users can be found in the "docs" folder, and is also available online at http://docs.plone.org/foo/bar


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

This product has been translated into

- Klingon (thanks, K'Plai)


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

Install collective.classification.folder by adding it to your buildout::

    [buildout]

    ...

    eggs =
        collective.classification.folder


and then running ``bin/buildout``


Contribute
----------

- Issue Tracker: https://github.com/collective/collective.classification.folder/issues
- Source Code: https://github.com/collective/collective.classification.folder
- Documentation: https://docs.plone.org/foo/bar


Support
-------

If you are having issues, please let us know.
We have a mailing list located at: project@example.com


License
-------

The project is licensed under the GPLv2.


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

- Martin Peeters [original author]


Changelog
=========


1.0a2 (2023-07-20)
------------------

- Set classification_categories field on folders as not required
  [sgeulette]

1.0a1 (2023-03-29)
------------------

- Initial release.
  [mpeeters, sgeulette]
- Replaced collective.z3cform.chosen widget by collective.z3cform.select2.
  Must remove "chosen" packages in next release.
  [sgeulette]


