Metadata

Distro Index Owner:
eea
Home Page:
eea.dexterity.rdfmarshaller
License
GPL
Version:
0.5
Last updated:
2020-09-16
Keywords:
EEA Add-ons Plone Zope

eea.dexterity.rdfmarshaller

Files

Indexes

Dexterity RDF marshaller for Plone

EEA Dexterity RDF Marshaller

develop master

Export any Dexterity content to RDF. You can then look in eea.soer to find out how to customize these adaptors for your own RDF schemas and own content types.

Install

Updating Semantic Content-Registry

This add-on defines a Plone custom Content rule action called Ping CR. Thus, within Site Setup > Content Rules one can define custom content rules that will trigger the Ping CR action. This is an asynchronous action, thus it can be handled:

Externally via RabbitMQ

Just provide the RABBITMQ_ environment variables:

  • RABBITMQ_HOST - RabbitMQ domain name. e.g.: RABBITMQ_HOST=rabbitmq.apps.eea.europa.eu
  • RABBITMQ_PORT - Connect to RabbitMQ on this port. e.g.: RABBITMQ_PORT=5672
  • RABBITMQ_USER - Username to be used to connect to RabbitMQ. e.g.: RABBITMQ_USER=client
  • RABBITMQ_PASS - Password to be used to connect to RabbitMQ. e.g.: RABBITMQ_PASS=secret

Internally via zc.async

Source code

Funding

EEA - European Environment Agency (EU)

Changelog

0.5 - (2020-09-16)

  • Change: Develop [valipod]

0.4 - (2020-09-07)

  • Bugfix: various fixes. [alecghica refs #115533]

0.3 - (2020-08-12)

  • Change: Updated version.txt [valentinab25]

0.1 - (2020-08-11)