Go to file
Tim Starling 87d6eb6c7d * Avoid XSS via malicious RSS on wikis with $wgRawHtml = true. Mostly reverts r77031.
* Avoid formatting errors due to RSS descriptions which contain "}}", which was ending the item template prematurely.
2010-11-23 02:16:05 +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 encoding 2010-11-16 09:29:53 +00:00
RSS.i18n.php Localisation updates for core and extension messages from translatewiki.net (2010-11-21 19:57:00 UTC) 2010-11-21 20:20:38 +00:00
RSS.php * Remove references to unused charset handling. 2010-11-16 23:21:36 +00:00
RSSData.php RSS: instanceOf -> instanceof, $ERROR -> $error 2010-11-13 19:11:28 +00:00
RSSHooks.php * Remove the call to disableCache(), that, upon double-checking, does undermine the caching that updateCacheExpiry() is trying to set up in the very next line. 2010-11-16 22:06:59 +00:00
RSSParser.php * Avoid XSS via malicious RSS on wikis with $wgRawHtml = true. Mostly reverts r77031. 2010-11-23 02:16:05 +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.