= !RssEmbed Macro = == Description == Macro to embed a RSS feed into a wiki page. All HTML is stripped out. Useful for embeding the output or a ticket query from other trac instances into a wiki page. A parameter controls the display of a preview of the first 512 characters of each item. See the examples below. == Bugs/Feature Requests == Existing bugs and feature requests for RssEmbedMacro are [report:9?COMPONENT=RssEmbedMacro here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=RssEmbedMacro&owner=smithsos new ticket]. == Download == Download the zipped source from [download:rssembedmacro here]. Make sure you install feedparser, or this macro won't work. == Source == You can check out RssEmbedMacro from [http://trac-hacks.org/svn/rssembedmacro here] using Subversion, or [source:rssembedmacro browse the source] with Trac. == Example == Embeding the RSS feed from local ticket query ![[RssEmbed(http://127.0.0.1:8000/test/query?status=!closed&format=rss&order=priority)]] Adding the options parameter to display the first 512 characters of each item. ![[RssEmbed(http://127.0.0.1:8000/test/query?status=!closed&format=rss&order=priority,true)]] == Screenshots == [[Image(rssEmbedDetail.png)]] [[Image(rssEmbedNoDetail.png)]] == Recent Changes == [[ChangeLog(rssembedmacro, 3)]] == Author/Contributors == '''Author:''' [wiki:smithsos] [[BR]] '''Contributors:'''