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:
<
<
TWikiStoreDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiStoreDotPm Package TWiki::Store This module hosts the generic storage backend. This module provides the interface layer between the `real` store provider which is hidden behind... 2018-07-16T03:20:37Z TWikiContributor 11 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiStoreDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiStoreDotPm TWikiDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiDotPm Package TWiki TWiki operates by creating a singleton object (known as the Session object) that acts as a point of reference for all the different modules in the system... 2015-11-29T10:27:03Z TWikiContributor 9 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiDotPm TWikiTimeDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiTimeDotPm Package TWiki::Time Time handling functions. StaticMethod parseTime ($szDate,$defaultLocal) $iSecs Convert string date/time string to seconds since epoch (... 2014-10-05T11:03:29Z TWikiContributor 4 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiTimeDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiTimeDotPm TWikiConfigureUIsEXTENDDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiConfigureUIsEXTENDDotPm Package TWiki::Configure::UIs::EXTEND StaticMethod unpackArchive ($archive ,$dir ) Unpack an archive. The unpacking method is determined from the file extension... 2013-10-14T08:02:47Z TWikiContributor 2 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiConfigureUIsEXTENDDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiConfigureUIsEXTENDDotPm TWikiLoginManagerDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiLoginManagerDotPm Package TWiki::LoginManager The package is also a Factory for login managers and also the base class for all login managers. On its own, an object of this class is... 2013-10-14T08:02:47Z TWikiContributor 5 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiLoginManagerDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiLoginManagerDotPm TWikiEngineDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiEngineDotPm Package TWiki::Engine The engine class is a singleton that implements details about TWiki`s execution mode. This is the base class and implements basic behavior.... 2013-10-14T08:02:47Z TWikiContributor 2 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiEngineDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiEngineDotPm TWikiMetaDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiMetaDotPm Package TWiki::Meta All TWiki topics have data (text) and meta data (information about the topic). Meta data includes information such as file attachments, form... 2013-10-14T08:02:47Z TWikiContributor 5 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiMetaDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiMetaDotPm TWikiUIMdrepoUIDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUIMdrepoUIDotPm Package TWiki::UI::MdrepoUI UI delegate for mdrepo function StaticMethod mdrepo ($session); 2013-10-14T08:02:47Z TWikiContributor 1 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiUIMdrepoUIDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiUIMdrepoUIDotPm TWikiPluginDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiPluginDotPm Package TWiki::Plugin ClassMethod new ($session,$name,$module) $session TWiki object $name name of the plugin e.g. MyPlugin $module... 2013-10-14T08:02:47Z TWikiContributor 4 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiPluginDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiPluginDotPm TWikiUsersBaseUserMappingDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUsersBaseUserMappingDotPm Package TWiki::Users::BaseUserMapping User mapping is the process by which TWiki maps from a username (a login name) to a display name and back. It is also where... 2013-10-14T08:02:47Z TWikiContributor 3 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiUsersBaseUserMappingDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiUsersBaseUserMappingDotPm TWikiFormSelectDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiFormSelectDotPm Package TWiki::Form::Select getDefaultValue() $value The default for a select is always the empty string, as there is no way in TWiki form definitions to indicate... 2013-10-14T08:02:47Z TWikiContributor 2 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiFormSelectDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiFormSelectDotPm TWikiLoginManagerSessionDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiLoginManagerSessionDotPm Package TWiki::LoginManager::Session Class to provide CGI::Session like infra structure, compatible with TWiki Runtime Engine mechanisms other than CGI. It inherits... 2013-10-14T08:02:47Z TWikiContributor 2 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiLoginManagerSessionDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiLoginManagerSessionDotPm TWikiConfigureCheckersCertificateKeyCheckerDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiConfigureCheckersCertificateKeyCheckerDotPm Package TWiki::Configure::Checkers::Certificate::KeyChecker Configure GUI checker for Certificate Key items. This checker validates files that contain private key... 2013-10-14T08:02:47Z TWikiContributor 1 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiConfigureCheckersCertificateKeyCheckerDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiConfigureCheckersCertificateKeyCheckerDotPm TWikiStoreSearchAlgorithmsForkingDotPm https://twiki.pp.rl.ac.uk/twiki/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://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiStoreSearchAlgorithmsForkingDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiStoreSearchAlgorithmsForkingDotPm TWikiRequestDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiRequestDotPm Package TWiki::Request Class to encapsulate request data. Fields: action action requested (view, edit, save, ...) cookies hashref whose keys are cookie... 2013-10-14T08:02:47Z TWikiContributor 2 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiRequestDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiRequestDotPm TWikiUIEditDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUIEditDotPm Package TWiki::UI::Edit Edit command handler StaticMethod edit ($session) Edit command handler. This method is designed to be invoked via the UI::run method... 2011-04-12T00:50:46Z TWikiContributor 4 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiUIEditDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiUIEditDotPm
>
>
TWikiStoreDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiStoreDotPm?t=2018-07-16T03:20:37Z Package TWiki::Store This module hosts the generic storage backend. This module provides the interface layer between the `real` store provider which is hidden behind... 2018-07-16T03:20:37Z TWikiContributor 11 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiStoreDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiStoreDotPm TWikiUICopyDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUICopyDotPm?t=2013-10-14T08:02:47Z Package TWiki::UI::Copy UI delegate for copy function StaticMethod copy ($session) copy command handler. This method is designed to be invoked via the UI::run... 2013-10-14T08:02:47Z TWikiContributor 1 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiUICopyDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiUICopyDotPm TWikiLoginManagerSessionDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiLoginManagerSessionDotPm?t=2013-10-14T08:02:47Z Package TWiki::LoginManager::Session Class to provide CGI::Session like infra structure, compatible with TWiki Runtime Engine mechanisms other than CGI. It inherits... 2013-10-14T08:02:47Z TWikiContributor 2 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiLoginManagerSessionDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiLoginManagerSessionDotPm TWikiRequestDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiRequestDotPm?t=2013-10-14T08:02:47Z Package TWiki::Request Class to encapsulate request data. Fields: action action requested (view, edit, save, ...) cookies hashref whose keys are cookie... 2013-10-14T08:02:47Z TWikiContributor 2 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiRequestDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiRequestDotPm TWikiStoreSearchAlgorithmsForkingDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiStoreSearchAlgorithmsForkingDotPm?t=2013-10-14T08:02:47Z 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://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiStoreSearchAlgorithmsForkingDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiStoreSearchAlgorithmsForkingDotPm TWikiConfigureCheckersCertificateKeyCheckerDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiConfigureCheckersCertificateKeyCheckerDotPm?t=2013-10-14T08:02:47Z Package TWiki::Configure::Checkers::Certificate::KeyChecker Configure GUI checker for Certificate Key items. This checker validates files that contain private key... 2013-10-14T08:02:47Z TWikiContributor 1 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiConfigureCheckersCertificateKeyCheckerDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiConfigureCheckersCertificateKeyCheckerDotPm TWikiUIMdrepoUIDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUIMdrepoUIDotPm?t=2013-10-14T08:02:47Z Package TWiki::UI::MdrepoUI UI delegate for mdrepo function StaticMethod mdrepo ($session); 2013-10-14T08:02:47Z TWikiContributor 1 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiUIMdrepoUIDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiUIMdrepoUIDotPm TWikiPluginDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiPluginDotPm?t=2013-10-14T08:02:47Z Package TWiki::Plugin ClassMethod new ($session,$name,$module) $session TWiki object $name name of the plugin e.g. MyPlugin $module... 2013-10-14T08:02:47Z TWikiContributor 4 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiPluginDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiPluginDotPm TWikiFormSelectDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiFormSelectDotPm?t=2013-10-14T08:02:47Z Package TWiki::Form::Select getDefaultValue() $value The default for a select is always the empty string, as there is no way in TWiki form definitions to indicate... 2013-10-14T08:02:47Z TWikiContributor 2 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiFormSelectDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiFormSelectDotPm TWikiUsersBaseUserMappingDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUsersBaseUserMappingDotPm?t=2013-10-14T08:02:47Z Package TWiki::Users::BaseUserMapping User mapping is the process by which TWiki maps from a username (a login name) to a display name and back. It is also where... 2013-10-14T08:02:47Z TWikiContributor 3 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiUsersBaseUserMappingDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiUsersBaseUserMappingDotPm TWikiUsersTWikiUserMappingDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUsersTWikiUserMappingDotPm?t=2011-08-21T04:16:00Z Package TWiki::Users::TWikiUserMapping The User mapping is the process by which TWiki maps from a username (a login name) to a wikiname and back. It is also where... 2011-08-21T04:16:00Z TWikiContributor 1 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiUsersTWikiUserMappingDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiUsersTWikiUserMappingDotPm TWikiUsersPasswordDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUsersPasswordDotPm?t=2011-08-21T04:15:50Z Package TWiki::Users::Password Base class of all password handlers. Default behaviour is no passwords, so anyone can be anyone they like. The methods of this class... 2011-08-21T04:15:50Z TWikiContributor 6 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiUsersPasswordDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiUsersPasswordDotPm TWikiSearchDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiSearchDotPm?t=2011-04-12T00:50:47Z Package TWiki::Search This module implements all the search functionality. ClassMethod new ($session) Constructor for the singleton Search engine object. ObjectMethod... 2011-04-12T00:50:47Z TWikiContributor 5 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiSearchDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiSearchDotPm TWikiUIEditDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUIEditDotPm?t=2011-04-12T00:50:46Z Package TWiki::UI::Edit Edit command handler StaticMethod edit ($session) Edit command handler. This method is designed to be invoked via the UI::run method... 2011-04-12T00:50:46Z TWikiContributor 4 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiUIEditDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiUIEditDotPm TWikiPluralsDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiPluralsDotPm?t=2009-03-30T09:17:52Z Package TWiki::Plurals Handle conversion of plural topic names to singular form. StaticMethod singularForm ($web,$pluralForm) $singularForm Try to singularise... 2009-03-30T09:17:52Z TWikiContributor 3 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiPluralsDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiPluralsDotPm TWikiIfOP_iswebDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiIfOP_iswebDotPm?t=2008-12-06T09:02:15Z Package TWiki::If::OP isweb 2008-12-06T09:02:15Z TWikiContributor 1 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiIfOP_iswebDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiIfOP_iswebDotPm
 

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.