Difference: WebRssBase (3 vs. 4)

Revision 42003-10-19 - PeterThoeny

 

How to Find out What's New?

There are three ways to find out what's new in each TWiki web:

  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

Changed:
<
<
>
>
 

RSS Feed Internals

Each web has a WebRss topic which includes part of this WebRssBase 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%SCRIPTSUFFIX%/%INCLUDINGWEB%">
  <title>%WIKITOOLNAME%'s %INCLUDINGWEB% web</title>
  <link>%SCRIPTURL%/view%SCRIPTSUFFIX%/%INCLUDINGWEB%</link>
  <description>(the description of the web). TWiki is a Web-Based Collaboration Platform for the Corporate World.</description>
%INCLUDE{"%TWIKIWEB%.WebRssBase"}%

Below part is included by each WebRss topic:


%STARTINCLUDE%  <image rdf:resource="%PUBURL%/%TWIKIWEB%/TWikiLogos/twikilogo88x31.gif" />
  <dc:language>en-us</dc:language>
  <dc:rights>Copyright %GMTIME{"$year"}%, Peter Thoeny and contributing authors.</dc:rights>
  <dc:publisher>Peter Thoeny [Peter@Thoeny.com]</dc:publisher>
  <dc:creator>Peter Thoeny [Peter@Thoeny.com]</dc:creator>
  <dc:source>TWiki</dc:source>
  <wiki:interwiki>
    <rdf:Description link="%SCRIPTURL%/view%SCRIPTSUFFIX%/%INCLUDINGWEB%/">
      <rdf:value>TWiki.%INCLUDINGWEB%</rdf:value>
    </rdf:Description>
  </wiki:interwiki>
  <items>
    <rdf:Seq>
%SEARCH{"%URLPARAM{"search" default=".*" }%" web="%INCLUDINGWEB%" regex="on" nosearch="on" order="modified" reverse="on" nototal="on" limit="16" format="      <rdf:li rdf:resource=\"%SCRIPTURL%/view%SCRIPTSUFFIX%/$web/$topic\" />"}%
    </rdf:Seq>
  </items>
</channel>
<image rdf:about="%PUBURL%/%TWIKIWEB%/TWikiLogos/twikilogo88x31.gif">
  <title>TWiki.%INCLUDINGWEB%</title>
  <link>%SCRIPTURL%/view%SCRIPTSUFFIX%/%INCLUDINGWEB%</link>
  <url>%PUBURL%/%TWIKIWEB%/TWikiLogos/twikilogo88x31.gif</url>
