Difference: WebRssBase (1 vs. 11)

Revision 112018-07-15 - TWikiContributor

 

RSS News Feeds

Find out What's New

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

  1. Visit WebChanges to see recent changes
  2. Subscribed in WebNotify get notified of recent changes by e-mail
  3. Use a news readers such as TWiki:Plugins/HeadlinesPlugin to display the recent changes

RSS Feed Usage

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"}%/%INCLUDINGWEB%">
  <title>%WIKITOOLNAME%'s <nop>%INCLUDINGWEB% web</title>
  <link>%SCRIPTURL{"view"}%/%INCLUDINGWEB%</link>
  <description>(the description of the web). TWiki is a Web-Based Collaboration Platform for the Enterprise.</description>
%INCLUDE{"TWiki.WebRssBase"}% <!--
   * Set SKIN = rss
-->

Below part is included by each WebRss topic:


%STARTINCLUDE%<image rdf:resource="%WIKILOGOIMG%" />
  <dc:language>en-us</dc:language>
  <dc:rights>%WEBRSSCOPYRIGHT%</dc:rights>
  <dc:publisher>%WIKIWEBMASTERNAME% [%WIKIWEBMASTER%]</dc:publisher>
  <dc:creator>The contributing authors of %WIKITOOLNAME%</dc:creator>
  <dc:source>%WIKITOOLNAME%</dc:source>
  <items>
    <rdf:Seq>
Changed:
<
<
>
>
%SEARCH{
Added:
>
>
".*" web="TWiki" excludetopic="WebStatistics" type="regex" nosearch="on" sort="modified" reverse="on" nototal="on" limit="16" scope="text" casesensitive="on" date="" format=" " }%
  Home - this site is powered by TWiki(R).TWiki https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki /twiki/pub/Main/TWikiPreferences/logo_stfc.png
Changed:
<
<
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... (last changed by TWikiContributor) 2015-11-29T10:27:04Z TWikiContributor TWikiFormDotPm https://twiki.pp.rl.ac.uk/twiki/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... (last changed by TWikiContributor) 2014-10-05T11:03:28Z TWikiContributor 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... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor 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... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor 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... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor 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... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor 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... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor 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... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor TWikiConfigureCheckersCertificateDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiConfigureCheckersCertificateDotPm Package TWiki::Configure::Checkers::CertificateChecker Configure GUI checker for Certificate items. This checker validates files that contain X.509 certificates,... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor 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... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor 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... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor TWikiUsersTWikiUserMappingDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUsersTWikiUserMappingDotPm 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... (last changed by TWikiContributor) 2011-08-21T04:16:00Z TWikiContributor TWikiUsersPasswordDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUsersPasswordDotPm 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... (last changed by TWikiContributor) 2011-08-21T04:15:50Z TWikiContributor TWikiSearchDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiSearchDotPm Package TWiki::Search This module implements all the search functionality. ClassMethod new ($session) Constructor for the singleton Search engine object. ObjectMethod... (last changed by TWikiContributor) 2011-04-12T00:50:47Z TWikiContributor TWikiEngineExceptionDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiEngineExceptionDotPm Package TWiki::EngineException Exception used to raise an engine related error. This exception has the following fields: status status code to send to client... (last changed by TWikiContributor) 2010-05-29T14:44:11Z TWikiContributor TWikiPrefsDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiPrefsDotPm Package TWiki::Prefs The Prefs class is a singleton that implements management of preferences. It uses a stack of TWiki::Prefs::PrefsCache objects to store the preferences... (last changed by TWikiContributor) 2010-05-29T14:44:10Z TWikiContributor
>
>
%SEARCH{
Added:
>
>
".*" web="TWiki" excludetopic="WebStatistics" type="regex" nosearch="on" sort="modified" reverse="on" nototal="on" limit="16" scope="text" casesensitive="on" date="" format="$n $topic$n https://twiki.pp.rl.ac.uk/twiki/bin/view/$web/$topic$n $summary (last changed by $wikiname)$n $isodate$n $n $n $username$n $n $n" }%
 

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

Revision 102012-11-09 - TWikiContributor

 

RSS News Feeds

Find out What's New

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

  1. Visit WebChanges to see recent changes
  2. Subscribed in WebNotify get notified of recent changes by e-mail
  3. Use a news readers such as TWiki:Plugins/HeadlinesPlugin to display the recent changes

RSS Feed Usage

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"}%/%INCLUDINGWEB%">
  <title>%WIKITOOLNAME%'s <nop>%INCLUDINGWEB% web</title>
  <link>%SCRIPTURL{"view"}%/%INCLUDINGWEB%</link>
  <description>(the description of the web). TWiki is a Web-Based Collaboration Platform for the Enterprise.</description>
%INCLUDE{"TWiki.WebRssBase"}% <!--
   * Set SKIN = rss
-->

Below part is included by each WebRss topic:


%STARTINCLUDE%<image rdf:resource="%WIKILOGOIMG%" />
  <dc:language>en-us</dc:language>
  <dc:rights>%WEBRSSCOPYRIGHT%</dc:rights>
  <dc:publisher>%WIKIWEBMASTERNAME% [%WIKIWEBMASTER%]</dc:publisher>
  <dc:creator>The contributing authors of %WIKITOOLNAME%</dc:creator>
  <dc:source>%WIKITOOLNAME%</dc:source>
  <items>
    <rdf:Seq>
