Metadata-Version: 2.1
Name: imio.events.core
Version: 1.0a3
Summary: Core product for iMio events website
Home-page: https://github.com/collective/imio.events.core
Author: iMio
Author-email: christophe.boulanger@imio.be
License: GPL version 2
Project-URL: Source, https://github.com/collective/imio.events.core
Project-URL: Tracker, https://github.com/collective/imio.events.core/issues
Project-URL: PyPI, https://pypi.python.org/pypi/imio.events.core
Description: .. 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://github.com/IMIO/imio.events.core/workflows/Tests/badge.svg
            :target: https://github.com/IMIO/imio.events.core/actions?query=workflow%3ATests
            :alt: CI Status
        
        .. image:: https://coveralls.io/repos/github/IMIO/imio.events.core/badge.svg?branch=main
            :target: https://coveralls.io/github/IMIO/imio.events.core?branch=main
            :alt: Coveralls
        
        .. image:: https://img.shields.io/pypi/v/imio.events.core.svg
            :target: https://pypi.python.org/pypi/imio.events.core/
            :alt: Latest Version
        
        .. image:: https://img.shields.io/pypi/status/imio.events.core.svg
            :target: https://pypi.python.org/pypi/imio.events.core
            :alt: Egg Status
        
        .. image:: https://img.shields.io/pypi/pyversions/imio.events.core.svg?style=plastic   :alt: Supported - Python Versions
        
        .. image:: https://img.shields.io/pypi/l/imio.events.core.svg
            :target: https://pypi.python.org/pypi/imio.events.core/
            :alt: License
        
        
        ================
        imio.events.core
        ================
        
        Core product form iMio events website
        
        Features
        --------
        
        This products contains:
        - Content types: Agenda, Folder, Event
        
        
        Examples
        --------
        
        Hopefully soon in production :-)
        
        
        Documentation
        -------------
        
        TODO
        
        
        Translations
        ------------
        
        This product has been translated into
        
        - French
        
        
        Installation
        ------------
        
        Install imio.events.core by adding it to your buildout::
        
            [buildout]
        
            ...
        
            eggs =
                imio.events.core
        
        
        and then running ``bin/buildout``
        
        
        Contribute
        ----------
        
        - Issue Tracker: https://github.com/collective/imio.events.core/issues
        - Source Code: https://github.com/collective/imio.events.core
        
        
        License
        -------
        
        The project is licensed under the GPLv2.
        
        
        Contributors
        ============
        
        - iMio, christophe.boulanger@imio.be
        
        
        Changelog
        =========
        
        
        1.0a3 (2022-05-03)
        ------------------
        
        - Remove useless imio.events.Page content type
          [boulch]
        
        - Use unique urls for images scales to ease caching
          [boulch]
        
        - Use common.interfaces.ILocalManagerAware to mark a locally manageable content
          [boulch]
        
        1.0a2 (2022-02-09)
        ------------------
        
        - Add event_dates index to handle current events queries correctly
          [laulaz]
        
        - Update buildout to use Plone 6.0.0a3 packages versions
          [boulch]
        
        
        1.0a1 (2022-01-25)
        ------------------
        
        - Initial release.
          [boulch]
        
Keywords: Python Plone CMS
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: Addon
Classifier: Framework :: Plone :: 5.2
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Requires-Python: >=3.8
Provides-Extra: test
