%META:TOPICINFO{author="TWikiContributor" date="1111929255" format="1.0" version="6"}% ---+ 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{"%TWIKIWEB%.WebRssBase"}% <!--
	* Set SKIN = rss
-->
----- Below part is included by each WebRss topic: ----- %STARTINCLUDE% en-us %WEBRSSCOPYRIGHT% %WIKIWEBMASTERNAME% [%WIKIWEBMASTER%] %WIKIWEBMASTERNAME% [%WIKIWEBMASTER%] %WIKITOOLNAME% %SEARCH{"%URLPARAM{"search" default=".*" }%" web="%INCLUDINGWEB%" excludetopic="WebStatistics" regex="on" nosearch="on" order="modified" reverse="on" nototal="on" limit="16" format=" "}% %WIKILOGOALT%.%INCLUDINGWEB% %SCRIPTURL{"view"}%/%INCLUDINGWEB% %WIKILOGOIMG% %SEARCH{"%URLPARAM{"search" default=".*" }%" web="%INCLUDINGWEB%" excludetopic="WebStatistics" regex="on" nosearch="on" order="modified" reverse="on" nototal="on" limit="16" format="$n $topic$n %SCRIPTURL{"view"}%/$web/$topic?t=$isodate$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