Changed:
<
<
>
>
  Home - this site is powered by TWiki(R).TWiki https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki /twiki/pub/Main/TWikiPreferences/logo_stfc.png
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... (last changed by TWikiContributor) 2018-07-16T03:20:37Z TWikiContributor 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 (... (last changed by TWikiContributor) 2014-10-05T11:03:29Z TWikiContributor TWikiUIMdrepoUIDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUIMdrepoUIDotPm Package TWiki::UI::MdrepoUI UI delegate for mdrepo function StaticMethod mdrepo ($session); (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor TWikiUICopyDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUICopyDotPm 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... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor 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)... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor 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... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor 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... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor TWikiResponseDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiResponseDotPm Package TWiki::Response Class to encapsulate response data. Fields: status response status headers hashref to response headers body... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor TWikiMdrepoDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiMdrepoDotPm Package TWiki::Mdrepo ClassMethod new ($session) Construct a Mdrepo module. It`s a caller`s responsibility to guarantee all of the followings defined: $TWiki... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor TWikiUserMappingDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUserMappingDotPm Package TWiki::UserMapping This is a virtual base class (a.k.a an interface) for all user mappers. It is not useable as a mapping in TWiki use the BaseUserMapping... (last changed by TWikiContributor) 2011-08-21T04:16:08Z TWikiContributor 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... (last changed by TWikiContributor) 2011-04-12T00:50:46Z TWikiContributor WebLeftBarSearch https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/WebLeftBarSearch (last changed by TWikiContributor) 2009-04-29T20:53:55Z TWikiContributor TWikiUIRegisterDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUIRegisterDotPm Package TWiki::UI::Register User registration handling. StaticMethod register cgi ($session) register command handler. This method is designed to be invoked... (last changed by TWikiContributor) 2008-01-22T03:21:35Z TWikiContributor TWikiUIRDiffDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUIRDiffDotPm Package TWiki::UI::RDiff UI functions for diffing. StaticMethod diff ($session,$web,$topic,$query) diff command handler. This method is designed to be invoked... (last changed by TWikiContributor) 2008-01-22T03:21:32Z TWikiContributor TWikiIfParserDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiIfParserDotPm Package TWiki::If::Parser Support for the conditions in } statements. (last changed by TWikiContributor) 2008-01-22T03:21:31Z TWikiContributor TWikiAttachDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiAttachDotPm Package TWiki::Attach A singleton object of this class is used to deal with attachments to topics. ClassMethod new ($session) Constructor. ObjectMethod finish... (last changed by TWikiContributor) 2008-01-22T03:21:31Z TWikiContributor
>
>
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... (last changed by TWikiContributor) 2018-07-16T03:20:47Z TWikiContributor 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... (last changed by TWikiContributor) 2015-11-29T10:27:04Z TWikiContributor TWikiFormDotPm https://twiki.pp.rl.ac.uk/twiki/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... (last changed by TWikiContributor) 2014-10-05T11:03:28Z TWikiContributor 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... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor 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... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor 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... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor 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... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor 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... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor TWikiConfigureCheckersCertificateDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiConfigureCheckersCertificateDotPm Package TWiki::Configure::Checkers::CertificateChecker Configure GUI checker for Certificate items. This checker validates files that contain X.509 certificates,... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor 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... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor 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... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor 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... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor TWikiUsersTWikiUserMappingDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUsersTWikiUserMappingDotPm 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... (last changed by TWikiContributor) 2011-08-21T04:16:00Z TWikiContributor TWikiUsersPasswordDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUsersPasswordDotPm 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... (last changed by TWikiContributor) 2011-08-21T04:15:50Z TWikiContributor TWikiSearchDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiSearchDotPm Package TWiki::Search This module implements all the search functionality. ClassMethod new ($session) Constructor for the singleton Search engine object. ObjectMethod... (last changed by TWikiContributor) 2011-04-12T00:50:47Z TWikiContributor TWikiEngineExceptionDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiEngineExceptionDotPm Package TWiki::EngineException Exception used to raise an engine related error. This exception has the following fields: status status code to send to client... (last changed by TWikiContributor) 2010-05-29T14:44:11Z TWikiContributor
 

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

Deleted:
<
<
 

Revision 92008-12-01 - TWikiContributor

 

RSS News Feeds

Find out What's New

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

  1. Visit WebChanges to see recent changes
  2. Subscribed in WebNotify get notified of recent changes by e-mail
  3. Use a news readers such as TWiki:Plugins/HeadlinesPlugin to display the recent changes

RSS Feed Usage

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"}%/%INCLUDINGWEB%">
  <title>%WIKITOOLNAME%'s <nop>%INCLUDINGWEB% web</title>
  <link>%SCRIPTURL{"view"}%/%INCLUDINGWEB%</link>
  <description>(the description of the web). TWiki is a Web-Based Collaboration Platform for the Enterprise.</description>
%INCLUDE{"TWiki.WebRssBase"}% <!--
   * Set SKIN = rss
-->

Below part is included by each WebRss topic:


%STARTINCLUDE%<image rdf:resource="%WIKILOGOIMG%" />
  <dc:language>en-us</dc:language>
  <dc:rights>%WEBRSSCOPYRIGHT%</dc:rights>
  <dc:publisher>%WIKIWEBMASTERNAME% [%WIKIWEBMASTER%]</dc:publisher>
  <dc:creator>The contributing authors of %WIKITOOLNAME%</dc:creator>
  <dc:source>%WIKITOOLNAME%</dc:source>
  <items>
    <rdf:Seq>
