You are viewing an old version of this page. Return to the latest version.
Difference between revisions of "RSS-Feeds"
(Tag: 2017 source edit) |
m (Tag: Visual edit) |
Extension: RSS-Feeds
Overview Description:The extension RSS displays RSS
feedfeeds in a wiki page.
State: stable Dependency: Developer: K. Elliott-McCrea, Mutante, Duesentrieb, Rdb, and others License: - Type: MediaWiki Category: - Edition: BlueSpice freeFeatures[edit source]
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.
ExampleContents
Example[edit | edit source]
<rss max=4 highlight="MediaWiki BlueSpice">https://blog.bluespice.com/feed/</rss>
- Top 7 Wiki Solutions for Quality Management 2025
-
Quality Management has become more critical than ever. These are the Top 7 Wiki Solutions for Quality Management in your company.
Der Beitrag <a href="https://bluespice.com/top-7-wi... - BlueSpice 2025-03-25 08:17:37
- PHP Backend Developer (m/f/d) full time | remote or on-site
-
Do you like looking behind the scenes? PHP programming and clean code are your thing?
Der Beitrag <a href="https://bluespice.com/php-backend-developer-m-f-d-full-time-remote-or-on-s... - BlueSpice 2025-02-27 12:09:38
- Software tester (m/f/d) full time | remote or on-site
-
Do you love high-quality software and have an eye for usability? Do you enjoy dealing with software and IT topics?
Der Beitrag <a href="https://bluespice.com/software-tester-m-f-d-f... - BlueSpice 2025-02-27 11:03:44
- Product DevOps Engineer (m/f/d) full time | remote or on-site
-
Building pipelines is your specialty? Do you have an eye for scalability and performance?
Der Beitrag <a href="https://bluespice.com/product-devops-full-time/">Product DevOp... - BlueSpice 2025-02-06 13:58:08
Related info
{{BSExtensionInfobox |desc=displays RSS feed in a wiki page. |status=stable |developer=K. Elliott-McCrea, Mutante, Duesentrieb, Rdb, and others |type=MediaWiki |edition=BlueSpice free |docu=https://www.mediawiki.org/wiki/Extension:RSS }} '''RSS Feeds''' displays RSS feedThe extension '''RSS''' displays RSS feeds in a wiki page. 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="<em>name</em>"</code>''' ||Encodation of the feed. You need iconv for conversions |- ||<code>item-max-length="<em>1000</em>"</code> ||maximum lenght of text that is shown |- ||'''<code>date="<em>(Y-m-d H:i:s)</em>"</code>''' ||shows date and time |- ||'''<code>max="<em>n</em>"</code>''' ||shows at most the given number of elements |- ||'''<code>highlight="<em>term1 term2 ...</em>"</code>''' ||highlight selected terms in different colours |- ||'''<code>filter="<em>term1 term2 ...</em>"</code>''' ||show only RSS items with at least one of the terms |- ||'''<code>filterout="<em>term1 term2 ...</em>"</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> {{Box_Links-en | Thema1 =[[RSSStandards|RSSStandards for RSS export]] | Thema2 =[[MailChanges| E-mail notification]] | Thema3 =[[Reference:UniversalExport|PDF Export and more]]}} <rss max=4 highlight="MediaWiki BlueSpice">https://blog.bluespice.com/feed/</rss> Topic1 =[[Reference:RSS]] | Topic2 =[[Reference:BlueSpiceRSSFeeder]] }} [[Category:BlueSpice_free]] [[Category:Extension]] [[de:{{FULLPAGENAME}}]] [[en:{{FULLPAGENAME}}]] __FORCETOC__
Line 1: | Line 1: | ||
− | + | The extension '''RSS''' displays RSS feeds in a wiki page. Use a RSS tag for each feed: | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | '''RSS | ||
− | |||
− | |||
− | Use a RSS tag for each feed: | ||
<pre><rss max=4 highlight="MediaWiki BlueSpice">http://blog.bluespice.com/feed/</rss></pre> | <pre><rss max=4 highlight="MediaWiki BlueSpice">http://blog.bluespice.com/feed/</rss></pre> | ||
Line 45: | Line 34: | ||
||display the RSS items in reverse order | ||display the RSS items in reverse order | ||
|} | |} | ||
− | |||
− | |||
===Example=== | ===Example=== | ||
<pre><rss max=4 highlight="MediaWiki BlueSpice">https://blog.bluespice.com/feed/</rss></pre> | <pre><rss max=4 highlight="MediaWiki BlueSpice">https://blog.bluespice.com/feed/</rss></pre> | ||
− | {{Box_Links-en | | + | {{Box_Links-en | Topic1 =[[Reference:RSS]] | Topic2 =[[Reference:BlueSpiceRSSFeeder]] }} |
− | |||
− | |||
− | |||
[[Category:BlueSpice_free]] | [[Category:BlueSpice_free]] | ||
[[Category:Extension]] | [[Category:Extension]] | ||
− | [[de:{{FULLPAGENAME}}]][[en:{{FULLPAGENAME}}]] | + | [[de:{{FULLPAGENAME}}]] |
+ | [[en:{{FULLPAGENAME}}]] | ||
+ | __FORCETOC__ |