[pmwiki-users] how to specify RSS feed options using a pagelist format?

SteP step.list+pmwiki at gmail.com
Mon Oct 12 13:06:41 CDT 2009


Thanks Eemeli, indeed my question arose while I was integrating Bloge-feeds.php.

> So if I've understood your situation correctly,
You have.

>   if ($action == 'rss') {
>     SDV($_REQUEST['group'], 'Group');
>     SDV($_REQUEST['fmt'], '#feed-options');
>   }

I tried your suggestion above, and also something similar before, by setting
$FeedPageListOpt = array(
    'order' => '-ctime', 
    'count' => 10,
    'fmt' => 'Group.Page/#feed-list'
));

Unfortunately, feeds.php calls MakePageList() which ignores the 'fmt' option
regardless of whether it is set through $FeedPageListOpt or $_REQUEST.
Complex fmt processing seems to take place elsewhere in pagelist.php,
not in MakePageList().




More information about the pmwiki-users mailing list