Metadata-Version: 2.4
Name: portalbrasil.devsite
Version: 1.0.0a1
Summary: Ferramenta de sites para profissionais de TI.
Project-URL: Homepage, https://github.com/portal-br/devsite
Project-URL: PyPI, https://pypi.org/project/portalbrasil.devsite
Project-URL: Source, https://github.com/portal-br/devsite
Project-URL: Tracker, https://github.com/portal-br/devsite/issues
Author-email: PloneGov-BR <gov@plone.org.br>
License-Expression: GPL-2.0-only
License-File: LICENSE.GPL
License-File: LICENSE.md
Keywords: CMS,Plone,PortalBrasil
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 6.1
Classifier: Framework :: Plone :: Addon
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.12
Requires-Dist: collective-blog==1.0.1
Requires-Dist: kitconcept-voltolighttheme==7.0.0a14
Requires-Dist: plone-api
Requires-Dist: plone-distribution==3.2.0
Requires-Dist: plone-restapi>=9.15.1
Requires-Dist: plone-volto
Requires-Dist: plonegovbr-socialmedia==2.0.0a6
Requires-Dist: products-cmfplone==6.1.2
Requires-Dist: rss-provider
Provides-Extra: test
Requires-Dist: horse-with-no-namespace>=20250408.0; extra == 'test'
Requires-Dist: mypy>=1.15.0; extra == 'test'
Requires-Dist: plone-app-testing; extra == 'test'
Requires-Dist: plone-restapi[test]; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov==6.1.1; extra == 'test'
Requires-Dist: pytest-plone; extra == 'test'
Description-Content-Type: text/markdown

# PortalBrasil: DevSite

Ferramenta de sites para profissionais de TI.

## Features

TODO: List our awesome features

## Installation

Install portalbrasil.devsite with `pip`:

```shell
pip install portalbrasil.devsite
```

And to create the Plone site:

```shell
make create_site
```

## Add features using `plonecli` or `bobtemplates.plone`

This package provides markers as strings (`<!-- extra stuff goes here -->`) that are compatible with [`plonecli`](https://github.com/plone/plonecli) and [`bobtemplates.plone`](https://github.com/plone/bobtemplates.plone).
These markers act as hooks to add all kinds of subtemplates, including behaviors, control panels, upgrade steps, or other subtemplates from `plonecli`.

To run `plonecli` with configuration to target this package, run the following command.

```shell
make add <template_name>
```

For example, you can add a content type to your package with the following command.

```shell
make add content_type
```

You can add a behavior with the following command.

```shell
make add behavior
```

```{seealso}
You can check the list of available subtemplates in the [`bobtemplates.plone` `README.md` file](https://github.com/plone/bobtemplates.plone/?tab=readme-ov-file#provided-subtemplates).
See also the documentation of [Mockup and Patternslib](https://6.docs.plone.org/classic-ui/mockup.html) for how to build the UI toolkit for Classic UI.
```

## Contribute

- [Issue Tracker](https://github.com/portal-br/devsite/issues)
- [Source Code](https://github.com/portal-br/devsite/)

## License

The project is licensed under GPLv2.

## Credits and Acknowledgements 🙏

This was generated by the [cookieplone-templates backend_addon template](https://github.com/plone/cookieplone-templates/tree/main/backend_addon) on 2025-03-14 18:50:03. A special thanks to all contributors and supporters!
