InfoGlue CMS

Developers

IG Dynamic RSS component

A RSS-component which is rather customizable.

We use the built in RSS-tags to create the feed. This means we can send out in any format we want.

Code

Properties

Name Type Entity Multiple AssetBinding Allowed CTD Names Description
TitleAttributeName textfield false The attribute shown as title
DescriptionAttributeName textfield false The attribute shown as description
FeedType select false What type of feed to expose, possible are: rss_0.9, rss_0.91, rss_0.92, rss_0.93, rss_0.94, rss_1.0, rss_2.0 atom_0.3
Folder binding Content false
Detail Page binding SiteNode false The detail page

Property XML

<?xml version=’1.0’ encoding=’UTF-8’?><properties><property name=’TitleAttributeName’ type=’textfield’ entity=’’ multiple=’false’ allowedContentTypeDefinitionNames=’’ description=’The attribute shown as title’/><property name=’DescriptionAttributeName’ type=’textfield’ entity=’’ multiple=’false’ allowedContentTypeDefinitionNames=’’ description=’The attribute shown as description’/><property name=’FeedType’ type=’select’ multiple=’false’ description=’What type of feed to expose, possible are: rss_0.9, rss_0.91, rss_0.92, rss_0.93, rss_0.94, rss_1.0, rss_2.0 atom_0.3’><option name=’RSS 1.0’ value=’rss_1.0’/><option name=’RSS 2.0’ value=’rss_2.0’/><option name=’Atom 0.3’ value=’atom_0.3’/><option name=’Atom 1.0’ value=’atom_1.0’/></property><property name=’Folder’ type=’binding’ entity=’Content’ multiple=’false’ allowedContentTypeDefinitionNames=’’ description=’’/><property name=’Detail Page’ type=’binding’ entity=’SiteNode’ multiple=’false’ allowedContentTypeDefinitionNames=’’ description=’The detail page’/></properties>