On Thu, Oct 04, 2007 at 03:13:49PM -0500, Patrick R. Michaud wrote:
> Or, if you want to explicitly exclude certain pages from the feed,
> you could do:
> 
>   
> pmwiki/pmwiki.php?trail=News.RecentChanges&action=rss&name=-MainMenu,-SideBar
> 
> Lastly, you could create specific entry in $SearchPatterns for
> this, but I suspect one of the above is easier to do.

Since this seem to be related to my Blog recipe anyhow, check out:
http://www.pmwiki.org/wiki/Cookbook/BalusBlog-Talk

This is not completely tested yet though, but I set the defaults for the
blogfeed using:

        // set defaults for the blog group
        $_REQUEST = array(
           'group' => $_group,
           'name'  => '????-??-??[-_]*',
           'order' => '-name',
           'count' => 10
        );

    Balu

_______________________________________________
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to