MyTopicTypeRenderRss.
These are then called automatically using the %DBCALL{"web.topic->RenderRss"}% method call of the RssViewTemplate.
%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:contributor>
<rdf:Description link="%SCRIPTURL{"view"}%/%USERSWEB%/$expand(info.author)">
<rdf:value>$expand(info.author)</rdf:value>
</rdf:Description>
</dc:contributor>
<description> <![CDATA[ $percntDBCALL{\"$web.$topic\"}$percnt ]]></description>
</item>"
}%%STOPINCLUDE%
| TopicType | TopicFunction, DocuTopic, ApplicationTopic, WikiTopic |
| TopicTitle | |
| Summary | default implementation of an rss view of a single topic |
| WikiApplication | WikiWorkbench |