mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RSS
synced 2024-11-24 07:43:56 +00:00
a5321b114b
* Fix renderItem so that it isn't overly complex and just subsitutes the parsed contents of RSS elements (e.g. {{{description}}} is substituted with the contents of the <description> tag). |
||
---|---|---|
COPYING | ||
INSTALL | ||
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.