Changeset 2771083
- Timestamp:
- 08/16/2022 01:40:35 PM (4 years ago)
- File:
-
- 1 edited
-
ringier-bus/trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ringier-bus/trunk/readme.txt
r2771077 r2771083 17 17 ## BENEFITS ## 18 18 19 The Hexagon solutions available via the Ringier Event Bus and compatible with this plugin include: 20 - The syncing of articles with Sailthru media library, 21 - The storage of article events in Ringier Datalake, from which they are retrieved by the Content Distribution Engine (CDE). 19 The Hexagon solutions available via the Ringier Event Bus and compatible with this plugin include: 20 - The syncing of articles with Sailthru media library, 21 - The storage of article events in Ringier Datalake, from which they are retrieved by the Content Distribution Engine (CDE). 22 22 You can also benefit from the Bus tooling such as event logging, event monitoring and alerting. 23 23 … … 26 26 ## HOW IT WORKS ## 27 27 28 The plugin automatically triggers events when articles are created, updated and deleted. 28 The plugin automatically triggers events when articles are created, updated and deleted. 29 29 Event names: ArticleCreated, ArticleUpdated and ArticleDeleted. 30 30 31 31 The events are scheduled to be sent to the Bus with a 2-minute delay. This is to allow WordPress to process the changes and update custom fields in the database, which is done asynchronously. You can view scheduled events by making use of the plugin "Advanced Cron Manager". 32 32 33 The plugin also creates two custom fields, available on the article edition page under "Event Bus". 34 - The article lifetime is required by the CDE. 33 The plugin also creates two custom fields, available on the article edition page under "Event Bus". 34 - The article lifetime is required by the CDE. 35 35 - The second field, called "Hidden field", is for internal use. It is made to determine if the article is being created or updated, information which is not available by default on WordPress due to the way articles are saved. 36 36 37 37 ## Contributing ## 38 38 39 There are many ways you can contribute: 40 - Raise an issue if you found one, 41 - Provide us with your feedback and suggestions for improvement, 39 There are many ways you can contribute: 40 - Raise an issue if you found one, 41 - Provide us with your feedback and suggestions for improvement, 42 42 - Create a Pull Request with your bug fixes and/or new features. GitHub repository: [https://github.com/RingierIMU/mkt-plugin-wordpress-bus](https://github.com/RingierIMU/mkt-plugin-wordpress-bus) 43 43 … … 49 49 == Installation == 50 50 51 ### SETUP 51 ### SETUP ### 52 52 53 53 1. The plugin is accessible from the WordPress admin via "Plugins > Add New > Search". … … 55 55 3. In order to get an Event Bus node id, username and password, please contact the bus team via Slack or by email at bus@ringier.co.za to gain access to the Bus admin. You will be able to add a new node onto the bus and set up your event destinations. 56 56 57 ## LOGS57 ### LOGS ### 58 58 59 59 This plugin exposes two log files, saved inside the wp-content/ folder:
Note: See TracChangeset
for help on using the changeset viewer.