Reference:Interwiki and Reference:RSS: Difference between pages

(Difference between pages)
m (1 revision imported)
 
hw>Fbaeckmann
m (Text replacement - "|edition=BlueSpice free |active=Yes" to "|edition=BlueSpice free, BlueSpice pro, BlueSpice Farm, BlueSpice Cloud |active=Yes")
 
Line 1: Line 1:
{{BSExtensionInfobox
{{BSExtensionInfobox
|desc=Provides a special page for maintaining the Interwiki table.
|desc=Renders RSS feeds to display them in wiki articles.
|status=stable
|status=stable
|developer=Stephanie Amanda Stevens, SPQRobin
|developer=K. Elliott-McCrea, mutante,  D. Kinzler,  Rdb,  Mafs,  Alxndr,  T. Gries,  C. Reigrut,  K001,  J. De Dauw,  J. Phoenix,  M.A. Hershberger
|type=MediaWiki
|type=MediaWiki
|edition=BlueSpice free (deactivated), BlueSpice pro (deactivated), BlueSpice Farm (deactivated)
|edition=BlueSpice free, BlueSpice pro, BlueSpice Farm, BlueSpice Cloud
|active=Yes
|active=Yes
|compatible=MediaWiki
|compatible=MediaWiki
|category=Administration
|category=Rich Articles
|license=GPL v2+
|license=GPL v2+
|docu=https://www.mediawiki.org/wiki/Extension:Interwiki
|docu=https://www.mediawiki.org/wiki/Extension:RSS
|package=-
}}
}}
The '''Interwiki''' extension adds the "Special:Interwiki" page to [https://www.mediawiki.org/wiki/MediaWiki MediaWiki], to view and edit the [https://www.mediawiki.org/wiki/Manual:Interwiki_table interwiki table], and a log of any actions made with it.
The '''RSS feed''' extension ''renders'' ("displays") one or more RSS feeds on a wiki page in a standard or user-definable format. Since version 2.00, the extension is compatible with [https://www.mediawiki.org/wiki/Extension:WikiArticleFeeds Extension:WikiArticleFeeds] which ''generates'' RSS or ATOM feeds from MediaWiki pages (authoring tool).


;This extension modifies the database directly, so you should back up your database before using it.
Use one section between <code><nowiki><rss></nowiki></code>-tags for each feed. The rss element may contain parameters if you provide them as attributes to the rss element.


Since Interwiki version 2.1, it works with the [https://www.mediawiki.org/wiki/Manual:$wgInterwikiCache $wgInterwikiCache], and the CSS uses [https://www.mediawiki.org/wiki/ResourceLoader Resource Loader].
For more information visit [https://www.mediawiki.org/wiki/Extension:RSS MediaWiki].


{{Translation}}


This extension allows the [https://meta.wikimedia.org/wiki/Help:Interwiki_linking InterWiki] list in the database to be maintained from a list of entries in a file instead of running an update script or using a special page. This has the advantage of allowing a number of wikis installed on the same server to share the same interwiki list simplifying maintenance.
[[Category:BlueSpice free]]
 
[[Category:MediaWiki]]
The default file from which the InterWiki entries are taken is a file called ''InterWiki.txt'' which resides in the same directory as the extension script. A different file can be specified by setting the ''$wgInterWikiFile'' global, but only the filename should be specified, and it must still reside in the same directory as the extension script.
[[Category:Extension]]
 
 
Another global is ''$wgInterWikiAddOnly'' which is set to ''true'' by default and specifies that entries which are present in the file should update existing items in the database or insert new ones, but current items which are not present in the file should not be deleted from the database. If ''$wgInterWikiAddOnly'' is set to false, the database will be made to exactly match the items in the file and contain no other items.
 
 
<br />

Revision as of 13:40, 13 April 2021

Extension: RSS

all extensions

Overview
Description: Renders RSS feeds to display them in wiki articles.
State: stable Dependency: MediaWiki
Developer: K. Elliott-McCrea, mutante, D. Kinzler, Rdb, Mafs, Alxndr, T. Gries, C. Reigrut, K001, J. De Dauw, J. Phoenix, M.A. Hershberger License: GPL v2+
Type: MediaWiki Category: Rich Articles
Edition: BlueSpice free, BlueSpice pro, BlueSpice Farm, BlueSpice Cloud Version: 4.1+
For more info, visit Mediawiki.


The RSS feed extension renders ("displays") one or more RSS feeds on a wiki page in a standard or user-definable format. Since version 2.00, the extension is compatible with Extension:WikiArticleFeeds which generates RSS or ATOM feeds from MediaWiki pages (authoring tool).

Use one section between <rss>-tags for each feed. The rss element may contain parameters if you provide them as attributes to the rss element.

For more information visit MediaWiki.

Discussions