mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RSS
synced 2024-11-24 07:43:56 +00:00
3aa74a03f8
* Add function documentation that I should have written before. * Create separate RSSParser class to clean up RSS.php * Create separate RSSHooks class to handle parser initialization and public interface for parser to use. * Move User Agent definition to $wgRSSUserAgent from a define. * Eliminate references to $wgRSSUseGzip (since were using MW's internal HTTP client, it didn't do anything anyway, ATM). Re Tim's emailed review (discovered yesterday): * Switch to DOMXPath::query() from DOMXPath::evaluate() at Tim's suggestion. * Move highlighting callback to its own class, RSSHighlighter, so that it works as a callback without create_function() and other mess. |
||
---|---|---|
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.