Difference: WebRssBase (9 vs. 10)

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:
<
<
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 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... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor 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... (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 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 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... (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 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 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 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 WebLeftBarSearch https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/WebLeftBarSearch (last changed by TWikiContributor) 2009-04-29T20:53:55Z TWikiContributor TWikiPluralsDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiPluralsDotPm Package TWiki::Plurals Handle conversion of plural topic names to singular form. StaticMethod singularForm ($web,$pluralForm) $singularForm Try to singularise... (last changed by TWikiContributor) 2009-03-30T09:17:52Z 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 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 TWikiUsersApacheHtpasswdUserDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUsersApacheHtpasswdUserDotPm Package TWiki::Users::ApacheHtpasswdUser Password manager that uses Apache::HtPasswd to manage users and passwords. Subclass of TWiki::Users::Password . See documentation... (last changed by TWikiContributor) 2008-01-22T03:21:31Z 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 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 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 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 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... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor 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... (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 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... (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 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 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 WebLeftBarSearch https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/WebLeftBarSearch (last changed by TWikiContributor) 2009-04-29T20:53:55Z TWikiContributor TWikiPluralsDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiPluralsDotPm Package TWiki::Plurals Handle conversion of plural topic names to singular form. StaticMethod singularForm ($web,$pluralForm) $singularForm Try to singularise... (last changed by TWikiContributor) 2009-03-30T09:17:52Z 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 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
 

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

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