Changed:
<
<
>
>
  Home - this site is powered by TWiki(R).TWiki https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki /twiki/pub/Main/TWikiPreferences/logo_stfc.png
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... (last changed by TWikiContributor) 2018-07-16T03:20:39Z TWikiContributor 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... (last changed by TWikiContributor) 2018-07-16T03:20:32Z TWikiContributor TWikiNetDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiNetDotPm Package TWiki::Net Object that brokers access to network resources. ObjectMethod finish () Break circular references. ObjectMethod registerExternalHTTPHandler... (last changed by TWikiContributor) 2015-11-29T10:27:03Z TWikiContributor 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... (last changed by TWikiContributor) 2015-11-29T10:27:03Z TWikiContributor TWikiUICopyDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUICopyDotPm 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... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor TWikiUIMdrepoUIDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUIMdrepoUIDotPm Package TWiki::UI::MdrepoUI UI delegate for mdrepo function StaticMethod mdrepo ($session); (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor 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... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor 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)... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor 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... (last changed by TWikiContributor) 2011-04-12T00:50:46Z TWikiContributor TWikiUIUploadDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUIUploadDotPm Package TWiki::UI::Upload UI delegate for attachment management functions StaticMethod attach ($session) attach command handler. This method is designed to be... (last changed by TWikiContributor) 2010-05-29T14:44:45Z TWikiContributor 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.... (last changed by TWikiContributor) 2008-12-06T09:02:22Z TWikiContributor TWikiQueryParserDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiQueryParserDotPm Package TWiki::Query::Parser Parser for queries (last changed by TWikiContributor) 2008-01-22T03:21:35Z TWikiContributor 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... (last changed by TWikiContributor) 2008-01-22T03:21:35Z TWikiContributor TWikiUIRDiffDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUIRDiffDotPm Package TWiki::UI::RDiff UI functions for diffing. StaticMethod diff ($session,$web,$topic,$query) diff command handler. This method is designed to be invoked... (last changed by TWikiContributor) 2008-01-22T03:21:32Z TWikiContributor 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... (last changed by TWikiContributor) 2008-01-22T03:21:32Z TWikiContributor 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... (last changed by TWikiContributor) 2008-01-22T03:21:32Z TWikiContributor
>
>
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... (last changed by TWikiContributor) 2018-07-16T03:20:39Z TWikiContributor 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... (last changed by TWikiContributor) 2018-07-16T03:20:37Z TWikiContributor 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... (last changed by TWikiContributor) 2015-11-29T10:27:03Z TWikiContributor 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 (... (last changed by TWikiContributor) 2014-10-05T11:03:29Z TWikiContributor 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... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor TWikiMdrepoDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiMdrepoDotPm Package TWiki::Mdrepo ClassMethod new ($session) Construct a Mdrepo module. It`s a caller`s responsibility to guarantee all of the followings defined: $TWiki... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor TWikiResponseDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiResponseDotPm Package TWiki::Response Class to encapsulate response data. Fields: status response status headers hashref to response headers body... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor 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... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor 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... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor 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)... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor TWikiUserMappingDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUserMappingDotPm Package TWiki::UserMapping This is a virtual base class (a.k.a an interface) for all user mappers. It is not useable as a mapping in TWiki use the BaseUserMapping... (last changed by TWikiContributor) 2011-08-21T04:16:08Z TWikiContributor 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... (last changed by TWikiContributor) 2011-04-12T00:50:46Z TWikiContributor WebLeftBarSearch https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/WebLeftBarSearch (last changed by TWikiContributor) 2009-04-29T20:53:55Z TWikiContributor 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... (last changed by TWikiContributor) 2008-01-22T03:21:35Z TWikiContributor TWikiUIRegisterDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUIRegisterDotPm Package TWiki::UI::Register User registration handling. StaticMethod register cgi ($session) register command handler. This method is designed to be invoked... (last changed by TWikiContributor) 2008-01-22T03:21:35Z TWikiContributor TWikiAttachDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiAttachDotPm Package TWiki::Attach A singleton object of this class is used to deal with attachments to topics. ClassMethod new ($session) Constructor. ObjectMethod finish... (last changed by TWikiContributor) 2008-01-22T03:21:31Z TWikiContributor
 

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

Revision 82005-03-27 - TWikiContributor

 

RSS News Feeds

Find out What's New

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

  1. Visit WebChanges to see recent changes
  2. Subscribed in WebNotify get notified of recent changes by e-mail
  3. Use a news readers such as TWiki:Plugins/HeadlinesPlugin to display the recent changes

RSS Feed Usage

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"}%/%INCLUDINGWEB%">
  <title>%WIKITOOLNAME%'s <nop>%INCLUDINGWEB% web</title>
  <link>%SCRIPTURL{"view"}%/%INCLUDINGWEB%</link>
  <description>(the description of the web). TWiki is a Web-Based Collaboration Platform for the Enterprise.</description>

Changed:
<
<
%INCLUDE{"TWiki.WebRssBase"}% <!--
>
>
%INCLUDE{"TWiki.WebRssBase"}% <!--
 
  • Set SKIN = rss
-->

Below part is included by each WebRss topic:


%STARTINCLUDE%<image rdf:resource="%WIKILOGOIMG%" />
  <dc:language>en-us</dc:language>
  <dc:rights>%WEBRSSCOPYRIGHT%</dc:rights>
  <dc:publisher>%WIKIWEBMASTERNAME% [%WIKIWEBMASTER%]</dc:publisher>
  <dc:creator>The contributing authors of %WIKITOOLNAME%</dc:creator>
  <dc:source>%WIKITOOLNAME%</dc:source>
  <items>
    <rdf:Seq>
%SEARCH{"%URLPARAM{"search" default=".*" }%" web="%URLPARAM{"web" default="%INCLUDINGWEB%" }%" excludetopic="%URLPARAM{"excludetopic" default="WebStatistics" }%" type="%URLPARAM{"type" default="regex" }%" nosearch="on" order="modified" reverse="on" nototal="on" limit="%URLPARAM{"limit" default="16" }%" scope="%URLPARAM{"scope" default="text" }%" casesensitive="%URLPARAM{"casesensitive" default="on" }%" date="%URLPARAM{"date" default="" }%" format="      <rdf:li rdf:resource=\"%SCRIPTURL{"view"}%/$web/$topic\" />"}%
    </rdf:Seq>
  </items>
