<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><BLOCKQUOTE type="cite"><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">OK I'm willing to follow your lead... in fact some users did ask</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">about RSS as an option.. That docs pages seems clear, but subtle</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">details are missing. Looking for the easiest out-of-the-box</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">implementation appears to be getting a feed from recent changes on a</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">group. But, I'm having trouble build a URL that actually works in</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">news aggregator.</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><BR></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">e.g. for a group named "Migration" in this wiki, the URL you get when</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">you just click "Recent Changes" from any page and then tack on  the</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">RSS options looks like this:</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><BR></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><A href="feed://www.himalayanacademy.com/admin_wiki/index.php?">feed://www.himalayanacademy.com/admin_wiki/index.php?</A></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">n=Migration.RecentChanges&amp;action=rss&amp;order=-time</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><BR></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">but Safari doesn't grok this URL...</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><BR></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">The test example:    <A href="http://www.pmwiki.org/wiki/Category/Skins?">http://www.pmwiki.org/wiki/Category/Skins?</A></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">action=rss&amp;order=-time</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><BR></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">  works fine in Safari..new news feed as expected...  so, I'm missing</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">something.</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; "></DIV></BLOCKQUOTE><BR><DIV>I'm assuming you turned on the RSS feeds in your local/config.php file by uncommenting the line:</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>if ($action == 'rss') include_once("$FarmD/scripts/feeds.php");   # RSS 2.0</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>My usage is very close to your pmwiki test case.  I'm trying to think of other differences between my setup and yours that might be causing your failure.  I also have the cookbook FeedLinks (see <A href="http://www.pmwiki.org/wiki/Cookbook/FeedLinks">http://www.pmwiki.org/wiki/Cookbook/FeedLinks</A>) enabled with the following configuration, but it shouldn't be required for the RSS feed itself to work:</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV># Enable the feedlinks recipe.</DIV><DIV>$EnableSitewideFeed = 1; # Offer feeds by group if this is disabled.</DIV><DIV>$EnableRssLink = 1;</DIV><DIV>$EnableAtomLink = 0;</DIV><DIV>@include_once("$FarmD/cookbook/feedlinks.php");</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>The only other difference that I'm noticing is the fact that both PmWiki and I use clean URLs (see <A href="http://www.pmwiki.org/wiki/Cookbook/CleanUrls">http://www.pmwiki.org/wiki/Cookbook/CleanUrls</A>) and you aren't.  Perhaps there is a problem in the feeds.php code.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>I can't think of anything else offhand for you to check on.  I know that when I was originally testing RSS feeds, I was just using "localhost" in my feed URL and the URL got alterred in a MAJOR way by something - I'm not sure if it was PmWiki code or Safari.  My feed URL (<A href="feed://localhost/tandcwiki/Site/AllRecentChanges?action=rss">feed://localhost/tandcwiki/Site/AllRecentChanges?action=rss</A>) got modified to something totally bizzare (<A href="http://allrecentchanges/?action=rss">http://allrecentchanges/?action=rss</A>).</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Scott.</DIV><DIV><BR class="khtml-block-placeholder"></DIV></BODY></HTML>