Case Study content type for Plone.
Project description
A Case Study content type for Plone
Features
collective.casestudy
provides two new content types to be used in Plone sites, Case Study and Provider.
Case Study
A case study of a Plone deployment, which has attributes to track the Plone version used, the industry, and the type of usage of Plone.
Provider
A company providing Plone services and solutions.
See it in action
collective.casestudy is being used in the following sites:
Documentation
This package supports Plone sites using Volto, but each project should provide its 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
We welcome contributions to collective.casestudy
.
You can create an issue in the issue tracker, or contact a maintainer.
Development
You need a working Python environment version 3.7 or later.
Then install the dependencies and a development instance using:
make build
By default, we use the latest Plone version in the 6.x series.
License
The project is licensed under GPLv2.
Changelog
1.0.0a3 (2023-06-01)
-
Add Provider content type #2 [ericof]
-
Add Providers behavior [ericof]
-
Add catalog indexes for providers, country, services [ericof]
-
Update pt_BR translation [ericof]
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]