mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RSS
synced 2024-11-14 11:15:35 +00:00
6421f1f37b
The RSS extension expects two different parser instances to use two different string patterns for strip markers as a workaround for T36763. As of I31d4556bb, the parser uses a fixed string pattern for strip markers, so this trick no longer works. We can work around this by doing the same thing we did in SemanticForms in I7ed3996a1, which is to perform the stripping / unstripping in extension code directly. Bug: T10104 Change-Id: Ice44740fb8fea9db4e29e8c2b411384e24a88ae3 |
||
---|---|---|
i18n | ||
.gitignore | ||
.gitreview | ||
COPYING | ||
README | ||
RELEASE-NOTES | ||
RSS.i18n.php | ||
RSS.php | ||
RSSData.php | ||
RSSHooks.php | ||
RSSParser.php |
== 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.