Go to file
Translation updater bot 8427445703 Localisation updates from https://translatewiki.net.
Change-Id: I75c48a93868492b9d63db38adb729d4387d3735a
2016-10-27 23:21:31 +02:00
i18n Localisation updates from https://translatewiki.net. 2016-10-27 23:21:31 +02:00
.gitignore build: Configure banana-checker and jsonlint 2015-06-19 22:12:20 -07:00
.gitreview Whoops, track not trace 2016-10-24 17:03:24 -07:00
COPYING svn:eol-style native 2010-07-24 16:00:42 +00:00
extension.json Convert RSS to use new extension registration 2016-07-26 19:58:18 +00:00
Gruntfile.js build: Configure banana-checker and jsonlint 2015-06-19 22:12:20 -07:00
package.json build: Updating development dependencies 2015-12-29 11:50:10 -08:00
README svn:eol-style native 2010-07-24 16:00:42 +00:00
RELEASE-NOTES Tweaking various bits and pices 2016-03-05 15:44:56 +01:00
RSS.i18n.php Update i18n shim 2014-04-22 13:40:10 +00:00
RSS.php Convert RSS to use new extension registration 2016-07-26 19:58:18 +00:00
RSSData.php Bug 55763 2013-10-17 23:40:17 +02:00
RSSHooks.php Convert RSS to use new extension registration 2016-07-26 19:58:18 +00:00
RSSParser.php Don't use deprecated Article interface. 2016-09-19 19:44:09 +02: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.