Here is a snippet from my config:
$FeedFmt['rss']['item']['description'] = 'FeedText';
function FeedText($pagename, &$page, $tag) {
$p = ReadPage($pagename);
$content = MarkupToHTML($pagename, $p['text']);
return "<$tag><![CDATA[$content]]></$tag>";
}
Roman
On Jan 12, 2008 6:53 PM, Brent Zupp <[EMAIL PROTECTED]> wrote:
> I'd like to include the text between [[#start]] and [[#end]] anchor
> links I have on my pages for each item in my RSS feed.
>
> I poked around the documentaion and found:
>
> $FeedFmt['rss']['item']['description'] = '$LastModifiedSummary';
>
> Can I substitute some form of the (:include:) directive for
> $LastModifiedSummary ?
>
> I did some experiments and I couldn't get it to work.
>
> Best,
> --
> Brent Zupp
> http://www.wanderings.net/
>
> There is a very fine line between "hobby" and "mental illness."
> ~ Dave Barry
>
> _______________________________________________
> pmwiki-users mailing list
> [email protected]
> http://www.pmichaud.com/mailman/listinfo/pmwiki-users
>
_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users