Extension:SimplePie

From MediaWiki.org
Jump to: navigation, search
MediaWiki extensions manual - list
Crystal Clear action run.png
SimplePie

Release status: beta

Logo simplepie horizontal.png
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 (experimental)

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

Contents

[edit] CAVEAT: Read before using

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.

[edit] Pre-requisites

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;

[edit] Installation

http://simplepie.org/wiki/plugins/mediawiki/simplepie_plugin_for_mediawiki

http://simplepie.org/ simplepie.inc can be downloaded here.

[edit] License

GNU Lesser General Public License 2.1 (LGPL) http://creativecommons.org/licenses/LGPL/2.1/

[edit] Author

Ryan Parman and Geoffrey Sneddon

[edit] See also

Personal tools
Namespaces
Variants
Actions
Site
Support
Download
Development
Communication
Print/export
Toolbox