Skip to content

Core product for iMio events website

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
LICENSE.GPL
Unknown
LICENSE.rst
Notifications You must be signed in to change notification settings

IMIO/imio.events.core

Repository files navigation

CI Status Coveralls Latest Version Egg Status

https://img.shields.io/pypi/pyversions/imio.events.core.svg?style=plastic:alt:Supported-PythonVersions

License

imio.events.core

Core product form iMio events website

Features

This products contains: - Content types: Agenda, Folder, Event

Examples

Documentation

ODWB endpoints:

@odwb

  • Push event(s) in odwb table : "iMio - Agenda - événements"
  • some subscribers are called to push/remove event in odwb table
  • We add an event in odwb table when it is published and remove it when it is unpublished (or deleted)
  • When we duplicate an event, the copy of this event is not push to odwb until it is published
  • When we move an event into another agenda, the event is updated in odwb table (the agenda title and its uid change)

@odwb_entities

  • Push entities in odwb table : "iMio - Agenda - Entités"

Translations

This product has been translated into

  • French

Installation

Install imio.events.core by adding it to your buildout:

[buildout]

...

eggs =
    imio.events.core

and then running bin/buildout

Contribute

License

The project is licensed under the GPLv2.