Menu

rss

Help
2004-06-08
2012-10-11
  • Dmitry Beransky

    Dmitry Beransky - 2004-06-08

    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?

     
    • Reini Urban

      Reini Urban - 2004-06-08

      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'));

       
    • Dmitry Beransky

      Dmitry Beransky - 2004-06-11

      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?

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.