</image>
Changed:
<
<
BehaviourContrib https://www.oact.inaf.it/twikicheops/bin/view/TWiki/BehaviourContrib Behaviour Javascript Framework Contrib Introduction This contrib packages the third party Behaviour Javascript event library, available from http://bennolan.com... 2018-07-05T23:42:36Z TWikiContributor 10 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/BehaviourContrib https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/BehaviourContrib SpreadSheetPluginTestCases https://www.oact.inaf.it/twikicheops/bin/view/TWiki/SpreadSheetPluginTestCases SpreadSheetPlugin Testing Use this topic to verify proper operation of the SpreadSheetPlugin in your environment. For developers: This topic is included by TestCaseAutoSpreadSheetPlu... 2017-10-19T22:42:38Z TWikiContributor 5 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/SpreadSheetPluginTestCases https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/SpreadSheetPluginTestCases VarWEBLIST https://www.oact.inaf.it/twikicheops/bin/view/TWiki/VarWEBLIST WEBLIST{`format`} index of all webs List of all webs. Obfusticated webs are excluded, e.g. webs with a NOSEARCHALL on preference variable. The `format`... 2017-05-31T07:34:19Z TWikiContributor 7 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/VarWEBLIST https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/VarWEBLIST AllowWebCreateByUserMappingManager https://www.oact.inaf.it/twikicheops/bin/view/TWiki/AllowWebCreateByUserMappingManager Allowing Web Creation, Deletion, Rename by the User Mapping Manager Motivation There are cases where DENYROOTCHANGE, ALLOWROOTCHANGE, DENYWEBCHANGE, and ALLOWWEBCHANGE... 2017-01-23T08:22:04Z TWikiContributor 2 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/AllowWebCreateByUserMappingManager https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/AllowWebCreateByUserMappingManager TWikiTemplates https://www.oact.inaf.it/twikicheops/bin/view/TWiki/TWikiTemplates TWiki Templates Definition of the templates used to render all HTML pages displayed in TWiki Overview Templates are plain text with embedded template directives... 2016-03-24T04:32:11Z TWikiContributor 38 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/TWikiTemplates https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/TWikiTemplates RegularExpression https://www.oact.inaf.it/twikicheops/bin/view/TWiki/RegularExpression Regular Expressions Introduction Regular expressions (REs), unlike simple queries, allow you to search for text which matches a particular pattern. REs are similar... 2016-02-23T17:58:37Z TWikiContributor 11 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/RegularExpression https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/RegularExpression WebChanges https://www.oact.inaf.it/twikicheops/bin/view/TWiki/WebChanges Recent Changes in 1 Web retrieved at 1 ` Show 1 results per page, or 2 show all 3 .//?limit $item` rel `nofollow` $item), 10, 20, 50,... 2015-09-17T06:19:15Z TWikiContributor 13 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/WebChanges https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/WebChanges VarTHREECOLUMNS https://www.oact.inaf.it/twikicheops/bin/view/TWiki/VarTHREECOLUMNS THREECOLUMNS responsive three column page layout Write % THREECOLUMNS% ...text... % ENDCOLUMNS% to get a page layout with three columns . The layout is responsive... 2015-05-07T04:00:56Z TWikiContributor 1 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/VarTHREECOLUMNS https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/VarTHREECOLUMNS TWikiFormDotPm https://www.oact.inaf.it/twikicheops/bin/view/TWiki/TWikiFormDotPm Package TWiki::Form Object representing a single form definition. Form definitions are mainly used to control rendering of a form for editing, though there is some... 2014-10-05T11:03:28Z TWikiContributor 7 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/TWikiFormDotPm https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/TWikiFormDotPm TWikiUserAuthentication https://www.oact.inaf.it/twikicheops/bin/view/TWiki/TWikiUserAuthentication TWiki User Authentication TWiki site access control and user activity tracking options Overview Authentication, or `logging in`, is the process by which a user... 2014-07-13T20:49:50Z TWikiContributor 28 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/TWikiUserAuthentication https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/TWikiUserAuthentication VarPARENTBC https://www.oact.inaf.it/twikicheops/bin/view/TWiki/VarPARENTBC PARENTBC parent breadcrumbs for headings Add % PARENTBC% to a heading of a topic to show the breadcrumb of its parents. Parent topics are linked, topic names... 2013-10-02T21:27:09Z TWikiContributor 1 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/VarPARENTBC https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/VarPARENTBC WysiwygPluginSettings https://www.oact.inaf.it/twikicheops/bin/view/TWiki/WysiwygPluginSettings Settings for WysiwygPlugin that are common to most editor integrations WYSIWYG EXCLUDE Prevent WYSIWYG editing The global preference setting WYSIWYG EXCLUDE... 2013-09-12T05:06:39Z TWikiContributor 3 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/WysiwygPluginSettings https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/WysiwygPluginSettings TWikiPlugins https://www.oact.inaf.it/twikicheops/bin/view/TWiki/TWikiPlugins TWiki Plugins Add functionality to TWiki with readily available plugins; create plugins based on APIs Overview You can add plugins to extend TWiki functionality... 2013-08-30T01:12:19Z TWikiContributor 38 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/TWikiPlugins https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/TWikiPlugins WebCreateNewTopicTemplate https://www.oact.inaf.it/twikicheops/bin/view/TWiki/WebCreateNewTopicTemplate Create New Topic in 1 Web %{ do not show the following elements Topic name: Topic parent: Use template: Default template View templates 2013-04-10T10:41:37Z TWikiContributor 6 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/WebCreateNewTopicTemplate https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/WebCreateNewTopicTemplate VarCONTENTMODE https://www.oact.inaf.it/twikicheops/bin/view/TWiki/VarCONTENTMODE CONTENTMODE{web `WEB`} content mode Returns the content mode of the specified web. It`s either `local`, `read only`, `master`, or `slave`. Read ReadOnlyAndMirrorWebs... 2012-11-30T07:50:47Z TWikiContributor 1 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/VarCONTENTMODE https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/VarCONTENTMODE VarMAROON https://www.oact.inaf.it/twikicheops/bin/view/TWiki/VarMAROON MAROON start maroon colored text MAROON is one of the rendering shortcut settings predefined in TWikiPreferences. See the section rendering shortcut settings... 2012-11-15T07:59:17Z TWikiContributor 4 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/VarMAROON https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/VarMAROON
>
>
BehaviourContrib https://www.oact.inaf.it/twikicheops/bin/view/TWiki/BehaviourContrib?t=2018-07-05T23:42:36Z Behaviour Javascript Framework Contrib Introduction This contrib packages the third party Behaviour Javascript event library, available from http://bennolan.com... 2018-07-05T23:42:36Z TWikiContributor 10 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/BehaviourContrib https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/BehaviourContrib SpreadSheetPluginTestCases https://www.oact.inaf.it/twikicheops/bin/view/TWiki/SpreadSheetPluginTestCases?t=2017-10-19T22:42:38Z SpreadSheetPlugin Testing Use this topic to verify proper operation of the SpreadSheetPlugin in your environment. For developers: This topic is included by TestCaseAutoSpreadSheetPlu... 2017-10-19T22:42:38Z TWikiContributor 5 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/SpreadSheetPluginTestCases https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/SpreadSheetPluginTestCases VarWEBLIST https://www.oact.inaf.it/twikicheops/bin/view/TWiki/VarWEBLIST?t=2017-05-31T07:34:19Z WEBLIST{`format`} index of all webs List of all webs. Obfusticated webs are excluded, e.g. webs with a NOSEARCHALL on preference variable. The `format`... 2017-05-31T07:34:19Z TWikiContributor 7 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/VarWEBLIST https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/VarWEBLIST AllowWebCreateByUserMappingManager https://www.oact.inaf.it/twikicheops/bin/view/TWiki/AllowWebCreateByUserMappingManager?t=2017-01-23T08:22:04Z Allowing Web Creation, Deletion, Rename by the User Mapping Manager Motivation There are cases where DENYROOTCHANGE, ALLOWROOTCHANGE, DENYWEBCHANGE, and ALLOWWEBCHANGE... 2017-01-23T08:22:04Z TWikiContributor 2 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/AllowWebCreateByUserMappingManager https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/AllowWebCreateByUserMappingManager TWikiTemplates https://www.oact.inaf.it/twikicheops/bin/view/TWiki/TWikiTemplates?t=2016-03-24T04:32:11Z TWiki Templates Definition of the templates used to render all HTML pages displayed in TWiki Overview Templates are plain text with embedded template directives... 2016-03-24T04:32:11Z TWikiContributor 38 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/TWikiTemplates https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/TWikiTemplates RegularExpression https://www.oact.inaf.it/twikicheops/bin/view/TWiki/RegularExpression?t=2016-02-23T17:58:37Z Regular Expressions Introduction Regular expressions (REs), unlike simple queries, allow you to search for text which matches a particular pattern. REs are similar... 2016-02-23T17:58:37Z TWikiContributor 11 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/RegularExpression https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/RegularExpression TWikiNetDotPm https://www.oact.inaf.it/twikicheops/bin/view/TWiki/TWikiNetDotPm?t=2015-11-29T10:27:03Z Package TWiki::Net Object that brokers access to network resources. ObjectMethod finish () Break circular references. ObjectMethod registerExternalHTTPHandler... 2015-11-29T10:27:03Z TWikiContributor 6 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/TWikiNetDotPm https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/TWikiNetDotPm WebChanges https://www.oact.inaf.it/twikicheops/bin/view/TWiki/WebChanges?t=2015-09-17T06:19:15Z Recent Changes in 1 Web retrieved at 1 ` Show 1 results per page, or 2 show all 3 .//?limit $item` rel `nofollow` $item), 10, 20, 50,... 2015-09-17T06:19:15Z TWikiContributor 13 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/WebChanges https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/WebChanges VarTHREECOLUMNS https://www.oact.inaf.it/twikicheops/bin/view/TWiki/VarTHREECOLUMNS?t=2015-05-07T04:00:56Z THREECOLUMNS responsive three column page layout Write % THREECOLUMNS% ...text... % ENDCOLUMNS% to get a page layout with three columns . The layout is responsive... 2015-05-07T04:00:56Z TWikiContributor 1 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/VarTHREECOLUMNS https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/VarTHREECOLUMNS TWikiFormDotPm https://www.oact.inaf.it/twikicheops/bin/view/TWiki/TWikiFormDotPm?t=2014-10-05T11:03:28Z Package TWiki::Form Object representing a single form definition. Form definitions are mainly used to control rendering of a form for editing, though there is some... 2014-10-05T11:03:28Z TWikiContributor 7 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/TWikiFormDotPm https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/TWikiFormDotPm TWikiUserAuthentication https://www.oact.inaf.it/twikicheops/bin/view/TWiki/TWikiUserAuthentication?t=2014-07-13T20:49:50Z TWiki User Authentication TWiki site access control and user activity tracking options Overview Authentication, or `logging in`, is the process by which a user... 2014-07-13T20:49:50Z TWikiContributor 28 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/TWikiUserAuthentication https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/TWikiUserAuthentication VarH https://www.oact.inaf.it/twikicheops/bin/view/TWiki/VarH?t=2013-09-14T07:33:48Z H help icon Type: Preference variable TWikiRenderingShortcut. Syntax: % H% Expands to: Category: FormattingAndRenderingVariables Related... 2013-09-14T07:33:48Z TWikiContributor 4 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/VarH https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/VarH WysiwygPluginSettings https://www.oact.inaf.it/twikicheops/bin/view/TWiki/WysiwygPluginSettings?t=2013-09-12T05:06:39Z Settings for WysiwygPlugin that are common to most editor integrations WYSIWYG EXCLUDE Prevent WYSIWYG editing The global preference setting WYSIWYG EXCLUDE... 2013-09-12T05:06:39Z TWikiContributor 3 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/WysiwygPluginSettings https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/WysiwygPluginSettings TWikiPlugins https://www.oact.inaf.it/twikicheops/bin/view/TWiki/TWikiPlugins?t=2013-08-30T01:12:19Z TWiki Plugins Add functionality to TWiki with readily available plugins; create plugins based on APIs Overview You can add plugins to extend TWiki functionality... 2013-08-30T01:12:19Z TWikiContributor 38 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/TWikiPlugins https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/TWikiPlugins WebCreateNewTopicTemplate https://www.oact.inaf.it/twikicheops/bin/view/TWiki/WebCreateNewTopicTemplate?t=2013-04-10T10:41:37Z Create New Topic in 1 Web %{ do not show the following elements Topic name: Topic parent: Use template: Default template View templates 2013-04-10T10:41:37Z TWikiContributor 6 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/WebCreateNewTopicTemplate https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/WebCreateNewTopicTemplate VarCONTENTMODE https://www.oact.inaf.it/twikicheops/bin/view/TWiki/VarCONTENTMODE?t=2012-11-30T07:50:47Z CONTENTMODE{web `WEB`} content mode Returns the content mode of the specified web. It`s either `local`, `read only`, `master`, or `slave`. Read ReadOnlyAndMirrorWebs... 2012-11-30T07:50:47Z TWikiContributor 1 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/VarCONTENTMODE https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/VarCONTENTMODE
 

See also: TWiki:Codev/RichSiteSummary, TWiki:Codev/TWikiSyndication

-- PeterThoeny - 02 Sep 2003

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 1999-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.WebRssBase.