Go to file
2012-03-19 21:21:48 +00:00
COPYING svn:eol-style native 2010-07-24 16:00:42 +00:00
INSTALL svn:eol-style native 2010-07-24 16:00:42 +00:00
README svn:eol-style native 2010-07-24 16:00:42 +00:00
RELEASE-NOTES fix for bug34763 'RSS feed items (HTML) are not rendered as HTML but htmlescaped'; tolerated controlled regression bug30377 'feed item length limitation', because this now becomes very tricky when we allow some tags in order to close bug 34763. 2012-03-07 21:06:35 +00:00
RSS.i18n.php Localisation updates for core and extension messages from translatewiki.net 2012-03-19 21:21:48 +00:00
RSS.php removed the redundant code for handling tracking categories. By using '-' for the message text rss-tracking-category , this can be disabled easily. 2012-03-19 18:56:58 +00:00
RSSData.php fix for ultra bug 30028 . The RSS extension can parse RSS and ATOM feeds of different flavours. The php xml dom xpath query uses now a namespace-safe method to find all elements like item (RSS, RDF) or entry (ATOM). Further fixed a hidden problem when the feed url was redirecting, this threw the Cannot parse RSS for XML error, which is now history. Introduced a new parameter wgRSSUrlNumberOfAllowedRedirects which defaults to zero, i.e. no redirects are allowed by default. See Manual page 2012-02-27 01:10:57 +00:00
RSSHooks.php adding casts. better ? 2012-03-09 23:28:30 +00:00
RSSParser.php removed the redundant code for handling tracking categories. By using '-' for the message text rss-tracking-category , this can be disabled easily. 2012-03-19 18:56:58 +00:00

== About ==

Displays an RSS feed on a wiki page.
See http://www.mediawiki.org/wiki/Extension:RSS

== Credits to other projects ==

* MagpieRSS
This extension includes code from the MagpieRSS library.
MagpieRSS provides an XML-based (expat) RSS parser in PHP,
and is released under the GPL.