You are here: Applications » TopicType » TopicView » RssViewTemplate

RssViewTemplate
View for the rss feeds

21 December 2025 - 16:32 | Version 5 |

%TMPL:DEF{"rsshead"}%<?xml version="1.0" encoding="%CHARSET%" ?>
<?xml-stylesheet href="%PUBURLPATH%/Applications/RssViewTemplate/pretty-feed.xsl" type="text/xsl" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
<noautolink>
%TMPL:END%

%TMPL:DEF{"rssbody"}%%TMPL:P{"rsschannel::header"}%%TMPL:P{"rsschannel::query"}%%TMPL:P{"rsschannel::footer"}%%TMPL:END%

%TMPL:DEF{"rsschannel::header"}%<channel>
   <title>%WEB% - %WIKITOOLNAME%</title>
   <link>%SCRIPTURL{"view"}%/%WEB%</link>
   <atom:link href="%SCRIPTURL{"view" topic="%WEB%.%TOPIC%"}%" rel="self" type="application/rss+xml" />
   <description>%WEBSUMMARY%</description>
   <image>
      <url>%WEBLOGOIMG{default="%WIKILOGOIMG%"}%</url>
      <title>%WEB% - %WIKITOOLNAME%</title>
      <link>%SCRIPTURL{"view"}%/%WEB%</link>
   </image>
   <language>en-us</language>
   <copyright>%WEBRSSCOPYRIGHT%</copyright>
%TMPL:END%

%TMPL:DEF{"rsschannel::query"}%%DBQUERY{"%FILTER{default=""}%" 
   exclude="%EXCLUDE{default="^(Web.*|TopicType|TopicStub|.*ViewTemplate|.*SideBar|.*LeftBar)$"}%"
   sort="%SORT{default="modified"}%"  
   reverse="on" 
   limit="%LIMIT{default="10"}%" 
   separator="$n"
   absoluteurls="on"
   format="$percntDBCALL{\"$web.$topic->RenderRss\"}$percnt"
}%%TMPL:END%

%TMPL:DEF{"rsschannel::footer"}%</channel>%TMPL:END%
%TMPL:DEF{"rssfooter"}%</noautolink></rss>%TMPL:END%
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding arbeitsgruppe.ch? Send feedback
This page was cached on 28 Dec 2025 - 17:53.