Go to file
Mark A. Hershberger 3aa74a03f8 Re Roan's new review on IRC yesterday:
* 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.
2010-11-04 23:19:00 +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 svn:eol-style native 2010-07-24 16:00:42 +00:00
RSS.i18n.php Localisation updates from translatewiki.net 2010-10-31 17:55:47 +00:00
RSS.php Re Roan's new review on IRC yesterday: 2010-11-04 23:19:00 +00:00
RSSData.php Re Roan's new review on IRC yesterday: 2010-11-04 23:19:00 +00:00
RSSHooks.php Re Roan's new review on IRC yesterday: 2010-11-04 23:19:00 +00:00
RSSParser.php Re Roan's new review on IRC yesterday: 2010-11-04 23:19:00 +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.