%STARTINCLUDE% *~~ <channel rdf:about="%SCRIPTURL{"view"}%/%WEB%/WebRss"> <title>%TITLE%</title> <link>%SCRIPTURL{"view"}%/%WEB%</link> <description>%SITEMAPWHAT%</description> <image rdf:resource="%WEBLOGOIMG%" /> <dc:language>en-us</dc:language> <dc:rights>%WEBRSSCOPYRIGHT%</dc:rights> <dc:publisher>%WIKIWEBMASTERNAME% [%WIKIWEBMASTER%]</dc:publisher> <dc:creator>%WIKIWEBMASTERNAME% [%WIKIWEBMASTER%]</dc:creator> <dc:source><nop>%WIKITOOLNAME%</dc:source> <items> <rdf:Seq> %~~ DBQUERY{"%SEARCH%" ~~~ web="%INCLUDINGWEB%" ~~~ order="created" ~~~ reverse="on" limit="%LIMIT%" ~~~ format=" <rdf:li rdf:resource=\"%SCRIPTURL{"view"}%/$web/$topic\" />" ~~~ }% </rdf:Seq> </items> </channel> <image rdf:about="%WEBLOGOIMG%"> <title>TWiki/NatSkin</title> <link>%SCRIPTURL{"view"}%/%INCLUDINGWEB%</link> <url>%WEBLOGOIMG%</url> </image> %~~ DBQUERY{"%SEARCH%" ~~~ web="%INCLUDINGWEB%" ~~~ order="created" ~~~ reverse="on" ~~~ limit="%LIMIT%" ~~~ separator="$n" ~~~ format=" *~~ <item rdf:about=\"%SCRIPTURL{"view"}%/$web/$topic\">$n ~~~ <title>$expand(Headline or Name or name)</title>$n ~~~ <link>%SCRIPTURL{"view"}%/$web/$topic</link>$n ~~~ <description> ~~~ $encode( *~~ $percntIFDEFINEDTHEN{\"$expand(TopicType)\" as=\"BlogComment\" glue=\"off\"}$percnt ~~~ $expand(Name) replies on ~~~ \"<a href=\"%SCRIPTURL{"view"}%/view/$web/$expand(BaseRef)\"> ~~~ $expand(@BaseRef.Headline) ~~~ </a>\": ~~~ $percntFIDEFINED$percnt ~~~ $percntIFDEFINEDTHEN{\"$expand(TopicType)\" as=\"TWikiTopic\" glue=\"off\"}$percnt ~~~ $expand(TopicDescription) ~~~ $percntFIDEFINED$percnt ~~~ $expand(Teaser) ~~~ %IFDEFINED{"%TEASEONLY%" then=" " else="<p />$expand(Text)"}%) ~~~ </description>$n ~~~ <dc:creator>$expand(BlogAuthor or Name)</dc:creator>$n ~~~ <dc:date>$formatTime(createdate, '$year-$mo-$dayT$hour:$minute:$secondZ')</dc:date>$n ~~~ <dc:subject>$expand(SubjectCategory)</dc:subject> ~~~ <dc:contributor>$n ~~~ <rdf:Description link=\"%SCRIPTURL{"view"}%/Main/$expand(info.author)\">$n ~~~ <rdf:value>$expand(info.author)</rdf:value>$n ~~~ </rdf:Description>$n ~~~ </dc:contributor>$n ~~~ </item> ~~~ "}% *~~ %STOPINCLUDE%