Folderish page with rich content
Project description
kitconcept.richtext
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.
Changelog
2.0.0 (2022-11-23)
- Support Python 3.8, 3.9, 3.10 and 3.11 for Plone 6. @ericof
- Support Python 3.7 and 3.8 for Plone 5.2. @ericof
- Drop support for Python 2.7, Plone 5 and Plone 5.1 @ericof
- Use short names in behavior names instead of interface names @sneridagh
1.1.0 (2020-02-20)
-
Python 3 compatibility. @rodfersou
-
Plone 5.2 compatibility. @rodfersou
1.0.0 (2018-06-05)
- Initial release. @tisto
Contributors
- Timo Stollenwerk, @tisto
- Victor Fernandez de Alba, @sneridagh
- Rodrigo Ferreira de Souza, @rodfersou
- Érico Andrei, @ericof
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for kitconcept.richpage-2.0.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | eef6e664af511a4f06a054741035b93c2d3fc01250ad2fbbe51ac1245d744730 |
|
MD5 | 50ab5d2efb2423867cdfa4cdad8ed130 |
|
BLAKE2b-256 | 663e6d80c517142bdecc5dde2bdb7510d80d8be80e2b6618fbcb6fc0e9e6299b |
Hashes for kitconcept.richpage-2.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c497a9b02f883eb5f1362f5a06c54e89d9b540c071a4edb8a83869721bba5cec |
|
MD5 | 609cda4543cd648e86bcd2408d150a43 |
|
BLAKE2b-256 | 7605215794c1b83644b3e14f1b9bbc9550cb458c3338b465eb5ed69382af4fbb |