Here is a snippet from my config:<br><br>$FeedFmt['rss']['item']['description'] = 'FeedText';<br><br>function FeedText($pagename, &$page, $tag) {<br> $p = ReadPage($pagename);<br> $content = MarkupToHTML($pagename, $p['text']);
<br> return "<$tag><![CDATA[$content]]></$tag>";<br>}<br><br>Roman<br><br><div class="gmail_quote">On Jan 12, 2008 6:53 PM, Brent Zupp <<a href="mailto:bplotter@yahoo.com">bplotter@yahoo.com
</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I'd like to include the text between [[#start]] and [[#end]] anchor<br>
links I have on my pages for each item in my RSS feed.<br><br>I poked around the documentaion and found:<br><br>$FeedFmt['rss']['item']['description'] = '$LastModifiedSummary';<br><br>Can I substitute some form of the (:include:) directive for
<br>$LastModifiedSummary ?<br><br>I did some experiments and I couldn't get it to work.<br><br>Best,<br>--<br>Brent Zupp<br><a href="http://www.wanderings.net/" target="_blank">http://www.wanderings.net/</a><br><br>There is a very fine line between "hobby" and "mental illness."
<br> ~ Dave Barry<br><br>_______________________________________________<br>pmwiki-users mailing list<br><a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a><br><a href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users" target="_blank">
http://www.pmichaud.com/mailman/listinfo/pmwiki-users</a><br></blockquote></div><br>