Help:Feed_Markup

last edited byusericonadmin on 20-Mar-2008

Feed Markup

The <feed> tag is available to integrate RSS and ATOM feeds to provide dynamic information into your wiki pages.

The following attributes are available to be used with the <feed> tag

Attribute Required Values Description
url Yes A URL Either a absolute, or root relative link to the RSS or ATOM feed. A root relative link points directly back to the codeX wiki RSS feeds. Example of an absolute link:
<feed url="http://www.compoundtheory.com/?action=feed.rss" />
Example of a relative link:
<feed url="/feed/directory/list.cfm" />
display No bullet, numbered RSS Feed data can either be displayed as regular bullet points, or by numbered bullet points. Example of display by bullet points:
<feed url="/feed/directory/list.cfm" display="bullet" />
Example of display by numbered bullet points:
<feed url="/feed/directory/list.cfm" display="numbered" />
By default it is displayed by 'bullet'
cache No number of minutes The number of minutes in which the results of this RSS feed are cached. Example of a RSS feed cached for 5 minutes
<feed url="/feed/directory/list.cfm" cahe="5" />
By default, the default cache time out of the installed ColdBox.

Download in other Formats:
markup Markup | pdf PDF | html HTML | word Word

comments Comments (0)

You need to login in order to comment!