You are viewing an old version of this page. Return to the latest version.
RSS-Feeds
-
- Last edited 5 years ago by Florian Bäckmann
-
-
- No status information
Revision as of 12:53, 14 December 2018 by Fbaeckmann (talk | contribs) (Text replacement - "[[UniversalExport" to "[[Reference:UniversalExport")
Extension: RSS-Feeds
Overview | |||
---|---|---|---|
Description: | displays RSS feed in a wiki page. | ||
State: | stable | Dependency: | |
Developer: | K. Elliott-McCrea, Mutante, Duesentrieb, Rdb, and others | License: | - |
Type: | MediaWiki | Category: | - |
Edition: | BlueSpice free | ||
Features
RSS Feeds displays RSS feed in a wiki page.
Use a RSS tag for each feed:
<rss max=4 highlight="MediaWiki BlueSpice">http://blog.bluespice.com/feed/</rss>
The rss element can contain parameters if you provide them as attributes to the rss element:
attribute | description |
---|---|
template="name"
|
Encodation of the feed. You need iconv for conversions |
item-max-length="1000"
|
maximum lenght of text that is shown |
date="(Y-m-d H:i:s)"
|
shows date and time |
max="n"
|
shows at most the given number of elements |
highlight="term1 term2 ..."
|
highlight selected terms in different colours |
filter="term1 term2 ..."
|
show only RSS items with at least one of the terms |
filterout="term1 term2 ..."
|
do not show any RSS item containing any of these terms |
reverse
|
display the RSS items in reverse order |
A detailed description you will find on mediawiki.org.
Example
<rss max=4 highlight="MediaWiki BlueSpice">https://blog.bluespice.com/feed/</rss>