</channel>
<image rdf:about="%WIKILOGOIMG%">
  <title>%WIKILOGOALT%.%INCLUDINGWEB%</title>
  <link>%SCRIPTURL{"view"}%/%INCLUDINGWEB%</link>
  <url>%WIKILOGOIMG%</url>
</image>
%SEARCH{"%URLPARAM{"search" default=".*" }%" web="%URLPARAM{"web" default="%INCLUDINGWEB%" }%" excludetopic="%URLPARAM{"excludetopic" default="WebStatistics" }%" type="%URLPARAM{"type" default="regex" }%" nosearch="on" order="modified" reverse="on" nototal="on" limit="%URLPARAM{"limit" default="16" }%" scope="%URLPARAM{"scope" default="text" }%" casesensitive="%URLPARAM{"casesensitive" default="on" }%" date="%URLPARAM{"date" default="" }%" format="<item rdf:about=\"%SCRIPTURL{"view"}%/$web/$topic\">$n  <title>$topic</title>$n  <link>%SCRIPTURL{"view"}%/$web/$topic</link>$n  <description>$summary (last changed by <nop>$wikiname)</description>$n  <dc:date>$isodate</dc:date>$n  <dc:contributor>$n    <rdf:Description link=\"%SCRIPTURL{"view"}%?topic=$wikiusername\">$n      <rdf:value>$username</rdf:value>$n    </rdf:Description>$n  </dc:contributor>$n</item>"}%
%STOPINCLUDE%

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

Revision 72005-03-27 - TWikiContributor

 

RSS News Feeds

Find out What's New

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

Changed:
<
<
  1. Visit WebChanges to see recent changes
  2. Subscribed in WebNotify get notified of recent changes by e-mail
  3. Use a news readers such as TWiki:Plugins/HeadlinesPlugin to display the recent changes
>
>
  1. Visit WebChanges to see recent changes
  2. Subscribed in WebNotify get notified of recent changes by e-mail
  3. Use a news readers such as TWiki:Plugins/HeadlinesPlugin to 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"}%/%INCLUDINGWEB%">
  <title>%WIKITOOLNAME%'s <nop>%INCLUDINGWEB% web</title>
  <link>%SCRIPTURL{"view"}%/%INCLUDINGWEB%</link>
  <description>(the description of the web). TWiki is a Web-Based Collaboration Platform for the Enterprise.</description>
%INCLUDE{"TWiki.WebRssBase"}% <!--

Changed:
<
<
  • Set SKIN = rss
>
>
  • Set SKIN = rss
 -->

Below part is included by each WebRss topic:


%STARTINCLUDE%<image rdf:resource="%WIKILOGOIMG%" />
  <dc:language>en-us</dc:language>
  <dc:rights>%WEBRSSCOPYRIGHT%</dc:rights>
  <dc:publisher>%WIKIWEBMASTERNAME% [%WIKIWEBMASTER%]</dc:publisher>
Changed:
<
<
TWiki Administrator [ppd.ut.support@stfc.ac.uk]
>
>
The contributing authors of TWiki
  TWiki
Changed:
<
<
>
>
  Home - this site is powered by TWiki(R).TWiki https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki /twiki/pub/Main/TWikiPreferences/logo_stfc.png
Changed:
<
<
TWikiFormFieldDefinitionDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiFormFieldDefinitionDotPm?t=2015-11-29T10:27:04Z 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... (last changed by TWikiContributor) 2015-11-29T10:27:04Z TWikiContributor TWikiFormDotPm https://twiki.pp.rl.ac.uk/twiki/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... (last changed by TWikiContributor) 2014-10-05T11:03:28Z TWikiContributor 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... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor TWikiUISearchDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUISearchDotPm?t=2013-10-14T08:02:47Z Package TWiki::UI::Search UI functions for searching. StaticMethod search ($session) Perform a search as dictated by CGI parameters: Parameter: Description... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor TWikiConfigureLoadDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiConfigureLoadDotPm?t=2013-10-14T08:02:47Z Package TWiki::Configure::Load This module consists of just a single subroutine readConfig . It allows to safely modify configuration variables for one single... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor 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... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor TWikiConfigureCheckersCertificateDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiConfigureCheckersCertificateDotPm?t=2013-10-14T08:02:47Z Package TWiki::Configure::Checkers::CertificateChecker Configure GUI checker for Certificate items. This checker validates files that contain X.509 certificates,... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor 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... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor 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... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor TWikiOopsExceptionDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiOopsExceptionDotPm?t=2013-10-14T08:02:47Z 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... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor TWikiLoginManagerDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiLoginManagerDotPm?t=2013-10-14T08:02:47Z 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... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor TWikiAccessDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiAccessDotPm?t=2013-10-14T08:02:47Z Package TWiki::Access A singleton object of this class manages the access control database. Dynamic access control and permission caching As TWiki:Codev/DynamicAccessControl... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor 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... (last changed by TWikiContributor) 2011-08-21T04:16:00Z TWikiContributor 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... (last changed by TWikiContributor) 2011-08-21T04:15:50Z TWikiContributor 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... (last changed by TWikiContributor) 2011-04-12T00:50:47Z TWikiContributor TWikiEngineExceptionDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiEngineExceptionDotPm?t=2010-05-29T14:44:11Z Package TWiki::EngineException Exception used to raise an engine related error. This exception has the following fields: status status code to send to client... (last changed by TWikiContributor) 2010-05-29T14:44:11Z TWikiContributor
>
>
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... (last changed by TWikiContributor) 2015-11-29T10:27:04Z TWikiContributor TWikiFormDotPm https://twiki.pp.rl.ac.uk/twiki/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... (last changed by TWikiContributor) 2014-10-05T11:03:28Z TWikiContributor 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... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor 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... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor 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... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor 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... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor 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... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor 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... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor TWikiConfigureCheckersCertificateDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiConfigureCheckersCertificateDotPm Package TWiki::Configure::Checkers::CertificateChecker Configure GUI checker for Certificate items. This checker validates files that contain X.509 certificates,... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor 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... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor 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... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor TWikiUsersTWikiUserMappingDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUsersTWikiUserMappingDotPm 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... (last changed by TWikiContributor) 2011-08-21T04:16:00Z TWikiContributor TWikiUsersPasswordDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUsersPasswordDotPm 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... (last changed by TWikiContributor) 2011-08-21T04:15:50Z TWikiContributor TWikiSearchDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiSearchDotPm Package TWiki::Search This module implements all the search functionality. ClassMethod new ($session) Constructor for the singleton Search engine object. ObjectMethod... (last changed by TWikiContributor) 2011-04-12T00:50:47Z TWikiContributor TWikiEngineExceptionDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiEngineExceptionDotPm Package TWiki::EngineException Exception used to raise an engine related error. This exception has the following fields: status status code to send to client... (last changed by TWikiContributor) 2010-05-29T14:44:11Z TWikiContributor TWikiPrefsDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiPrefsDotPm Package TWiki::Prefs The Prefs class is a singleton that implements management of preferences. It uses a stack of TWiki::Prefs::PrefsCache objects to store the preferences... (last changed by TWikiContributor) 2010-05-29T14:44:10Z TWikiContributor
 

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

