Extension:SimplePie
|
SimplePie Release status: beta |
|
|---|---|
![]() |
|
| Implementation | Tag |
| Description | A simple solution for getting feeds into your MediaWiki wiki pages. |
| Author(s) | Ryan Parman and Geoffrey Sneddon |
| Last version | 1.2.1 |
| MediaWiki | 1.8+ (?) |
| License | LGPL |
| Download | SimplePie.org |
| Check usage and version matrix | |
The SimplePie extension allows an RSS feed to be embedded into a MediaWiki page with a simple <feed> tag. Provides various parameters for customization.
The above download link seems to be broken, here is another one: SimplePie MediaWiki Plugin Download or here.
Contents |
CAVEAT: Read before using [edit]
Installing this extension requires that you also copy simplepie.inc from the main SimplePie library into your extensions folder. The plugin has been updated to support the latest version of SimplePie (1.x).
This plugin has been discontinued. SimplePie has guaranteed NO API BREAKAGE for the entirety of the 1.x series of releases, so this plugin should continue to work until SimplePie 2.0 is released. If this makes you uncomfortable, please check the Mediawiki plugins page on the SimplePie wiki to see what other SimplePie plugins are available for Mediawiki.
Pre-requisites [edit]
If caching is enabled in MediaWiki - then the feeds might not update until the page is edited. To disable the caching, add the following lines to your LocalSettings.php file:
## Disable all forms of MediaWiki caching $wgMainCacheType = CACHE_NONE; $wgMessageCacheType = CACHE_NONE; $wgParserCacheType = CACHE_NONE; $wgCachePages = false;
Installation [edit]
http://simplepie.org/wiki/plugins/mediawiki/simplepie_plugin_for_mediawiki
http://simplepie.org/ simplepie.inc can be downloaded here.
License [edit]
GNU Lesser General Public License 2.1 (LGPL) http://creativecommons.org/licenses/LGPL/2.1/
Author [edit]
Ryan Parman and Geoffrey Sneddon
See also [edit]
- Extension:SimpleFeed - Another MediaWiki plugin that uses the SimplePie library.

