== Feed Markup ==
The 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 tag
{|border=1 width="80%" cellpadding="5" cellspacing="0"
!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:
Example of a relative link:
|-
||
'''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:
Example of display by numbered bullet points:
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
By default, the default cache time out of the installed ColdBox.
|-
|}