MediaWiki REL1_34
|
Configuration for feeds to which notifications about recent changes will be sent.
Configuration for feeds to which notifications about recent changes will be sent.The following feed classes are available by default:
Only 'class' or 'uri' is required. If 'uri' is set instead of 'class', then RecentChange::getEngine() is used to determine the class. All options are passed to the constructor.
Common options:
FormattedRCFeed-specific options:
IRCColourfulRCFeedFormatter-specific options:
JSONRCFeedFormatter-specific options:
['example'] = [ 'uri' => 'udp://localhost:1336', 'formatter' => 'JSONRCFeedFormatter', 'add_interwiki_prefix' => false, 'omit_bots' => true, ];