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
Release files for kitconcept.richpage 2.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| kitconcept.richpage-2.0.0.tar.gz | 24.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| kitconcept.richpage-2.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 56.4 kB
Release files / kitconcept.richpage-2.0.0.tar.gz
| Download URL | kitconcept.richpage-2.0.0.tar.gz |
|---|---|
| Size | 24.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
eef6e664af511a4f06a054741035b93c2d3fc01250ad2fbbe51ac1245d744730
|
|
BLAKE2b-256 checksum How to use checksums |
663e6d80c517142bdecc5dde2bdb7510d80d8be80e2b6618fbcb6fc0e9e6299b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.7
|
Release files / kitconcept.richpage-2.0.0-py3-none-any.whl
| Download URL | kitconcept.richpage-2.0.0-py3-none-any.whl |
|---|---|
| Size | 32.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c497a9b02f883eb5f1362f5a06c54e89d9b540c071a4edb8a83869721bba5cec
|
|
BLAKE2b-256 checksum How to use checksums |
7605215794c1b83644b3e14f1b9bbc9550cb458c3338b465eb5ed69382af4fbb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.7
|