Skip to content

collective/collective.casestudy

Repository files navigation

logo

A Case Study content type for Plone

PyPI PyPI - Python Version PyPI - Wheel PyPI - License PyPI - Status

PyPI - Plone Versions

Code analysis checks Tests Code Style

GitHub contributors GitHub Repo stars

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.