Documentation
See
RssViewTemplate,
RenderRss
Parameters
Implementation
%STARTINCLUDE%%DBQUERY{topic="%OBJECT%"
format="<item rdf:about=\"%SCRIPTURL{"view"}%/$web/$topic\">
<title>$expand(topictitle)</title>
<link>%SCRIPTURL{"view"}%/$web/$topic</link>
<dc:creator>$expand(@createauthor.topictitle)</dc:creator>
<dc:date>$formatTime(createdate, '$year-$mo-$dayT$hour:$minute:$secondsZ')</dc:date>
<dc:subject>$percntCATINFO{\"$web.$topic\" format=\"$dollartitle\"}$percnt, $expand(Tag)</dc:subject>
<dc:contributor>
<rdf:Description link=\"%SCRIPTURL{"view"}%/%USERSWEB%/$expand(Author or createauthor)\">
<rdf:value>$expand(@createauthor.topictitle)</rdf:value>
</rdf:Description>
</dc:contributor>
<description> <![CDATA[
$percntDBCALL{\"$web.$topic\"}$percnt
<!-- -->
$percntTAGINFO{
\"$web.$topic\"
header=\"<p>%TRANSLATE{"Tags"}%: \"
format=\"$dollarname\"
separator=\", \"
footer=\"</p>\"
}$percnt
<!-- -->
]]></description>
</item>"
}%%STOPINCLUDE%