Skip to content

kitconcept/kitconcept.richpage

Repository files navigation

logo

kitconcept.richtext

PyPI PyPI - Python Version PyPI - Wheel PyPI - License PyPI - Status

PyPI - Plone Versions

Code analysis checks Tests Code Style

GitHub contributors GitHub Repo stars

Installation

Add kitconcept.richpage to the Plone installation using pip:

pip install kitconcept.richpage

or add it as a dependency on your package's setup.py

    install_requires = [
        "kitconcept.richpage",
        "Products.CMFPlone",
        "plone.restapi",
        "setuptools",
    ],

Start Plone and activate the plugin in the addons control-panel.

Source Code and Contributions

If you want to help with the development (improvement, update, bug-fixing, ...) of kitconcept.richpage this is a great idea!

Please do larger changes on a branch and submit a Pull Request.

We appreciate any contribution and if a release is needed to be done on PyPI, please just contact one of us.

Development

You need a working python environment (system, virtualenv, pyenv, etc) version 3.7 or superior.

Then install the dependencies and a development instance using:

make build

To run tests for this package:

make test

By default we use the latest Plone version in the 6.x series.

License

The project is licensed under the GPLv2.