RssViewTemplate
View for the rss feeds

11 February 2025 - 08:48 | Version 1 |

%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 Middle Fork Home Wiki? Send feedback
Syndicate this site RSS