Go to file
Reedy e4dc10f380 Update MediaWiki namespaced AtEase global functions
Change-Id: Id29797574ba137c8690623f93811adbae8fda254
2019-02-13 00:25:40 +00:00
i18n Localisation updates from https://translatewiki.net. 2018-11-03 11:03:20 +01: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 Remove code sniffer exclusions and update other dependencies 2019-01-07 10:33:26 -08: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/mediawiki-codesniffer to 24.0.0 2019-02-07 03:22:07 +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 Add method scope visibility 2018-11-02 11:23:45 +01:00
RSSHooks.php Variable naming 2019-01-08 12:40:57 -05:00
RSSParser.php Update MediaWiki namespaced AtEase global functions 2019-02-13 00:25:40 +00:00
RSSUtils.php Remove code sniffer exclusions and update other dependencies 2019-01-07 10:33:26 -08: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.