Plugin Directory

Changeset 2771083


Ignore:
Timestamp:
08/16/2022 01:40:35 PM (4 years ago)
Author:
ringier
Message:

(doc) The sub Heading LOG was not being captured by the WordPress portal, adjusting the header tags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ringier-bus/trunk/readme.txt

    r2771077 r2771083  
    1717## BENEFITS ##
    1818
    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). 
     19The 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).
    2222You can also benefit from the Bus tooling such as event logging, event monitoring and alerting.
    2323
     
    2626## HOW IT WORKS ##
    2727
    28 The plugin automatically triggers events when articles are created, updated and deleted. 
     28The plugin automatically triggers events when articles are created, updated and deleted.
    2929Event names: ArticleCreated, ArticleUpdated and ArticleDeleted.
    3030
    3131The 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".
    3232
    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. 
     33The plugin also creates two custom fields, available on the article edition page under "Event Bus".
     34- The article lifetime is required by the CDE.
    3535- 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.
    3636
    3737## Contributing ##
    3838
    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, 
     39There are many ways you can contribute:
     40- Raise an issue if you found one,
     41- Provide us with your feedback and suggestions for improvement,
    4242- 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)
    4343
     
    4949== Installation ==
    5050
    51 ### SETUP
     51### SETUP ###
    5252
    53531. The plugin is accessible from the WordPress admin via "Plugins > Add New > Search".
     
    55553. 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.
    5656
    57 ## LOGS
     57### LOGS ###
    5858
    5959This plugin exposes two log files, saved inside the wp-content/ folder: 
Note: See TracChangeset for help on using the changeset viewer.