I want to feed phpwiki's rss of recent changes to a Xaraya portal. Unfortunately, it doesn't look like Xaraya can deal with RDF format. Chan phpwiki generate rss in any other formats (pref. rss 0.9 or rss 1)? any other suggestions how to work around this?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
sweet, it worked. One more questions. I'm running into a weird problem with Xaraya and phpWiki feeds. When I add a feed from phpwiki's own site, Xaraya has no problems displaying it, but it complains about invalid XML when I try to feed it rss from the local wiki.
hi,
I want to feed phpwiki's rss of recent changes to a Xaraya portal. Unfortunately, it doesn't look like Xaraya can deal with RDF format. Chan phpwiki generate rss in any other formats (pref. rss 0.9 or rss 1)? any other suggestions how to work around this?
Sure,
We export 0.91 or 1.0
Just just "format=rss091" at the rss link instead of the default "format=rss".
Change that in plugin/RecentChanges in
function rss_icon ()
$rss_url = $request->getURLtoSelf(array('format' => 'rss091'));
sweet, it worked. One more questions. I'm running into a weird problem with Xaraya and phpWiki feeds. When I add a feed from phpwiki's own site, Xaraya has no problems displaying it, but it complains about invalid XML when I try to feed it rss from the local wiki.
here's the url: http://som-dev.ucsd.edu/index.php?module=headlines
what's the difference between the two feeds?