Metadata-Version: 2.1
Name: collective.edtf_behavior
Version: 1.0a2.dev0
Summary: A EDTF behavior for Plone.
Home-page: https://pypi.python.org/pypi/collective.edtf_behavior
Author: Maik Derstappen
Author-email: md@derico.de
License: GPL version 2
Description: .. image:: https://secure.travis-ci.org/collective/collective.edtf_behavior.png?branch=master
            :target: http://travis-ci.org/collective/collective.edtf_behavior
        
        .. image:: https://coveralls.io/repos/github/collective/collective.edtf_behavior/badge.svg?branch=master
            :target: https://coveralls.io/github/collective/collective.edtf_behavior?branch=master
            :alt: Coveralls
        
        .. image:: https://img.shields.io/pypi/l/collective.edtf_behavior.svg
            :target: https://pypi.python.org/pypi/collective.edtf_behavior/
            :alt: License
        
        .. image:: https://badges.gitter.im/collective/collective.edtf_behavior.svg
           :alt: Join the chat at https://gitter.im/collective/collective.edtf_behavior
           :target: https://gitter.im/collective/collective.edtf_behavior?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
           
        
        ========================
        collective.edtf_behavior
        ========================
        
        A Plone behavior which provides a `EDTF <http://www.loc.gov/standards/datetime/edtf.html>`_  Date field and some indexes to search and sort on complex and historic dates.
        
        Note: the current implementation of the used library `python-edtf <https://pypi.org/project/edtf/>`_ , still uses an earlier draft of the standard: http://www.loc.gov/standards/datetime/pre-submission.html
        
        
        Features
        --------
        
        - Allows unspecific dates or date intervals: "1989-11" or "1989-11~" or "1989-11-01/1989-11-30"
        - Seasons: 2001-21  >> Spring, 2001
        - old dates like 03.08.1492
        - Search indexes: date_earliest and date_latest
        - Sort indexes: date_sort_ascending and date_sort_descending
        
        
        Installation
        ------------
        
        Install collective.edtf_behavior by adding it to your buildout::
        
            [buildout]
        
            ...
        
            eggs =
                collective.edtf_behavior
        
        
        and then running ``bin/buildout``
        
        After you activated the add-on in the Plone Add-ons section, you can Enable this behavior on any Dexterity based content type.
        
        
        Contribute
        ----------
        
        - Issue Tracker: https://github.com/collective/collective.edtf_behavior/issues
        - Source Code: https://github.com/collective/collective.edtf_behavior
        
        
        Support
        -------
        
        If you are having issues, please let us know.
        You can reach us on Gitter.
        
        
        License
        -------
        
        The project is licensed under the GPLv2.
        
        
        Contributors
        ============
        
        - Maik Derstappen, md@derico.de
        
        
        Changelog
        =========
        
        
        1.0a2 (unreleased)
        ------------------
        
        - Nothing changed yet.
        
        
        1.0a1 (2019-03-14)
        ------------------
        
        - Initial release, with EDTF behavior and 4 main indexes.
          [MrTango]
        
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
