https://github.com/kitconcept/kitconcept.richpage
Folderish page with rich content
https://github.com/kitconcept/kitconcept.richpage
Last synced: about 2 months ago
JSON representation
Folderish page with rich content
- Host: GitHub
- URL: https://github.com/kitconcept/kitconcept.richpage
- Owner: kitconcept
- License: gpl-2.0
- Created: 2018-03-05T09:30:08.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2022-11-23T18:03:25.000Z (over 3 years ago)
- Last Synced: 2025-03-09T23:32:09.053Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 75.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
kitconcept.richtext
[](https://pypi.org/project/kitconcept.richpage/)
[](https://pypi.org/project/kitconcept.richpage/)
[](https://pypi.org/project/kitconcept.richpage/)
[](https://pypi.org/project/kitconcept.richpage/)
[](https://pypi.org/project/kitconcept.richpage/)
[](https://pypi.org/project/kitconcept.richpage/)
[](https://github.com/kitconcept/kitconcept.richpage/actions/workflows/code-analysis.yml)
[](https://github.com/kitconcept/kitconcept.richpage/actions/workflows/tests.yaml)

[](https://github.com/kitconcept/kitconcept.richpage)
[](https://github.com/kitconcept/kitconcept.richpage)
Installation
------------
Add **kitconcept.richpage** to the Plone installation using `pip`:
```bash
pip install kitconcept.richpage
```
or add it as a dependency on your package's `setup.py`
```python
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!
- [Issue Tracker](https://github.com/kitconcept/kitconcept.richpage/issues)
- [Source Code](https://github.com/kitconcept/kitconcept.richpage/)
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:
```bash
make build
```
To run tests for this package:
```bash
make test
```
By default we use the latest Plone version in the 6.x series.
License
-------
The project is licensed under the GPLv2.