# 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 2. Subscribed in [[WebNotify]] get notified of recent changes by e-mail 3. 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 `http://www.dementia.org/twiki/view//WebRss` - For this %WEB% web it is [[http://www.dementia.org/twiki/view/%WEB%/WebRss|%WEB%/WebRss]] - You can also create a custom feed based on a search. Add a `search=value` parameter to the URL, e.g. [[http://www.dementia.org/twiki/view/%WEB%/WebRss?search=plugin|%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: ---- %WIKITOOLNAME%'s <nop>%INCLUDINGWEB% web %SCRIPTURL{"view"}%/%INCLUDINGWEB% (the description of the web). TWiki is a Web-Based Collaboration Platform for the Enterprise. %INCLUDE{"TWiki.WebRssBase"}% ---- Below part is included by each WebRss topic: ---- %STARTINCLUDE% en-us %WEBRSSCOPYRIGHT% %WIKIWEBMASTERNAME% [%WIKIWEBMASTER%] The contributing authors of %WIKITOOLNAME% %WIKITOOLNAME% %SEARCH{"%URLPARAM{"search" default=".*" }%" web="%URLPARAM{"web" default="%INCLUDINGWEB%" }%" excludetopic="%URLPARAM{"excludetopic" default="WebStatistics" }%" type="%URLPARAM{"type" default="regex" }%" nosearch="on" order="modified" reverse="on" nototal="on" limit="%URLPARAM{"limit" default="16" }%" scope="%URLPARAM{"scope" default="text" }%" casesensitive="%URLPARAM{"casesensitive" default="on" }%" date="%URLPARAM{"date" default="" }%" format=" "}% %WIKILOGOALT%.%INCLUDINGWEB% %SCRIPTURL{"view"}%/%INCLUDINGWEB% %WIKILOGOIMG% %SEARCH{"%URLPARAM{"search" default=".*" }%" web="%URLPARAM{"web" default="%INCLUDINGWEB%" }%" excludetopic="%URLPARAM{"excludetopic" default="WebStatistics" }%" type="%URLPARAM{"type" default="regex" }%" nosearch="on" order="modified" reverse="on" nototal="on" limit="%URLPARAM{"limit" default="16" }%" scope="%URLPARAM{"scope" default="text" }%" casesensitive="%URLPARAM{"casesensitive" default="on" }%" date="%URLPARAM{"date" 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