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:
<
<
TWikiEditingShorthand https://www.oact.inaf.it/twikiplato/bin/view/TWiki/TWikiEditingShorthand TWiki Editing Shorthand These instructions are for contributors who prefer to use the Raw Edit over the default WYSIWYG editor. / Item7507: to avoid Chrome/Safari... 2018-07-14T11:50:57Z TWikiContributor 11 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiEditingShorthand https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiEditingShorthand MailerContrib https://www.oact.inaf.it/twikiplato/bin/view/TWiki/MailerContrib Mailer Contrib Introduction The Mailer Contrib allows users to `subscribe` to regularly scheduled e mails containing either: A report on changes to all topics... 2018-07-10T21:55:14Z TWikiContributor 19 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/MailerContrib https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/MailerContrib VarTOPICTITLE https://www.oact.inaf.it/twikiplato/bin/view/TWiki/VarTOPICTITLE TOPICTITLE title of a topic The topic title is defined by, in order of sequence: form field named `Title`, topic preference setting named TITLE... 2018-04-25T22:35:14Z TWikiContributor 3 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarTOPICTITLE https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarTOPICTITLE VarFORMFIELD https://www.oact.inaf.it/twikiplato/bin/view/TWiki/VarFORMFIELD FORMFIELD{`fieldname`} render a field in the form attached to some topic Syntax: % FORMFIELD{`fieldname` Supported parameters: Parameter: Description... 2017-12-31T23:38:44Z TWikiContributor 9 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarFORMFIELD https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarFORMFIELD VarTOPICLIST https://www.oact.inaf.it/twikiplato/bin/view/TWiki/VarTOPICLIST TOPICLIST{`format`} topic index of a web List of all topics in a web. The `format` defines the format of one topic item. It may include variables: The $topic... 2016-07-27T04:19:42Z TWikiContributor 4 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarTOPICLIST https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarTOPICLIST RegularExpression https://www.oact.inaf.it/twikiplato/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/twikiplato/bin/rdiff/TWiki/RegularExpression https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/RegularExpression VarSETGETDUMP https://www.oact.inaf.it/twikiplato/bin/view/TWiki/VarSETGETDUMP SETGETDUMP{...} dump variables Dump volatile or persistent name/values previously set with % SET{ . Syntax: % SETGETDUMP{ remember `1` format `...` separator... 2015-04-09T20:44:52Z TWikiContributor 3 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarSETGETDUMP https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarSETGETDUMP TWikiStoreSearchAlgorithmsForkingDotPm https://www.oact.inaf.it/twikiplato/bin/view/TWiki/TWikiStoreSearchAlgorithmsForkingDotPm Package TWiki::Store::SearchAlgorithms::Forking Forking implementation of the RCS cache search. StaticMethod search ($searchString,$topics,$options,$sDir)... 2013-10-14T08:02:47Z TWikiContributor 3 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiStoreSearchAlgorithmsForkingDotPm https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiStoreSearchAlgorithmsForkingDotPm TWikiStoreSearchAlgorithmsPurePerlDotPm https://www.oact.inaf.it/twikiplato/bin/view/TWiki/TWikiStoreSearchAlgorithmsPurePerlDotPm Package TWiki::Store::SearchAlgorithms::PurePerl Pure perl implementation of the RCS cache search. StaticMethod search ($searchString,$topics,$options,$sDir)... 2013-10-14T08:02:47Z TWikiContributor 2 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiStoreSearchAlgorithmsPurePerlDotPm https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiStoreSearchAlgorithmsPurePerlDotPm VarNBSP https://www.oact.inaf.it/twikiplato/bin/view/TWiki/VarNBSP NBSP non breaking space The WYSIWYG editor tends to change nbsp; into normal space. Use this variable where non breaking space needs to be retained, such as... 2013-10-02T21:18:55Z TWikiContributor 1 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarNBSP https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarNBSP WysiwygPluginSettings https://www.oact.inaf.it/twikiplato/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/twikiplato/bin/rdiff/TWiki/WysiwygPluginSettings https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/WysiwygPluginSettings VarHTTP https://www.oact.inaf.it/twikiplato/bin/view/TWiki/VarHTTP HTTP get HTTP headers Called with the name of an HTTP header field, returns its value. Capitalization and the use of hyphens versus underscores are not significant... 2012-12-26T05:53:30Z TWikiContributor 3 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarHTTP https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarHTTP VarBASETOPIC https://www.oact.inaf.it/twikiplato/bin/view/TWiki/VarBASETOPIC BASETOPIC base topic where an INCLUDE started The name of the topic where a single or nested INCLUDE started same as % TOPIC% if there is no INCLUDE.... 2012-12-06T07:04:20Z TWikiContributor 3 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarBASETOPIC https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarBASETOPIC VarLOCALSITEPREFS https://www.oact.inaf.it/twikiplato/bin/view/TWiki/VarLOCALSITEPREFS LOCALSITEPREFS web.topicname of site preferences topic The full name of the local site preferences topic. These local site preferences overload the system level... 2012-11-14T05:54:05Z TWikiContributor 3 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarLOCALSITEPREFS https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarLOCALSITEPREFS VarBLUE https://www.oact.inaf.it/twikiplato/bin/view/TWiki/VarBLUE BLUE start blue colored text BLUE is one of the rendering shortcut settings predefined in TWikiPreferences. See the section rendering shortcut settings in... 2012-11-12T06:52:22Z TWikiContributor 4 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarBLUE https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarBLUE TWikiTip015 https://www.oact.inaf.it/twikiplato/bin/view/TWiki/TWikiTip015 Breadcrumb The breadcrumb of a topic shows you the page hierarchy. It is constructed using a topic`s parent setting. See More Tips... Contributors: TWiki:Main... 2012-09-05T06:16:05Z TWikiContributor 3 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiTip015 https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiTip015
>
>
MailerContrib https://www.oact.inaf.it/twikiplato/bin/view/TWiki/MailerContrib?t=2018-07-10T21:55:14Z Mailer Contrib Introduction The Mailer Contrib allows users to `subscribe` to regularly scheduled e mails containing either: A report on changes to all topics... 2018-07-10T21:55:14Z TWikiContributor 19 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/MailerContrib https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/MailerContrib VarTOPICTITLE https://www.oact.inaf.it/twikiplato/bin/view/TWiki/VarTOPICTITLE?t=2018-04-25T22:35:14Z TOPICTITLE title of a topic The topic title is defined by, in order of sequence: form field named `Title`, topic preference setting named TITLE... 2018-04-25T22:35:14Z TWikiContributor 3 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarTOPICTITLE https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarTOPICTITLE VarFORMFIELD https://www.oact.inaf.it/twikiplato/bin/view/TWiki/VarFORMFIELD?t=2017-12-31T23:38:44Z FORMFIELD{`fieldname`} render a field in the form attached to some topic Syntax: % FORMFIELD{`fieldname` Supported parameters: Parameter: Description... 2017-12-31T23:38:44Z TWikiContributor 9 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarFORMFIELD https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarFORMFIELD VarTOPICLIST https://www.oact.inaf.it/twikiplato/bin/view/TWiki/VarTOPICLIST?t=2016-07-27T04:19:42Z TOPICLIST{`format`} topic index of a web List of all topics in a web. The `format` defines the format of one topic item. It may include variables: The $topic... 2016-07-27T04:19:42Z TWikiContributor 4 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarTOPICLIST https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarTOPICLIST TWikiTemplates https://www.oact.inaf.it/twikiplato/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/twikiplato/bin/rdiff/TWiki/TWikiTemplates https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiTemplates RegularExpression https://www.oact.inaf.it/twikiplato/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/twikiplato/bin/rdiff/TWiki/RegularExpression https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/RegularExpression VarSETGETDUMP https://www.oact.inaf.it/twikiplato/bin/view/TWiki/VarSETGETDUMP?t=2015-04-09T20:44:52Z SETGETDUMP{...} dump variables Dump volatile or persistent name/values previously set with % SET{ . Syntax: % SETGETDUMP{ remember `1` format `...` separator... 2015-04-09T20:44:52Z TWikiContributor 3 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarSETGETDUMP https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarSETGETDUMP TWikiStoreSearchAlgorithmsPurePerlDotPm https://www.oact.inaf.it/twikiplato/bin/view/TWiki/TWikiStoreSearchAlgorithmsPurePerlDotPm?t=2013-10-14T08:02:47Z Package TWiki::Store::SearchAlgorithms::PurePerl Pure perl implementation of the RCS cache search. StaticMethod search ($searchString,$topics,$options,$sDir)... 2013-10-14T08:02:47Z TWikiContributor 2 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiStoreSearchAlgorithmsPurePerlDotPm https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiStoreSearchAlgorithmsPurePerlDotPm VarBULLET https://www.oact.inaf.it/twikiplato/bin/view/TWiki/VarBULLET?t=2013-10-02T21:27:09Z BULLET bullet sign Bullet sign, useful to create a bullet list in a TWiki table, such as % BULLET% One % BB% Two % BB% Three Type: Preference variable... 2013-10-02T21:27:09Z TWikiContributor 4 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarBULLET https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarBULLET WysiwygPluginSettings https://www.oact.inaf.it/twikiplato/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/twikiplato/bin/rdiff/TWiki/WysiwygPluginSettings https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/WysiwygPluginSettings VarBASETOPIC https://www.oact.inaf.it/twikiplato/bin/view/TWiki/VarBASETOPIC?t=2012-12-06T07:04:20Z BASETOPIC base topic where an INCLUDE started The name of the topic where a single or nested INCLUDE started same as % TOPIC% if there is no INCLUDE.... 2012-12-06T07:04:20Z TWikiContributor 3 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarBASETOPIC https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarBASETOPIC VarREDBG https://www.oact.inaf.it/twikiplato/bin/view/TWiki/VarREDBG?t=2012-11-15T06:08:02Z REDBG start red colored background section REDBG is one of the rendering shortcut settings predefined in TWikiPreferences. See the section rendering shortcut... 2012-11-15T06:08:02Z TWikiContributor 2 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarREDBG https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarREDBG VarLOCALSITEPREFS https://www.oact.inaf.it/twikiplato/bin/view/TWiki/VarLOCALSITEPREFS?t=2012-11-14T05:54:05Z LOCALSITEPREFS web.topicname of site preferences topic The full name of the local site preferences topic. These local site preferences overload the system level... 2012-11-14T05:54:05Z TWikiContributor 3 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarLOCALSITEPREFS https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarLOCALSITEPREFS VarBLUE https://www.oact.inaf.it/twikiplato/bin/view/TWiki/VarBLUE?t=2012-11-12T06:52:22Z BLUE start blue colored text BLUE is one of the rendering shortcut settings predefined in TWikiPreferences. See the section rendering shortcut settings in... 2012-11-12T06:52:22Z TWikiContributor 4 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarBLUE https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarBLUE IfStatements https://www.oact.inaf.it/twikiplato/bin/view/TWiki/IfStatements?t=2012-10-03T23:57:49Z IF Statements The % IF% construct gives TWiki the power to include content in topics based on the value of simple expressions. % IF{`CONDITION` then `THEN` else... 2012-10-03T23:57:49Z TWikiContributor 12 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/IfStatements https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/IfStatements TWikiReleaseNotes04x00 https://www.oact.inaf.it/twikiplato/bin/view/TWiki/TWikiReleaseNotes04x00?t=2011-06-05T04:10:44Z TWiki Release 4.0 (Dakar) Note: This is the release note for the previous major release version 4.0.X. It is included with 4.1.X because it contains valuable information... 2011-06-05T04:10:44Z TWikiContributor 9 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiReleaseNotes04x00 https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiReleaseNotes04x00
 

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-2026 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.