Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 

Islandora’s Rule Engine is a Python-based module that enables Islandora to listen for and respond to Fedora Repository updates, based on the Content Model associated with an object. The Fedora Microservices Module is available for download hereat https://github.com/Islandora/islandora_microservices. Once you have downloaded the module, you will need to do the following.

...

Extend the functionality of the content model listener by adding a new plugin. The sample_plugin plugin gives a simple template that can be extended. It's important that every plugin has a cfg file or the plugin manager won't recognise it. The sample_plugin file gives an example and there is more documentation about the base class that plugins must extent in the plugin_manger.py file.