You are viewing an old version of this page. Return to the latest version.
Difference between revisions of "RSS-Feeds"
m |
m (1 revision: Migration) |
RSS Feeds displays RSS feed in a wiki page.
Usage[edit | edit source]
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[edit | edit source]
<rss max=4 highlight="MediaWiki BlueSpice">https://blog.bluespice.com/feed/</rss>
Extension:RSS -- Error: "http://blog.blue-spice.org/feed/" is not in the whitelist of allowed feeds. The allowed feeds are as follows: https://blog.bluespice.com/feed/ and https://blog.hallowelt.com/feed/.
'''RSS Feeds''' displays RSS feed in a wiki page.
==Usage==
Use a RSS tag for each feed:
<pre><rss max=4 highlight="MediaWiki BlueSpice">http://blog.bluespice.com/feed/</rss></pre>
The rss element can contain parameters if you provide them as attributes to the rss element:
{| class="contenttable" border="0"
|-
!|'''attribute'''
!|'''description'''
|-
||'''<code>template="''name''"</code>'''
||Encodation of the feed. You need iconv for conversions
|-
||<code>item-max-length="''1000''"</code>
||maximum lenght of text that is shown
|-
||'''<code>date="''(Y-m-d H:i:s)''"</code>'''
||shows date and time
|-
||'''<code>max="''n''"</code>'''
||shows at most the given number of elements
|-
||'''<code>highlight="''term1 term2 ...''"</code>'''
||highlight selected terms in different colours
|-
||'''<code>filter="''term1 term2 ...''"</code>'''
||show only RSS items with at least one of the terms
|-
||'''<code>filterout="''term1 term2 ...''"</code>'''
||do not show any RSS item containing any of these terms
|-
||'''<code>reverse</code>'''
||display the RSS items in reverse order
|}
A detailed description you will find on [http://www.mediawiki.org/wiki/RSS mediawiki.org].
===Example===
<pre><rss max=4 highlight="MediaWiki BlueSpice">https://blog.bluespice.com/feed/</rss></pre>
<rss max=4 highlight="MediaWiki BlueSpice">http://blog.blue-spice.org/feed/</rss>
{{Box_Links-en | Thema1 =[[BlueSpice_V1:RSSStandards|RSSStandards for RSS export]] | Thema2 =[[BlueSpice_V1:MailChanges| E-mail notification]] | Thema3 =[[BlueSpice_V1:UniversalExport|PDF Export and more]] | Thema4 =[[BlueSpice_Mobile_App|Mobile App for BlueSpice]] }}
[[Category:BlueSpice_free]]
[[Category:Extension]](No difference)
|