Metadata-Version: 2.1
Name: rer.blocks2html
Version: 1.0.1
Summary: Add-on that convert slate text into HTML
Home-page: https://github.com/collective/rer.blocks2html
Author: RedTurtle Technology
Author-email: sviluppo@redturtle.it
License: GPL version 2
Project-URL: PyPI, https://pypi.org/project/rer.blocks2html/
Project-URL: Source, https://github.com/collective/rer.blocks2html
Project-URL: Tracker, https://github.com/collective/rer.blocks2html/issues
Keywords: Python Plone CMS
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: Addon
Classifier: Framework :: Plone :: 5.2
Classifier: Framework :: Plone :: 6.0
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Requires-Python: >=3.7
License-File: LICENSE.GPL
License-File: LICENSE.rst
Requires-Dist: setuptools
Requires-Dist: z3c.jbot
Requires-Dist: plone.api >=1.8.4
Requires-Dist: plone.app.dexterity
Provides-Extra: test
Requires-Dist: plone.app.testing ; extra == 'test'
Requires-Dist: plone.testing >=5.0.0 ; extra == 'test'
Requires-Dist: plone.app.contenttypes ; extra == 'test'
Requires-Dist: plone.app.robotframework[debug] ; extra == 'test'

.. 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/collective/rer.blocks2html/actions/workflows/plone-package.yml/badge.svg
    :target: https://github.com/collective/rer.blocks2html/actions/workflows/plone-package.yml

.. image:: https://coveralls.io/repos/github/collective/rer.blocks2html/badge.svg?branch=main
    :target: https://coveralls.io/github/collective/rer.blocks2html?branch=main
    :alt: Coveralls

.. image:: https://codecov.io/gh/collective/rer.blocks2html/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/collective/rer.blocks2html

.. image:: https://img.shields.io/pypi/v/rer.blocks2html.svg
    :target: https://pypi.python.org/pypi/rer.blocks2html/
    :alt: Latest Version

.. image:: https://img.shields.io/pypi/status/rer.blocks2html.svg
    :target: https://pypi.python.org/pypi/rer.blocks2html
    :alt: Egg Status

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

.. image:: https://img.shields.io/pypi/l/rer.blocks2html.svg
    :target: https://pypi.python.org/pypi/rer.blocks2html/
    :alt: License


===============
rer.blocks2html
===============

Add-on that convert slate text into HTML.


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

Install rer.blocks2html by adding it to your buildout::

    [buildout]

    ...

    eggs =
        rer.blocks2html


and then running ``bin/buildout``


Credits
-------

Developed with the support of `Regione Emilia Romagna`__;

Regione Emilia Romagna supports the `PloneGov initiative`__.

__ http://www.regione.emilia-romagna.it/
__ http://www.plonegov.it/

Authors
-------

This product was developed by RedTurtle Technology team.

.. image:: http://www.redturtle.net/redturtle_banner.png
   :alt: RedTurtle Technology Site
   :target: http://www.redturtle.net/

License
-------

The project is licensed under the GPLv2.


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

- RedTurtle Technology, sviluppo@redturtle.it


Changelog
=========

1.0.1 (2025-09-17)
------------------

- Fix readme.
  [cekk]

1.0.0 (2025-09-17)
------------------

- Initial release.
  [cekk]
