You are viewing an old version of this page. Return to the latest version.
Difference between revisions of "AutoDoc:BlueSpiceRSSFeeder"
m (1 revision imported) |
hw>Unknown user |
Contents
DescriptionMsg[edit source]
An extension to output valid RSS for every extension, which has a buildRss-function
Requirements[edit source]
- MediaWiki: ~1.31
- BlueSpiceFoundation: ~3.2
IntegratesInto[edit source]
- BlueSpiceFoundation
- BlueSpiceRSSFeeder
SpecialPages[edit source]
- RSSFeeder
Config[edit source]
Configuration[edit source]
| Name | Value |
|---|---|
| RSSUrlNumberOfAllowedRedirects | 0 |
| RSSUrlWhitelist | array ( ) |
ApiModules[edit source]
API Modules[edit source]
- bs-rssfeeder-tasks
- bs-rss-standards-pages-store
Hooks[edit source]
Hooks[edit source]
- TitleReadWhitelist
- SkinTemplateOutputPageBeforeExec
- BeforePageDisplay
==DescriptionMsg==
{{AutoDocDescriptionMsg
|name = BlueSpiceRSSFeeder
|desc = {{int:bs-rssfeeder-desc
}}
}}
==Requirements==
{{AutoDocRequirements
|mediawiki = {{AutoDocVersion
|name = MediaWiki
|version = ~1.31
}}
|extensions = {{AutoDocVersion
|name = BlueSpiceFoundation
|version = ~3.2
}}
}}
==IntegratesInto==
{{AutoDocIntegratesInto
|into = {{AutoDocListItem
|item = BlueSpiceFoundation
}}
{{AutoDocListItem
|item = BlueSpiceRSSFeeder
}}
}}
==SpecialPages==
{{AutoDocSpecialPages
|SpecialPages = {{AutoDocCallback
|name = RSSFeeder
|callback = SpecialRSSFeeder
}}
}}
==Config==
{{AutoDocConfig
|config = {{AutoDocOption
|name = RSSUrlNumberOfAllowedRedirects
|value = <nowiki>0</nowiki>
}}
{{AutoDocOption
|name = RSSUrlWhitelist
|value = <nowiki>array (
)</nowiki>
}}
}}
==ApiModules==
{{AutoDocApiModules
|APIModules = {{AutoDocCallback
|name = bs-rssfeeder-tasks
|callback = BSApiTasksRSSFeeder
}}
{{AutoDocCallback
|name = bs-rss-standards-pages-store
|callback = ApiRSSStandardsPagesStore
}}
}}
==Hooks==
{{AutoDocHooks
|Hooks = {{AutoDocCallback
|name = TitleReadWhitelist
|callback = RSSFeeder::onTitleReadWhitelist
}}
{{AutoDocCallback
|name = SkinTemplateOutputPageBeforeExec
|callback = \BlueSpice\RSSFeeder\Hook\SkinTemplateOutputPageBeforeExec\AddToGlobalActions::callback
}}
{{AutoDocCallback
|name = BeforePageDisplay
|callback = \BlueSpice\RSSFeeder\Hook\BeforePageDisplay\AddResources::callback,\BlueSpice\RSSFeeder\Hook\BeforePageDisplay\AddDashboardResources::callback
}}
}}(No difference)
|