Revision 62005-03-27 - TWikiContributor

Changed:
<
<

How to Find out What's New?

>
>

RSS News Feeds

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

Find out What's New

Deleted:
<
<
  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
 
Added:
>
>
There are several ways to find out what's new in each TWiki web:
  1. Visit WebChanges to see recent changes
  2. Subscribed in WebNotify get notified of recent changes by e-mail
  3. Use a news readers such as TWiki:Plugins/HeadlinesPlugin to 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:


Changed:
<
<
<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"}%
>
>
<channel rdf:about="%SCRIPTURL{"view"}%/%INCLUDINGWEB%">
  <title>%WIKITOOLNAME%'s <nop>%INCLUDINGWEB% web</title>
  <link>%SCRIPTURL{"view"}%/%INCLUDINGWEB%</link>
  <description>(the description of the web). TWiki is a Web-Based Collaboration Platform for the Enterprise.</description>
%INCLUDE{"TWiki.WebRssBase"}% <!--
	* Set SKIN = rss

Added:
>
>
-->
 

Below part is included by each WebRss topic:


%STARTINCLUDE%<image rdf:resource="%WIKILOGOIMG%" />
  <dc:language>en-us</dc:language>
  <dc:rights>%WEBRSSCOPYRIGHT%</dc:rights>
  <dc:publisher>%WIKIWEBMASTERNAME% [%WIKIWEBMASTER%]</dc:publisher>
  <dc:creator>%WIKIWEBMASTERNAME% [%WIKIWEBMASTER%]</dc:creator>
  <dc:source>%WIKITOOLNAME%</dc:source>
Deleted:
<
<
TWiki.TWiki
 
Changed:
<
<
>
>
  Home - this site is powered by TWiki(R).TWiki
Changed:
<
<
https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki
>
>
https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki
  /twiki/pub/Main/TWikiPreferences/logo_stfc.png
