A Plone addon providing specific functionality for UdalPlone projects.
- Provides emergency and notification alert capabilities for citizens
- RestAPI endpoints
- Volto-ready backend setup
Install udala.alertak with pip:
pip install udala.alertakAnd to create the Plone site:
make create-site- An operating system that runs all the requirements mentioned.
- uv
- Make
- Git
-
Clone this repository, then change your working directory.
git clone git@github.com:codesyntax/udala.alertak.git cd udala.alertak -
Install this code base.
make install
This package provides markers as strings (<!-- extra stuff goes here -->) that are compatible with plonecli and 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.
make add <template_name>For example, you can add a content type to your package with the following command.
make add content_typeThe project is licensed under GPLv2.