Extension:SimplePie
From MediaWiki.org
|
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 | http://simplepie.org/wiki/plugins/mediawiki/simplepie_plugin_for_mediawiki |
|
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.
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).
It should also be noted that 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] License
GNU Lesser General Public License 2.1 (LGPL) http://creativecommons.org/licenses/LGPL/2.1/
[edit] Author
Ryan Parman and Geoffrey Sneddon
[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] See also
- Extension:SimpleFeed - Another MediaWiki plugin that uses the SimplePie library.
