You are here: Applications » TopicType » TopicView » RssViewTemplate

RssViewTemplate
View for the rss feeds

%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">
%TMPL:END%

%TMPL:DEF{"rssbody"}%<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>
%DBQUERY{"%FILTER{default=""}%" 
   exclude="%EXCLUDE{default="^(Web.*|TopicType|TopicStub|.*ViewTemplate|.*SideBar|.*LeftBar)$"}%"
   sort="%SORT{default="created"}%"  
   reverse="on" 
   limit="%LIMIT{default="10"}%" 
   separator="$n"
   absoluteurls="on"
   format="$percntDBCALL{\"$web.$topic->RenderRss\"}$percnt"
}%
</channel>%TMPL:END%

%TMPL:DEF{"rssfooter"}%</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