Difference: WebRssBase (2 vs. 3)

Revision 32003-09-03 - PeterThoeny

Changed:
<
<

RSS Feed

>
>

How to Find out What's New?

 
Changed:
<
<
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:
Added:
>
>
  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
 
Changed:
<
<
Each web has a WebRss that should contain the following text:
>
>

RSS Feed Usage

 
Added:
>
>

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"}%
Added:
>
>

  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>
Changed:
<
<
>
>
  TWiki.TWiki https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki https://twiki.pp.rl.ac.uk/twiki/pub/TWiki/TWikiLogos/twikilogo88x31.gif
Changed:
<
<
TWikiConfigureImgToolDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiConfigureImgToolDotPm Package TWiki::Configure::ImgTool This class is a singleton that offers URLs for the images (logos, warning, info) used during configuration when neither pub... 2018-07-16T03:20:39Z TWikiContributor 1 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiConfigureImgToolDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiConfigureImgToolDotPm 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 TWikiConfigureLoadDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiConfigureLoadDotPm Package TWiki::Configure::Load This module consists of just a single subroutine readConfig . It allows to safely modify configuration variables for one single... 2013-10-14T08:02:47Z TWikiContributor 2 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiConfigureLoadDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiConfigureLoadDotPm TWikiOopsExceptionDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiOopsExceptionDotPm Package TWiki::OopsException Exception used to raise a request to redirect to an Oops URL. An OopsException thrown anywhere in the code will redirect the browser... 2013-10-14T08:02:47Z TWikiContributor 4 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiOopsExceptionDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiOopsExceptionDotPm TWikiStoreRcsLiteDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiStoreRcsLiteDotPm Package TWiki::Store::RcsLite This package does not publish any methods. It implements the virtual methods of the TWiki::Store::RcsFile superclass. Simple replacement... 2013-10-14T08:02:47Z TWikiContributor 5 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiStoreRcsLiteDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiStoreRcsLiteDotPm 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 TWikiUISearchDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUISearchDotPm Package TWiki::UI::Search UI functions for searching. StaticMethod search ($session) Perform a search as dictated by CGI parameters: Parameter: Description... 2013-10-14T08:02:47Z TWikiContributor 4 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiUISearchDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiUISearchDotPm 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 TWikiStoreRcsFileDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiStoreRcsFileDotPm Package TWiki::Store::RcsFile This class is PACKAGE PRIVATE to Store, and should never be used from anywhere else. It is the base class of implementations of stores... 2013-10-14T08:02:47Z TWikiContributor 5 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiStoreRcsFileDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiStoreRcsFileDotPm TWikiStoreSearchAlgorithmsPurePerlDotPm https://twiki.pp.rl.ac.uk/twiki/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://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiStoreSearchAlgorithmsPurePerlDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiStoreSearchAlgorithmsPurePerlDotPm 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 TWikiUsersHtPasswdUserDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUsersHtPasswdUserDotPm Package TWiki::Users::HtPasswdUser Support for htpasswd and htdigest format password files. Subclass of TWiki::Users::Password . See documentation of that class... 2011-08-21T04:15:17Z TWikiContributor 2 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiUsersHtPasswdUserDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiUsersHtPasswdUserDotPm TWikiInfixParserDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiInfixParserDotPm Package TWiki::Infix::Parser A simple stack based parser that parses infix expressions with nonary, unary and binary operators specified using an operator table.... 2008-12-06T09:02:22Z TWikiContributor 2 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiInfixParserDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiInfixParserDotPm TWikiCompatibilityDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiCompatibilityDotPm Package TWiki::Compatibility Support for compatibility with old TWiki versions. Packaged separately because 99.999999% of the time this won`t be needed. StaticMethod... 2008-01-22T03:21:32Z TWikiContributor 3 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiCompatibilityDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiCompatibilityDotPm TWikiLoginManagerTemplateLoginDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiLoginManagerTemplateLoginDotPm Package TWiki::LoginManager::TemplateLogin This is a login manager that you can specify in the security setup section of configure. It provides users with a template... 2008-01-22T03:21:30Z TWikiContributor 1 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiLoginManagerTemplateLoginDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiLoginManagerTemplateLoginDotPm TWikiUIViewDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUIViewDotPm Package TWiki::UI::View UI delegate for view function StaticMethod view ($session) view command handler. This method is designed to be invoked via the UI::run... 2008-01-22T03:21:29Z TWikiContributor 3 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiUIViewDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiUIViewDotPm
>
>
TWikiRenderDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiRenderDotPm Package TWiki::Render This module provides most of the actual HTML rendering code in TWiki. ClassMethod new ($session) Creates a new renderer ObjectMethod finish... 2018-07-16T03:20:47Z TWikiContributor 11 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiRenderDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiRenderDotPm SourceCode https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/SourceCode TWiki Source Code Packages This documentation is automatically generated from the pod , so it always matches the running code TWiki::AccessControlException Exception... 2018-07-16T03:20:45Z TWikiContributor 21 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/SourceCode https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/SourceCode TWikiUIDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUIDotPm Package TWiki::UI Coordinator of execution flow and service functions used by the UI packages StaticMethod handleRequest ($req) $res Main coordinator of request... 2018-07-16T03:20:41Z TWikiContributor 7 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiUIDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiUIDotPm TWikiFuncDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiFuncDotPm Package TWiki::Func Official list of stable TWiki functions for Plugin developers This module defines official functions that TWiki plugins can use to interact... 2018-07-16T03:20:32Z TWikiContributor 19 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiFuncDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiFuncDotPm TWikiFormFieldDefinitionDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiFormFieldDefinitionDotPm Package TWiki::Form::FieldDefinition Base class of all field definition classes. Type specific classes are derived from this class to define specific per type behaviours... 2015-11-29T10:27:04Z TWikiContributor 2 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiFormFieldDefinitionDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiFormFieldDefinitionDotPm 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 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 TWikiAccessDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiAccessDotPm Package TWiki::Access A singleton object of this class manages the access control database. Dynamic access control and permission caching As TWiki:Codev/DynamicAccessControl... 2013-10-14T08:02:47Z TWikiContributor 5 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiAccessDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiAccessDotPm 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 TWikiPluginsDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiPluginsDotPm Package TWiki::Plugins This module defines the singleton object that handles Plugins loading, initialization and execution. This class uses Chain of Responsibility... 2010-05-29T14:44:56Z TWikiContributor 4 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiPluginsDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiPluginsDotPm TWikiUIRestDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUIRestDotPm Package TWiki::UI::Rest UI delegate for REST interface 2010-05-29T14:44:12Z TWikiContributor 1 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiUIRestDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiUIRestDotPm TWikiIfOP_iswebDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiIfOP_iswebDotPm 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 TWikiUISaveDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUISaveDotPm Package TWiki::UI::Save UI delegate for save function StaticMethod save ($session) Command handler for save command. This method is designed to be invoked via... 2008-01-22T03:21:35Z TWikiContributor 2 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiUISaveDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiUISaveDotPm TWikiQueryParserDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiQueryParserDotPm Package TWiki::Query::Parser Parser for queries 2008-01-22T03:21:35Z TWikiContributor 1 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiQueryParserDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiQueryParserDotPm TWikiStoreRcsWrapDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiStoreRcsWrapDotPm Package TWiki::Store::RcsWrap This package does not publish any methods. It implements the virtual methods of the TWiki::Store::RcsFile superclass. Wrapper around... 2008-01-22T03:21:33Z TWikiContributor 3 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiStoreRcsWrapDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiStoreRcsWrapDotPm TWikiQueryNodeDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiQueryNodeDotPm Package TWiki::Query A Query object is a representation of a query over the TWiki database. Fields are given by name, and values by strings or numbers. Strings should... 2008-01-22T03:21:32Z TWikiContributor 1 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiQueryNodeDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiQueryNodeDotPm
 

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

Changed:
<
<
-- PeterThoeny - 30 Jan 2003
>
>
-- 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.