Has anyone been able to add an RSS extension to MediaWiki 1.10.x? This one http://meta.wikimedia.org/wiki/GISWiki/RSS worked with MediaWiki 1.8 but not 1.9.x or 1.10.x.
Also tried both of these but continue to get a parsing error on the $input string. http://www.mediawiki.org/wiki/Extension:SimplePie http://www.mediawiki.org/wiki/Extension:SimpleFeed
So, just wondering if others have had any luck and could share what you did to make it work.
Thank you, Karen
I've used Jim Wilson's WikiArticleFeeds successfully. Downside is you have to explicitly declare feeds, but I've been very happy with it.
http://www.mediawiki.org/wiki/Extension:WikiArticleFeeds
Jack D. Pond
"Although prepared for martyrdom, I preferred that it be postponed." -- Sir Winston Leonard Spencer Churchill(1874-1965) -----Original Message----- From: mediawiki-l-bounces@lists.wikimedia.org [mailto:mediawiki-l-bounces@lists.wikimedia.org] On Behalf Of khuffman@NGS.ORG Sent: Sunday, June 24, 2007 1:35 PM To: mediawiki-l@lists.wikimedia.org Subject: [Mediawiki-l] RSS Extension
Has anyone been able to add an RSS extension to MediaWiki 1.10.x? This one http://meta.wikimedia.org/wiki/GISWiki/RSS worked with MediaWiki 1.8 but not 1.9.x or 1.10.x.
Also tried both of these but continue to get a parsing error on the $input string. http://www.mediawiki.org/wiki/Extension:SimplePie http://www.mediawiki.org/wiki/Extension:SimpleFeed
So, just wondering if others have had any luck and could share what you did to make it work.
Thank you, Karen
Using a slightly older version of GISWiki's rss.php, I got it to work with 1.9.x by adding this line near the top of the file:
require_once('DatabaseFunctions.php');
Not sure if that will be sufficient with the current version of rss.php or not, but maybe it's worth a try...
Michelle
On Jun 24, 2007, at 10:34 AM, khuffman@NGS.ORG wrote:
Has anyone been able to add an RSS extension to MediaWiki 1.10.x? This one http://meta.wikimedia.org/wiki/GISWiki/RSS worked with MediaWiki 1.8 but not 1.9.x or 1.10.x.
mediawiki-l@lists.wikimedia.org