Case Study content type for Plone.
Project description
A Case Study content type for Plone
Features
collective.casestudy provides a Case Study content type to be used in Plone sites.
Documentation
This package supports Plone sites using Volto, but each project should provide their own view for this content type.
Installation
Add collective.casestudy to the Plone installation using pip
:
pip install collective.casestudy
or add it as a dependency on your package's setup.py
install_requires = [
"collective.casestudy",
"Plone",
"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 collective.casestudy
this is a great idea!
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
1.0.0a2 (2023-05-15)
-
Added Spanish translation [macagua]
-
Use
pytest-plone
for testing. [ericof]
1.0.0a1 (2022-12-06)
- Initial release. [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 collective.casestudy-1.0.0a2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 085839e2108181c523593c2ec68f999015c932c0fcfc43c138a72e1055950309 |
|
MD5 | 0d5c2d7258ba30ca897c8f630ab7d938 |
|
BLAKE2b-256 | 56853431a7491ce41c10a8f05769cc76379fe13a5629f44ea7ac32f5c23ba8fd |
Hashes for collective.casestudy-1.0.0a2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 03735d1611eba75bc1ae9935cc5a3a95f57ed076c2917c68c80ecc53e5fa9e88 |
|
MD5 | fb9810389c578fe7a98ffc6750f112f7 |
|
BLAKE2b-256 | e90c01b941f12bcf4ac97ee3208e1339c3947809872ebe150d778a17d10b2f5d |