Home aktualisiert

André Menrath 2024-12-17 16:11:51 +01:00
parent 0f6a15306e
commit 708081892a

@ -62,7 +62,7 @@ final class GatherPress extends Event_Plugin_Integration implements Feature_Even
### Transformer ### Transformer
Transformers are the classes that convert an WordPress post type (e.g. one used for events) to _ActivityStreams_. Transformers are the classes that convert an WordPress post type (e.g. one used for events) to _ActivityStreams_.
The Event Bridge for ActivityPub then takes care of applying the transformer, so you can jump right into [implementing it](./transformer.md). The Event Bridge for ActivityPub then takes care of applying the transformer. A tutorial of how to write a new Event transformer can be found [here](./transformer.md).
### Event Sources Feature Transmogrifier ### Event Sources Feature Transmogrifier