X-Git-Url: https://git.openafs.org/?p=openafs-wiki.git;a=blobdiff_plain;f=TWiki%2FWebRssBase.mdwn;h=f72f0749b48c70ea3eef7948f2d7221dae753c5c;hp=22bfa070797497122104adce439e806e97680d6b;hb=587726fea84016c42f82ac3b171edf3a25081458;hpb=5596dc0cd8177ecd6c9fd103f2deee701d203acf diff --git a/TWiki/WebRssBase.mdwn b/TWiki/WebRssBase.mdwn index 22bfa07..f72f074 100644 --- a/TWiki/WebRssBase.mdwn +++ b/TWiki/WebRssBase.mdwn @@ -1,8 +1,22 @@ -## RSS Feed +## How to Find out What's New? -This is the base for the RSS feed for each web. +There are three ways to find out what's new in each TWiki web: -Each web has a [[WebRss]] that should contain the following text: +1. [[WebChanges]] shows recent changes +2. People subscribed in [[WebNotify]] get notified of recent changes by e-mail +3. A news feed can be exported in RSS 1.0 format for TWiki:Codev/TWikiSyndication. RSS news readers like TWiki:Plugins/HeadlinesPlugin can display the recent changes + +## RSS Feed Usage + +- The URL for an RSS feed is `http://www.dementia.org/twiki//view//WebRss?skin=rss` +- For this %WEB% web it is (or [http://www.dementia.org/twiki//view/Main/WebRss?skin=rss&contenttype=text/plain](http://www.dementia.org/twiki//view/Main/WebRss?skin=rss&contenttype=text/plain) for plain text RSS) +- 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?skin=rss&search=plugin](http://www.dementia.org/twiki//view/%WEB%/WebRss?skin=rss&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: ---- @@ -12,16 +26,18 @@ Each web has a [[WebRss]] that should contain the following text: (the description of the web). TWiki is a Web-Based Collaboration Platform for the Corporate World. %INCLUDE{"%TWIKIWEB%.WebRssBase"}% +---- + Below part is included by each WebRss topic: ---- - %STARTINCLUDE% + %STARTINCLUDE% en-us - Copyright %GMTIME{"$year"}%, Peter Thoeny and contributing authors. - Peter Thoeny [Peter@Thoeny.com] - Peter Thoeny [Peter@Thoeny.com] - TWiki + %WEBRSSCOPYRIGHT% + %WIKIWEBMASTERNAME% [%WIKIWEBMASTER%] + %WIKIWEBMASTERNAME% [%WIKIWEBMASTER%] + %WIKITOOLNAME% TWiki.%INCLUDINGWEB% @@ -29,20 +45,20 @@ Below part is included by each WebRss topic: - %SEARCH{".*" web="%INCLUDINGWEB%" regex="on" nosearch="on" order="modified" reverse="on" nototal="on" limit="16" format=" "}% + %SEARCH{"%URLPARAM{"search" default=".*" }%" web="%INCLUDINGWEB%" regex="on" nosearch="on" order="modified" reverse="on" nototal="on" limit="16" format=" "}% - - TWiki.%INCLUDINGWEB% + + %WIKILOGOALT%.%INCLUDINGWEB% %SCRIPTURL%/view%SCRIPTSUFFIX%/%INCLUDINGWEB% - %PUBURL%/%TWIKIWEB%/TWikiLogos/twikilogo88x31.gif + %WIKILOGOIMG% - %SEARCH{".*" web="%INCLUDINGWEB%" regex="on" nosearch="on" order="modified" reverse="on" nototal="on" limit="16" format="$n $topic$n %SCRIPTURL%/view%SCRIPTSUFFIX%/$web/$topic$n $summary$n $isodate$n $n $n $username$n $n $n $rev$n updated$n major$n %SCRIPTURL%/rdiff%SCRIPTSUFFIX%/$web/$topic$n %SCRIPTURL%/rdiff%SCRIPTSUFFIX%/$web/$topic$n"}% + %SEARCH{"%URLPARAM{"search" default=".*" }%" web="%INCLUDINGWEB%" regex="on" nosearch="on" order="modified" reverse="on" nototal="on" limit="16" format="$n $topic$n %SCRIPTURL%/view%SCRIPTSUFFIX%/$web/$topic?t=$isodate$n $summary (last changed by $wikiname)$n $isodate$n $n $n $username$n $n $n $rev$n updated$n major$n %SCRIPTURL%/rdiff%SCRIPTSUFFIX%/$web/$topic$n %SCRIPTURL%/rdiff%SCRIPTSUFFIX%/$web/$topic$n"}% %STOPINCLUDE% ---- **_See also_**: TWiki:Codev/RichSiteSummary, TWiki:Codev/TWikiSyndication --- [[PeterThoeny]] - 30 Jan 2003 +-- TWiki:Main.PeterThoeny - 02 Sep 2003