Go to file
libraryupgrader 4a781594a1 build: Updating npm dependencies for security issues
* Updated grunt to 1.0.3, addressing:
  * https://npmjs.com/advisories/577
  * CVE-2018-3721

Change-Id: Ie90423eca8ef66b60812829e942b43c0b231cff7
2018-10-11 10:27:54 +00:00
i18n Localisation updates from https://translatewiki.net. 2018-09-08 10:39:53 +02:00
.gitignore build: Updating mediawiki/mediawiki-codesniffer to 0.9.0 2017-06-20 00:20:13 -07:00
.gitreview Whoops, track not trace 2016-10-24 17:03:24 -07:00
.phpcs.xml build: Updating mediawiki/mediawiki-codesniffer to 17.0.0 2018-03-29 05:21:59 +00:00
CODE_OF_CONDUCT.md build: Updating mediawiki/phan-taint-check-plugin to 1.4.0 2018-09-01 13:39:34 +00:00
composer.json build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 2018-09-08 05:07:13 +00:00
COPYING svn:eol-style native 2010-07-24 16:00:42 +00:00
extension.json Replace uses of deprecated Language::truncate() 2018-06-15 18:25:03 -04:00
Gruntfile.js build: Always exclude vendor and node_modules 2017-11-12 00:33:21 +01:00
package.json build: Updating npm dependencies for security issues 2018-10-11 10:27:54 +00:00
README Change http://www.mediawiki.org to https://www.mediawiki.org 2018-03-14 14:50:48 +00:00
RELEASE-NOTES Change http://www.mediawiki.org to https://www.mediawiki.org 2018-03-14 14:50:48 +00:00
RSSData.php Remove @return from __construct 2018-04-07 11:22:17 +02:00
RSSHooks.php Add phan-taint-check-plugin 2018-08-30 21:05:21 -07:00
RSSParser.php Replace uses of deprecated Language::truncate() 2018-06-15 18:25:03 -04:00
RSSUtils.php Move RSSUtils to own file 2017-12-21 22:14:55 +01:00

== About ==

Displays an RSS feed on a wiki page.
See https://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.