Metadata-Version: 2.1
Name: imio.news.core
Version: 1.0a5
Summary: Core product for iMio news website
Home-page: https://github.com/collective/imio.news.core
Author: Christophe Boulanger
Author-email: christophe.boulanger@imio.be
License: GPL version 2
Project-URL: Source, https://github.com/imio/imio.news.core
Project-URL: Tracker, https://github.com/imio/imio.news.core/issues
Project-URL: PyPI, https://pypi.python.org/pypi/imio.news.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.news.core/workflows/Tests/badge.svg
            :target: https://github.com/IMIO/imio.news.core/actions?query=workflow%3ATests
            :alt: CI Status
        
        .. image:: https://coveralls.io/repos/github/IMIO/imio.news.core/badge.svg?branch=main
            :target: https://coveralls.io/github/IMIO/imio.news.core?branch=main
            :alt: Coveralls
        
        .. image:: https://img.shields.io/pypi/v/imio.news.core.svg
            :target: https://pypi.python.org/pypi/imio.news.core/
            :alt: Latest Version
        
        .. image:: https://img.shields.io/pypi/status/imio.news.core.svg
            :target: https://pypi.python.org/pypi/imio.news.core
            :alt: Egg Status
        
        .. image:: https://img.shields.io/pypi/pyversions/imio.news.core.svg?style=plastic   :alt: Supported - Python Versions
        
        .. image:: https://img.shields.io/pypi/l/imio.news.core.svg
            :target: https://pypi.python.org/pypi/imio.news.core/
            :alt: License
        
        
        ==================
        imio.news.core
        ==================
        
        Core product for iMio news websites
        
        Features
        --------
        
        This products contains:
         - Content types: Folder, News, ...
        
        
        Examples
        --------
        
        - https://actualites.enwallonie.be
        
        
        Documentation
        -------------
        
        TODO
        
        
        Translations
        ------------
        
        This product has been translated into
        
        - French
        
        The translation domain is ``imio.smartweb`` and the translations are stored in `imio.smartweb.locales <https://github.com/IMIO/imio.smartweb.locales>`_ package.
        
        
        Known issues
        ------------
        
        - Dexterity Plone site & multilingual roots are not yet handled.
        
        
        Installation
        ------------
        
        Install imio.news.core by adding it to your buildout::
        
            [buildout]
        
            ...
        
            eggs =
                imio.news.core
        
        
        and then running ``bin/buildout``
        
        
        Contribute
        ----------
        
        - Issue Tracker: https://github.com/imio/imio.news.core/issues
        - Source Code: https://github.com/imio/imio.news.core
        
        
        License
        -------
        
        The project is licensed under the GPLv2.
        
        
        Contributors
        ============
        
        - Christophe Boulanger, christophe.boulanger@imio.be
        
        
        Changelog
        =========
        
        
        1.0a5 (2022-10-30)
        ------------------
        
        - WEB-3757 : Automaticaly create some defaults newsfolders (with newsfolder subscription) when creating a new entity
          [boulch]
        
        - Add eea.faceted.navigable behavior on Entity & NewsFolder types
          [laulaz]
        
        
        1.0a4 (2022-08-10)
        ------------------
        
        - WEB-3726 : Add subjects (keyword) in SearchableText
          [boulch]
        
        
        1.0a3 (2022-07-14)
        ------------------
        
        - Add serializer to get included items when you request an imio.news.NewsItem fullbobjects
          [boulch]
        
        - Ensure objects are marked as modified after appending to a list attribute
          [laulaz]
        
        - Fix selected_news_folders on newsitems after creating a "linked" newsfolder
          [boulch]
        
        
        1.0a2 (2022-05-03)
        ------------------
        
        - Use unique urls for images scales to ease caching
          [boulch]
        
        - Use common.interfaces.ILocalManagerAware to mark a locally manageable content
          [boulch]
        
        - 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 :: 6.0
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