Changed:
<
<
TWikiConfigureImgToolDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiConfigureImgToolDotPm?t=2018-07-16T03:20:39Z Package TWiki::Configure::ImgTool This class is a singleton that offers URLs for the images (logos, warning, info) used during configuration when neither pub... (last changed by TWikiContributor) 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 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... (last changed by TWikiContributor) 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?t=2015-11-29T10:27:03Z 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... (last changed by TWikiContributor) 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?t=2014-10-05T11:03:29Z Package TWiki::Time Time handling functions. StaticMethod parseTime ($szDate,$defaultLocal) $iSecs Convert string date/time string to seconds since epoch (... (last changed by TWikiContributor) 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 TWikiMdrepoDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiMdrepoDotPm?t=2013-10-14T08:02:47Z Package TWiki::Mdrepo ClassMethod new ($session) Construct a Mdrepo module. It`s a caller`s responsibility to guarantee all of the followings defined: $TWiki... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor 1 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiMdrepoDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiMdrepoDotPm TWikiResponseDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiResponseDotPm?t=2013-10-14T08:02:47Z Package TWiki::Response Class to encapsulate response data. Fields: status response status headers hashref to response headers body... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor 3 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiResponseDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiResponseDotPm TWikiMetaDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiMetaDotPm?t=2013-10-14T08:02:47Z 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... (last changed by TWikiContributor) 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 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... (last changed by TWikiContributor) 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 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)... (last changed by TWikiContributor) 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 TWikiUserMappingDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUserMappingDotPm?t=2011-08-21T04:16:08Z Package TWiki::UserMapping This is a virtual base class (a.k.a an interface) for all user mappers. It is not useable as a mapping in TWiki use the BaseUserMapping... (last changed by TWikiContributor) 2011-08-21T04:16:08Z TWikiContributor 3 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiUserMappingDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiUserMappingDotPm 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... (last changed by TWikiContributor) 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 WebLeftBarSearch https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/WebLeftBarSearch?t=2009-04-29T20:53:55Z (last changed by TWikiContributor) 2009-04-29T20:53:55Z TWikiContributor 4 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/WebLeftBarSearch https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/WebLeftBarSearch TWikiUISaveDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUISaveDotPm?t=2008-01-22T03:21:35Z 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... (last changed by TWikiContributor) 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 TWikiUIRegisterDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUIRegisterDotPm?t=2008-01-22T03:21:35Z Package TWiki::UI::Register User registration handling. StaticMethod register cgi ($session) register command handler. This method is designed to be invoked... (last changed by TWikiContributor) 2008-01-22T03:21:35Z TWikiContributor 5 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiUIRegisterDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiUIRegisterDotPm TWikiAttachDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiAttachDotPm?t=2008-01-22T03:21:31Z Package TWiki::Attach A singleton object of this class is used to deal with attachments to topics. ClassMethod new ($session) Constructor. ObjectMethod finish... (last changed by TWikiContributor) 2008-01-22T03:21:31Z TWikiContributor 3 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiAttachDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiAttachDotPm TWikiIfParserDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiIfParserDotPm?t=2008-01-22T03:21:31Z Package TWiki::If::Parser Support for the conditions in } statements. (last changed by TWikiContributor) 2008-01-22T03:21:31Z TWikiContributor 1 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiIfParserDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiIfParserDotPm
>
>
TWikiRenderDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiRenderDotPm?t=2018-07-16T03:20:47Z Package TWiki::Render This module provides most of the actual HTML rendering code in TWiki. ClassMethod new ($session) Creates a new renderer ObjectMethod finish... (last changed by TWikiContributor) 2018-07-16T03:20:47Z TWikiContributor TWikiFormFieldDefinitionDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiFormFieldDefinitionDotPm?t=2015-11-29T10:27:04Z 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... (last changed by TWikiContributor) 2015-11-29T10:27:04Z TWikiContributor TWikiFormDotPm https://twiki.pp.rl.ac.uk/twiki/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... (last changed by TWikiContributor) 2014-10-05T11:03:28Z TWikiContributor 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... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor TWikiLoginManagerDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiLoginManagerDotPm?t=2013-10-14T08:02:47Z 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... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor TWikiAccessDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiAccessDotPm?t=2013-10-14T08:02:47Z Package TWiki::Access A singleton object of this class manages the access control database. Dynamic access control and permission caching As TWiki:Codev/DynamicAccessControl... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor TWikiOopsExceptionDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiOopsExceptionDotPm?t=2013-10-14T08:02:47Z 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... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor TWikiConfigureLoadDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiConfigureLoadDotPm?t=2013-10-14T08:02:47Z Package TWiki::Configure::Load This module consists of just a single subroutine readConfig . It allows to safely modify configuration variables for one single... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor TWikiConfigureCheckersCertificateDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiConfigureCheckersCertificateDotPm?t=2013-10-14T08:02:47Z Package TWiki::Configure::Checkers::CertificateChecker Configure GUI checker for Certificate items. This checker validates files that contain X.509 certificates,... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor 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... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor 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... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor 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... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor 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... (last changed by TWikiContributor) 2011-08-21T04:16:00Z TWikiContributor 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... (last changed by TWikiContributor) 2011-08-21T04:15:50Z TWikiContributor 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... (last changed by TWikiContributor) 2011-04-12T00:50:47Z TWikiContributor TWikiEngineExceptionDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiEngineExceptionDotPm?t=2010-05-29T14:44:11Z Package TWiki::EngineException Exception used to raise an engine related error. This exception has the following fields: status status code to send to client... (last changed by TWikiContributor) 2010-05-29T14:44:11Z TWikiContributor
 
Changed:
<
<
See also: TWiki:Codev/RichSiteSummary, TWiki:Codev/TWikiSyndication
>
>
See also: WebAtomBase, TWiki:Codev/RichSiteSummary, TWiki:Codev/TWikiSyndication
Deleted:
<
<
-- TWiki:Main.PeterThoeny - 02 Sep 2003
 

Revision 52004-08-15 - PeterThoeny

Changed:
<
<

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

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>
%SEARCH{"%URLPARAM{"search" default=".*" }%" web="%INCLUDINGWEB%" regex="on" nosearch="on" order="modified" reverse="on" nototal="on" limit="16" format="<item rdf:about=\"%SCRIPTURL%/view%SCRIPTSUFFIX%/$web/$topic\">$n  <title>$topic</title>$n  <link>%SCRIPTURL%/view%SCRIPTSUFFIX%/$web/$topic?t=$isodate</link>$n  <description>$summary</description>$n  <dc:date>$isodate</dc:date>$n  <dc:contributor>$n    <rdf:Description link=\"%SCRIPTURL%/view%SCRIPTSUFFIX%?topic=$wikiusername\">$n      <rdf:value>$username</rdf:value>$n    </rdf:Description>$n  </dc:contributor>$n  <wiki:version>$rev</wiki:version>$n  <wiki:status>updated</wiki:status>$n  <wiki:importance>major</wiki:importance>$n  <wiki:diff>%SCRIPTURL%/rdiff%SCRIPTSUFFIX%/$web/$topic</wiki:diff>$n  <wiki:history>%SCRIPTURL%/rdiff%SCRIPTSUFFIX%/$web/$topic</wiki:history>$n</item>"}%
%STOPINCLUDE%

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

-- PeterThoeny - 02 Sep 2003

>
>

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

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="%WIKILOGOIMG%" />
  <dc:language>en-us</dc:language>
  <dc:rights>%WEBRSSCOPYRIGHT%</dc:rights>
  <dc:publisher>%WIKIWEBMASTERNAME% [%WIKIWEBMASTER%]</dc:publisher>
  <dc:creator>%WIKIWEBMASTERNAME% [%WIKIWEBMASTER%]</dc:creator>
  <dc:source>%WIKITOOLNAME%</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="%WIKILOGOIMG%">
  <title>%WIKILOGOALT%.%INCLUDINGWEB%</title>
  <link>%SCRIPTURL%/view%SCRIPTSUFFIX%/%INCLUDINGWEB%</link>
  <url>%WIKILOGOIMG%</url>
