Difference between revisions of "AutoDoc:BlueSpiceRSSFeeder"

hw>Unknown user
 
m (1 revision imported)
 

DescriptionMsg[edit source]

An extension to output valid RSS for every extension, which has a buildRss-function

License[edit source]

GPL-3.0-only

Requirements[edit source]

  • MediaWiki: ~11.31
  • BlueSpiceFoundation: ~33.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-tasksbs-rss-standards-pages-store
  • bs-rssfeeder-tasks

Hooks[edit source]

Hooks[edit source]

==DescriptionMsg==
        
        {{AutoDocDescriptionMsg
        
        |name = BlueSpiceRSSFeeder
        
        |desc = {{int:bs-rssfeeder-desc
        
        }}
        
        }}
        
        ==License==
            
            {{AutoDocLicense
            
            |name = GPL-3.0-only
            
            }}
            
            ==Requirements==
        
        {{AutoDocRequirements
        
        |mediawiki = {{AutoDocVersion
        
        |name = MediaWiki
        
        |version = ~11.31
        
        }}
        
        |extensions = {{AutoDocVersion
        
        |name = BlueSpiceFoundation
        
        |version = ~33.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 = ApiRSSStandardsPagesStorerss-standards-pages-store
            
            |callback = ApiRSSStandardsPagesStore
            
            }}
            
            {{AutoDocCallback
            
            |name = bs-rssfeeder-tasks
            
            |callback = BSApiTasksRSSFeeder
        
        }}
        
        }}
        
        ==Hooks==
        
        {{AutoDocHooks
        
        |Hooks = {{AutoDocCallback
        
        |name = TitleReadWhitelist
            
            |callback = RSSFeeder::onTitleReadWhitelist
            
            }}
            
            {{AutoDocCallback
            
            |name = SkinTemplateOutputPageBeforeExec
            
            
        [https://www.mediawiki.org/wiki/Manual:Hooks/BeforePageDisplay BeforePageDisplay]
            
            |callback = \BlueSpice\RSSFeeder\Hook\BeforePageDisplay\AddResources::callback, \BlueSpice\RSSFeeder\Hook\BeforePageDisplay\AddDashboardResources::callback
            
            }}
            
            {{AutoDocCallback
            
            |name = [https://www.mediawiki.org/wiki/Manual:Hooks/SkinTemplateOutputPageBeforeExec SkinTemplateOutputPageBeforeExec]
            
            
        |callback = \BlueSpice\RSSFeeder\Hook\SkinTemplateOutputPageBeforeExec\AddToGlobalActions::callback
        
        }}
        
        {{AutoDocCallback
        
        |name = BeforePageDisplay
            
            |callback = \BlueSpice\RSSFeeder\Hook\BeforePageDisplay\AddResources::callback,\BlueSpice\RSSFeeder\Hook\BeforePageDisplay\AddDashboardResources::callback[https://www.mediawiki.org/wiki/Manual:Hooks/TitleReadWhitelist TitleReadWhitelist]
            
            |callback = RSSFeeder::onTitleReadWhitelist
        
        }}
        
        }}
Line 4: Line 4:
 
|desc = {{int:bs-rssfeeder-desc
 
|desc = {{int:bs-rssfeeder-desc
 
}}
 
}}
 +
}}
 +
==License==
 +
{{AutoDocLicense
 +
|name = GPL-3.0-only
 
}}
 
}}
 
==Requirements==
 
==Requirements==
Line 9: Line 13:
 
|mediawiki = {{AutoDocVersion
 
|mediawiki = {{AutoDocVersion
 
|name = MediaWiki
 
|name = MediaWiki
|version = ~1.31
+
|version = 1.31
 
}}
 
}}
 
|extensions = {{AutoDocVersion
 
|extensions = {{AutoDocVersion
 
|name = BlueSpiceFoundation
 
|name = BlueSpiceFoundation
|version = ~3.2
+
|version = 3.2
 
}}
 
}}
 
}}
 
}}
Line 19: Line 23:
 
{{AutoDocIntegratesInto
 
{{AutoDocIntegratesInto
 
|into = {{AutoDocListItem
 
|into = {{AutoDocListItem
|item = BlueSpiceFoundation
 
}}
 
{{AutoDocListItem
 
 
|item = BlueSpiceRSSFeeder
 
|item = BlueSpiceRSSFeeder
 
}}
 
}}
Line 47: Line 48:
 
{{AutoDocApiModules
 
{{AutoDocApiModules
 
|APIModules = {{AutoDocCallback
 
|APIModules = {{AutoDocCallback
 +
|name = bs-rss-standards-pages-store
 +
|callback = ApiRSSStandardsPagesStore
 +
}}
 +
{{AutoDocCallback
 
|name = bs-rssfeeder-tasks
 
|name = bs-rssfeeder-tasks
 
|callback = BSApiTasksRSSFeeder
 
|callback = BSApiTasksRSSFeeder
}}
 
{{AutoDocCallback
 
|name = bs-rss-standards-pages-store
 
|callback = ApiRSSStandardsPagesStore
 
 
}}
 
}}
 
}}
 
}}
Line 58: Line 59:
 
{{AutoDocHooks
 
{{AutoDocHooks
 
|Hooks = {{AutoDocCallback
 
|Hooks = {{AutoDocCallback
|name = TitleReadWhitelist
+
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/BeforePageDisplay BeforePageDisplay]
|callback = RSSFeeder::onTitleReadWhitelist
+
|callback = \BlueSpice\RSSFeeder\Hook\BeforePageDisplay\AddResources::callback, \BlueSpice\RSSFeeder\Hook\BeforePageDisplay\AddDashboardResources::callback
 
}}
 
}}
 
{{AutoDocCallback
 
{{AutoDocCallback
|name = SkinTemplateOutputPageBeforeExec
+
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/SkinTemplateOutputPageBeforeExec SkinTemplateOutputPageBeforeExec]
 
|callback = \BlueSpice\RSSFeeder\Hook\SkinTemplateOutputPageBeforeExec\AddToGlobalActions::callback
 
|callback = \BlueSpice\RSSFeeder\Hook\SkinTemplateOutputPageBeforeExec\AddToGlobalActions::callback
 
}}
 
}}
 
{{AutoDocCallback
 
{{AutoDocCallback
|name = BeforePageDisplay
+
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/TitleReadWhitelist TitleReadWhitelist]
|callback = \BlueSpice\RSSFeeder\Hook\BeforePageDisplay\AddResources::callback,\BlueSpice\RSSFeeder\Hook\BeforePageDisplay\AddDashboardResources::callback
+
|callback = RSSFeeder::onTitleReadWhitelist
 
}}
 
}}
 
}}
 
}}

Attachments

Discussions