wiki:RssEmbedMacro

Version 1 (modified by Simon Smithson, 15 years ago) (diff)

New hack RssEmbedMacro, created by smithsos

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 here.

If you have any issues, create a new ticket.

Download

Download the zipped source from [download:rssembedmacro here].

Source

You can check out RssEmbedMacro from here using Subversion, or 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)]]

Recent Changes

17482 by rjollos on 2019-08-31 17:42:15
Fix example in README

Fixes #6619.

6230 by smithsos on 2009-07-19 11:18:10
Resolves #5488. Adds proxy support. I've tested with an anonymous proxy though as it is not enforced it is difficult to be sure. Syntax is proxy=http.proxy.company.com:3128
6229 by smithsos on 2009-07-19 11:15:16
Adds the correct setup.py back to svn. Had been overwritten with a default one.
(more)

Author/Contributors

Author: smithsos
Contributors:

Attachments (2)

Download all attachments as: .zip