</image>
%SEARCH{"%URLPARAM{"search" default=".*" }%" web="%INCLUDINGWEB%" regex="on" nosearch="on" order="modified" reverse="on" nototal="on" limit="16" format="<item rdf:about=\"%SCRIPTURL%/view%SCRIPTSUFFIX%/$web/$topic\">$n  <title>$topic</title>$n  <link>%SCRIPTURL%/view%SCRIPTSUFFIX%/$web/$topic?t=$isodate</link>$n  <description>$summary (last changed by <nop>$wikiname)</description>$n  <dc:date>$isodate</dc:date>$n  <dc:contributor>$n    <rdf:Description link=\"%SCRIPTURL%/view%SCRIPTSUFFIX%?topic=$wikiusername\">$n      <rdf:value>$username</rdf:value>$n    </rdf:Description>$n  </dc:contributor>$n  <wiki:version>$rev</wiki:version>$n  <wiki:status>updated</wiki:status>$n  <wiki:importance>major</wiki:importance>$n  <wiki:diff>%SCRIPTURL%/rdiff%SCRIPTSUFFIX%/$web/$topic</wiki:diff>$n  <wiki:history>%SCRIPTURL%/rdiff%SCRIPTSUFFIX%/$web/$topic</wiki:history>$n</item>"}%
%STOPINCLUDE%

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

Added:
>
>
-- TWiki:Main.PeterThoeny - 02 Sep 2003
 

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:
<
<
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 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 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 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 TWikiMdrepoDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiMdrepoDotPm Package TWiki::Mdrepo ClassMethod new ($session) Construct a Mdrepo module. It`s a caller`s responsibility to guarantee all of the followings defined: $TWiki... 2013-10-14T08:02:47Z TWikiContributor 1 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiMdrepoDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiMdrepoDotPm TWikiResponseDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiResponseDotPm Package TWiki::Response Class to encapsulate response data. Fields: status response status headers hashref to response headers body... 2013-10-14T08:02:47Z TWikiContributor 3 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiResponseDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiResponseDotPm 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 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 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 TWikiUserMappingDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUserMappingDotPm Package TWiki::UserMapping This is a virtual base class (a.k.a an interface) for all user mappers. It is not useable as a mapping in TWiki use the BaseUserMapping... 2011-08-21T04:16:08Z TWikiContributor 3 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiUserMappingDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiUserMappingDotPm 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 WebLeftBarSearch https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/WebLeftBarSearch 2009-04-29T20:53:55Z TWikiContributor 4 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/WebLeftBarSearch https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/WebLeftBarSearch 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 TWikiUIRegisterDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUIRegisterDotPm Package TWiki::UI::Register User registration handling. StaticMethod register cgi ($session) register command handler. This method is designed to be invoked... 2008-01-22T03:21:35Z TWikiContributor 5 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiUIRegisterDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiUIRegisterDotPm TWikiAttachDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiAttachDotPm Package TWiki::Attach A singleton object of this class is used to deal with attachments to topics. ClassMethod new ($session) Constructor. ObjectMethod finish... 2008-01-22T03:21:31Z TWikiContributor 3 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiAttachDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiAttachDotPm TWikiIfParserDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiIfParserDotPm Package TWiki::If::Parser Support for the conditions in } statements. 2008-01-22T03:21:31Z TWikiContributor 1 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiIfParserDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiIfParserDotPm
>
>
TWikiConfigureImgToolDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiConfigureImgToolDotPm?t=2018-07-16T03:20:39Z 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 TWikiFuncDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiFuncDotPm?t=2018-07-16T03:20:32Z 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 TWikiNetDotPm https://twiki.pp.rl.ac.uk/twiki/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://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiNetDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiNetDotPm TWikiDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiDotPm?t=2015-11-29T10:27:03Z 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 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 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 TWikiStoreSearchAlgorithmsPurePerlDotPm https://twiki.pp.rl.ac.uk/twiki/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://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiStoreSearchAlgorithmsPurePerlDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiStoreSearchAlgorithmsPurePerlDotPm TWikiStoreRcsLiteDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiStoreRcsLiteDotPm?t=2013-10-14T08:02:47Z 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 TWikiUIUploadDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUIUploadDotPm?t=2010-05-29T14:44:45Z Package TWiki::UI::Upload UI delegate for attachment management functions StaticMethod attach ($session) attach command handler. This method is designed to be... 2010-05-29T14:44:45Z TWikiContributor 5 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiUIUploadDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiUIUploadDotPm WebLeftBarSearch https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/WebLeftBarSearch?t=2009-04-29T20:53:55Z 2009-04-29T20:53:55Z TWikiContributor 4 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/WebLeftBarSearch https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/WebLeftBarSearch TWikiInfixParserDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiInfixParserDotPm?t=2008-12-06T09:02:22Z 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 TWikiQueryParserDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiQueryParserDotPm?t=2008-01-22T03:21:35Z 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 TWikiUISaveDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUISaveDotPm?t=2008-01-22T03:21:35Z 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 TWikiUIRDiffDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUIRDiffDotPm?t=2008-01-22T03:21:32Z Package TWiki::UI::RDiff UI functions for diffing. StaticMethod diff ($session,$web,$topic,$query) diff command handler. This method is designed to be invoked... 2008-01-22T03:21:32Z TWikiContributor 3 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiUIRDiffDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiUIRDiffDotPm TWikiQueryNodeDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiQueryNodeDotPm?t=2008-01-22T03:21:32Z 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 TWikiCompatibilityDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiCompatibilityDotPm?t=2008-01-22T03:21:32Z 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
 

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

