Metadata-Version: 2.1
Name: rss_provider
Version: 1.0.0a1
Summary: RSS Provider configuration package.
Home-page: https://github.com/collective/rss-provider
Author: Plone Foundation
Author-email: collective@plone.org
License: GPL version 2
Project-URL: PyPI, https://pypi.python.org/pypi/rss_provider
Project-URL: Source, https://github.com/collective/rss-provider
Project-URL: Tracker, https://github.com/collective/rss-provider/issues
Keywords: Python Plone CMS
Classifier: Development Status :: 3 - Alpha
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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Requires-Python: >=3.8
License-File: LICENSE.GPL
License-File: LICENSE.md
Requires-Dist: setuptools
Requires-Dist: Plone
Requires-Dist: prettyconf
Requires-Dist: plone.api
Provides-Extra: test
Requires-Dist: pytest-plone>=0.5.0; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: zope.pytestlayer; extra == "test"
Requires-Dist: zest.releaser[recommended]; extra == "test"
Requires-Dist: plone.app.testing[robot]; extra == "test"
Requires-Dist: plone.restapi[test]; extra == "test"
Requires-Dist: collective.MockMailHost; extra == "test"


# rss_provider

This is the backend addon for [volto-rss-provider](https://github.com/collective/volto-rss-provider).

## Features

### Content Types

- The backend addon adds a `rss_feed` content type with `blocks` behavior enabled and two additional `max_title_length` and `max_description_length` fields in its schema.

## Installation

Install rss_provider with `pip`:

```shell
pip install rss_provider
```

And to create the Plone site:

```shell
make create_site
```

## Contribute

- [Issue Tracker](https://github.com/collective/rss-provider/issues)
- [Source Code](https://github.com/collective/rss-provider/)

## License

The project is licensed under the GPLv2.


# Contributors

- collective [collective@plone.org]


# Changelog

## 1.0.0a1 (2024-09-17)

- Initial version. [collective]


