Documentation
See
RssViewTemplate,
RenderRss
Parameters
Implementation
%STARTINCLUDE%%DBQUERY{
topic="%OBJECT%"
datelanguage="en"
format="<item>
<title>$expand(topictitle)</title>
<link>$percntSCRIPTURL{\"view\" topic=\"$web/$topic\"}$percnt</link>
<guid>$percntSCRIPTURL{\"view\" topic=\"$web/$topic\"}$percnt</guid>
<dc:creator>$percntGETTOPICTITLE{\"$percntUSERINFO{\"$expand(info.author)\" format=\"$wikiusername\"}$percnt\"}$percnt</dc:creator>
<dc:date>$formatTime(info.date, '$year-$mo-$dayT$hour:$minute:$secondsZ')</dc:date>
$percntCATINFO{\"$web.$topic\"
format=\"<category>$dollartitle</category>\"
separator=\"$n\"
}$percnt $percntTAGINFO{\"$web.$topic\"
format=\"<category>$dollartitle</category>\"
separator=\"$n\"
}$percnt<!-- -->
<description> <![CDATA[
$percntDBCALL{\"$web.$topic\"}$percnt
<!-- -->
$percntTAGINFO{
\"$web.$topic\"
header=\"<p>%TRANSLATE{"Tags"}%: \"
format=\"$dollarname\"
separator=\", \"
footer=\"</p>\"
}$percnt
<!-- -->
]]></description>
</item>"
}%%STOPINCLUDE%