mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RSS
synced 2024-11-27 17:10:25 +00:00
8e0763a2cb
Removed references to $wgTitle, $wgUser, and $wgLang. Follows-up r113297 and I2d9724314f94c216650370071b31390c5c2c97fc. Bug: 53563 Change-Id: I07fb6939d16a18ecf367ee34ebc176fdc5634dd7 |
||
---|---|---|
.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.