[pmwiki-users] Create RSS description using (:include:) ?

Roman romat2 at gmail.com
Tue Jan 15 10:06:38 CST 2008


On Jan 15, 2008 3:09 PM, Brent Zupp <atticus4 at gmail.com> wrote:

> Thanks Roman!   I don't know how that works, but your code appears to
> pull in a snippet of content into the rss description--wonderful! A
> lot better than what I had before. Thanks for sharing that.
>
>
Elements in FeedFmt array can also be callable functions in form:

function FunctionName($pagename, &$page, $tag) {
  return "<$tag>some output</$tag>";

In my example page content (wiki markup) is converted to HTML and then
surrounded by <![CDATA[ ]]> according to RSS requirements.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /pipermail/pmwiki-users/attachments/20080115/7c0b686f/attachment.html 


More information about the pmwiki-users mailing list