New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

plonetheme.dsgov

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

plonetheme.dsgov

O Design System do Governo Federal

  • 1.0a6
  • Source
  • PyPI
  • Socket score

Maintainers
2

.. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features. If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html This text does not appear on pypi or github. It is a comment.

================ plonetheme.dsgov

A theme for PLome 5 using the Design System of the Brazilian Federal Government (DSGovBR)

Features

  • GovBr layout for your website with the Content Management System - Plone 5.
  • Support for custom tiles with mosaic

Documentation

  • The theme is inspired by Barcelometa and uses Plone 5 without format as its base theme.

Installation

In Production

This component is still under development, for now the installation can be done by cloning this directory inside the src folder of your website and configuring the buildout to fetch the package from there. Or you can upload your site using the buildout available here.

At the end of the [buildout] session in your buildout.cfg Insert the following code like::

[buildout] ... extensions = mr.developer

Tell mr.developer to ask before updating a checkout.

always-checkout = true show-picked-versions = true sources = sources

...

eggs = Plone Pillow # development tools plonetheme.dsgov ...

Run buildout::

$ buildout

In Development

Set up a virtual environment using python 3.8

Then run the command::

$ pip install -r requirements.txt

Run buildout::

$ buildout

Start Plone in foreground::

$ instance fg

Contribute

Support

If you have any suggestions for improvement, please contribute to: https://github.com/collective/plonetheme.dsgov/issues

License

The project is licensed under the GPLv2.

Contributors

Changelog

1.0a1 (unreleased)

  • Initial release. [f4biosa]

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc