%META:TOPICINFO{author="TWikiContributor" date="1531614995" format="1.1" version="11"}% ---+ RSS News Feeds ---++ Find out What's New There are several ways to find out what's new in each TWiki web: 1. Visit WebChanges to see recent changes 1. Subscribed in WebNotify get notified of recent changes by e-mail 1. Use a news readers such as TWiki:Plugins/HeadlinesPlugin to display the recent changes * The source can be a RSS 1.0 feed (WebRss) or ATOM 1.0 feed (WebAtom) * Learn more on RSS at TWiki:Codev/TWikiSyndication * Learn more on ATOM at WebAtomBase and TWiki:Codev/AtomSyndication ---++ RSS Feed Usage * The URL for an RSS feed is =%SCRIPTURL{"view"}%/<web>/WebRss= * For this %WEB% web it is %SCRIPTURL{"view"}%/%WEB%/WebRss * You can also create a custom feed based on a search. Add a =search=value= parameter to the URL, e.g. %SCRIPTURL{"view"}%/%WEB%/WebRss?search=plugin is a what's new feed about Plugins. ---++ RSS Feed Internals Each web has a WebRss topic which includes part of this %TOPIC% topic. This topic is the base for the RSS feed and generates an RSS 1.0 feed for TWiki:Codev/TWikiSyndication. The WebRss topic in each web contains the following text: -----
<channel rdf:about="%SCRIPTURL{"view"}%/%INCLUDINGWEB%">
  <title>%WIKITOOLNAME%'s <nop>%INCLUDINGWEB% web</title>
  <link>%SCRIPTURL{"view"}%/%INCLUDINGWEB%</link>
  <description>(the description of the web). TWiki is a Web-Based Collaboration Platform for the Enterprise.</description>
%INCLUDE{"%SYSTEMWEB%.WebRssBase"}% <!--
   * Set SKIN = rss
-->
----- Below part is included by each WebRss topic: ----- %STARTINCLUDE% en-us %WEBRSSCOPYRIGHT% %WIKIWEBMASTERNAME% [%WIKIWEBMASTER%] The contributing authors of %WIKITOOLNAME% %WIKITOOLNAME% %SEARCH{ "%URLPARAM{"search" encode="search" default=".*" }%" web="%URLPARAM{"web" encode="quote" default="%INCLUDINGWEB%" }%" excludetopic="%URLPARAM{"excludetopic" encode="quote" default="WebStatistics" }%" type="%URLPARAM{"type" encode="quote" default="regex" }%" nosearch="on" sort="modified" reverse="on" nototal="on" limit="%URLPARAM{"limit" encode="quote" default="16" }%" scope="%URLPARAM{"scope" encode="quote" default="text" }%" casesensitive="%URLPARAM{"casesensitive" encode="quote" default="on" }%" date="%URLPARAM{"date" encode="quote" default="" }%" format=" " }% %WIKILOGOALT%.%INCLUDINGWEB% %SCRIPTURL{"view"}%/%INCLUDINGWEB% %WIKILOGOIMG% %SEARCH{ "%URLPARAM{"search" encode="quote" default=".*" }%" web="%URLPARAM{"web" encode="quote" default="%INCLUDINGWEB%" }%" excludetopic="%URLPARAM{"excludetopic" encode="quote" default="WebStatistics" }%" type="%URLPARAM{"type" encode="quote" default="regex" }%" nosearch="on" sort="modified" reverse="on" nototal="on" limit="%URLPARAM{"limit" encode="quote" default="16" }%" scope="%URLPARAM{"scope" encode="quote" default="text" }%" casesensitive="%URLPARAM{"casesensitive" encode="quote" default="on" }%" date="%URLPARAM{"date" encode="quote" default="" }%" format="$n $topic$n %SCRIPTURL{"view"}%/$web/$topic$n $summary (last changed by $wikiname)$n $isodate$n $n $n $username$n $n $n" }% %STOPINCLUDE% ----- __See also__: WebAtomBase, TWiki:Codev/RichSiteSummary, TWiki:Codev/TWikiSyndication