-- PeterThoeny - 02 Sep 2003

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 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 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 TWikiNetDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiNetDotPm 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://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiNetDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiNetDotPm 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 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 TWikiUICopyDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUICopyDotPm 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 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 TWikiUIUploadDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUIUploadDotPm Package TWiki::UI::Upload UI delegate for attachment management functions StaticMethod attach ($session) attach command handler. This method is designed to be... 2010-05-29T14:44:45Z TWikiContributor 5 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiUIUploadDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiUIUploadDotPm 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 TWikiUIRegisterDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUIRegisterDotPm Package TWiki::UI::Register User registration handling. StaticMethod register cgi ($session) register command handler. This method is designed to be invoked... 2008-01-22T03:21:35Z TWikiContributor 5 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiUIRegisterDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiUIRegisterDotPm 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 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 TWikiUIRDiffDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUIRDiffDotPm Package TWiki::UI::RDiff UI functions for diffing. StaticMethod diff ($session,$web,$topic,$query) diff command handler. This method is designed to be invoked... 2008-01-22T03:21:32Z TWikiContributor 3 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiUIRDiffDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiUIRDiffDotPm 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
>
>
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 TWikiFormDotPm https://twiki.pp.rl.ac.uk/twiki/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://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiFormDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiFormDotPm 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 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 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 TWikiConfigureCheckersCertificateDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiConfigureCheckersCertificateDotPm Package TWiki::Configure::Checkers::CertificateChecker Configure GUI checker for Certificate items. This checker validates files that contain X.509 certificates,... 2013-10-14T08:02:47Z TWikiContributor 1 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiConfigureCheckersCertificateDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiConfigureCheckersCertificateDotPm 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 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 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 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 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 TWikiUsersTWikiUserMappingDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUsersTWikiUserMappingDotPm 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 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 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 TWikiEngineExceptionDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiEngineExceptionDotPm Package TWiki::EngineException Exception used to raise an engine related error. This exception has the following fields: status status code to send to client... 2010-05-29T14:44:11Z TWikiContributor 1 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiEngineExceptionDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiEngineExceptionDotPm TWikiPrefsDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiPrefsDotPm Package TWiki::Prefs The Prefs class is a singleton that implements management of preferences. It uses a stack of TWiki::Prefs::PrefsCache objects to store the preferences... 2010-05-29T14:44:10Z TWikiContributor 7 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiPrefsDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiPrefsDotPm
 

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

Changed:
<
<
-- PeterThoeny - 30 Jan 2003
>
>
-- PeterThoeny - 02 Sep 2003
 

Revision 22003-02-26 - PeterThoeny

 

RSS Feed

This is the base for the RSS feed for each web.

Each web has a WebRss that should contain 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:


Changed:
<
<
>
>
  en-us Copyright 2024, Peter Thoeny and contributing authors. Peter Thoeny [Peter@Thoeny.com] Peter Thoeny [Peter@Thoeny.com] TWiki TWiki.TWiki
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 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 TWikiUsersDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUsersDotPm Package TWiki::Users This package provides services for the lookup and manipulation of login and wiki names of users, and their authentication. It is a Facade that... 2018-07-16T03:20:32Z TWikiContributor 8 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiUsersDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiUsersDotPm 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 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 TWikiConfigureCheckersCertificateDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiConfigureCheckersCertificateDotPm Package TWiki::Configure::Checkers::CertificateChecker Configure GUI checker for Certificate items. This checker validates files that contain X.509 certificates,... 2013-10-14T08:02:47Z TWikiContributor 1 updated major https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiConfigureCheckersCertificateDotPm https://twiki.pp.rl.ac.uk/twiki/bin/rdiff/TWiki/TWikiConfigureCheckersCertificateDotPm 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 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 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 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 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 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 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 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


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

-- PeterThoeny - 30 Jan 2003

Revision 12003-01-30 - PeterThoeny

 

RSS Feed

This is the base for the RSS feed for each web.

Each web has a WebRss that should contain 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%/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{".*" 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%/twikilogo88x31.gif">
  <title>TWiki.%INCLUDINGWEB%</title>
  <link>%SCRIPTURL%/view%SCRIPTSUFFIX%/%INCLUDINGWEB%</link>
  <url>%PUBURL%/%TWIKIWEB%/TWikiLogos/twikilogo88x31.gif</url>
</image>
%SEARCH{".*" web="%INCLUDINGWEB%" regex="on" nosearch="on" order="modified" reverse="on" nototal="on" limit="16" format="<item rdf:about=\"%SCRIPTURL%/view%SCRIPTSUFFIX%/$web/$topic\">$n  <title>$topic</title>$n  <link>%SCRIPTURL%/view%SCRIPTSUFFIX%/$web/$topic</link>$n  <description>$summary</description>$n  <dc:date>$isodate</dc:date>$n  <dc:contributor>$n    <rdf:Description link=\"%SCRIPTURL%/view%SCRIPTSUFFIX%?topic=$wikiusername\">$n      <rdf:value>$username</rdf:value>$n    </rdf:Description>$n  </dc:contributor>$n  <wiki:version>$rev</wiki:version>$n  <wiki:status>updated</wiki:status>$n  <wiki:importance>major</wiki:importance>$n  <wiki:diff>%SCRIPTURL%/rdiff%SCRIPTSUFFIX%/$web/$topic</wiki:diff>$n  <wiki:history>%SCRIPTURL%/rdiff%SCRIPTSUFFIX%/$web/$topic</wiki:history>$n</item>"}%
%STOPINCLUDE%

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

-- PeterThoeny - 30 Jan 2003

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 1999-2024 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.