[pmwiki-users] RSS Feeds (Balu's Blog)

Thomas -Balu- Walter list+pmwiki-users at b-a-l-u.de
Thu Oct 4 16:33:34 CDT 2007


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



More information about the pmwiki-users mailing list