mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RSS
synced 2024-11-23 23:34:07 +00:00
01db40bcc1
WikiPage::factory() is deprecated since 1.36 and should be replaced with WikiPageFactory::newFromTitle(). Bug: T297688 Change-Id: I20898d956230627d820986a683c20bb487d1083b |
||
---|---|---|
.phan | ||
i18n | ||
includes | ||
.eslintrc.json | ||
.gitignore | ||
.gitreview | ||
.phpcs.xml | ||
CODE_OF_CONDUCT.md | ||
composer.json | ||
COPYING | ||
extension.json | ||
Gruntfile.js | ||
package-lock.json | ||
package.json | ||
README | ||
RELEASE-NOTES |
== 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.