Difference: WebAtomBase (5 vs. 6)

Revision 62013-04-23 - TWikiContributor

 

ATOM 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

ATOM Feed Usage

ATOM Feed Internals

Each web has a WebAtom topic which includes part of this WebAtomBase topic. This topic is the base for the ATOM feed and generates an WebAtom 1.0 feed for TWiki:Codev/AtomSyndication.

The WebAtom topic in each web contains the following text:


<title><nop>%WIKITOOLNAME%'s <nop>%INCLUDINGWEB% web</title>
<subtitle>(the description of the web, plain text with no markup and no wikiwords). TWiki is an Enterprise Collaboration Platform.</subtitle>
%INCLUDE{"%SYSTEMWEB%.WebAtomBase"}% <!--
   * Set SKIN = rss
-->

Below part is included by each WebAtom topic:


%STARTINCLUDE%<link rel="self" type="application/atom+xml" href="%SCRIPTURL{"view"}%/%INCLUDINGWEB%/%BASETOPIC%"/>
<id>%SCRIPTURL{"view"}%/%INCLUDINGWEB%</id>
Changed:
<
<
Copyright 2025 by contributing authors 2018-07-16T03:20:47Z TWikiRenderDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiRenderDotPm 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) TWikiContributor TWikiUIDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUIDotPm 2018-07-16T03:20:41Z Package TWiki::UI Coordinator of execution flow and service functions used by the UI packages StaticMethod handleRequest ($req) $res Main coordinator of request... (last changed by TWikiContributor) TWikiContributor TWikiRequestDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiRequestDotPm 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) TWikiContributor TWikiLoginManagerDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiLoginManagerDotPm 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) TWikiContributor TWikiUsersBaseUserMappingDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUsersBaseUserMappingDotPm 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) TWikiContributor TWikiStoreRcsLiteDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiStoreRcsLiteDotPm 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... (last changed by TWikiContributor) TWikiContributor TWikiFormSelectDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiFormSelectDotPm 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) TWikiContributor TWikiLoginManagerSessionDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiLoginManagerSessionDotPm 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) TWikiContributor TWikiStoreRcsFileDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiStoreRcsFileDotPm 2013-10-14T08:02:47Z 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) TWikiContributor TWikiPluginsDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiPluginsDotPm 2010-05-29T14:44:56Z Package TWiki::Plugins This module defines the singleton object that handles Plugins loading, initialization and execution. This class uses Chain of Responsibility... (last changed by TWikiContributor) TWikiContributor TWikiUIRestDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUIRestDotPm 2010-05-29T14:44:12Z Package TWiki::UI::Rest UI delegate for REST interface (last changed by TWikiContributor) TWikiContributor TWikiEngineExceptionDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiEngineExceptionDotPm 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) TWikiContributor TWikiUISaveDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUISaveDotPm 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) TWikiContributor TWikiUIRegisterDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUIRegisterDotPm 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) TWikiContributor TWikiTemplatesDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiTemplatesDotPm 2008-01-22T03:21:31Z Package TWiki::Templates Support for the TWiki template language. The following tokens are supported by this language: % TMPL:P% Instantiates a previously defined... (last changed by TWikiContributor) TWikiContributor TWikiUsersApacheHtpasswdUserDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUsersApacheHtpasswdUserDotPm 2008-01-22T03:21:31Z 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) TWikiContributor
>
>
Copyright 2025 by contributing authors 2018-07-16T03:20:45Z SourceCode https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/SourceCode 2018-07-16T03:20:45Z TWiki Source Code Packages This documentation is automatically generated from the pod , so it always matches the running code TWiki::AccessControlException Exception... (last changed by TWikiContributor) TWikiContributor TWikiConfigureImgToolDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiConfigureImgToolDotPm 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) TWikiContributor TWikiFormFieldDefinitionDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiFormFieldDefinitionDotPm 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) TWikiContributor TWikiNetDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiNetDotPm 2015-11-29T10:27:03Z Package TWiki::Net Object that brokers access to network resources. ObjectMethod finish () Break circular references. ObjectMethod registerExternalHTTPHandler... (last changed by TWikiContributor) TWikiContributor TWikiOopsExceptionDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiOopsExceptionDotPm 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) TWikiContributor TWikiConfigureCheckersCertificateKeyCheckerDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiConfigureCheckersCertificateKeyCheckerDotPm 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) TWikiContributor TWikiStoreSearchAlgorithmsPurePerlDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiStoreSearchAlgorithmsPurePerlDotPm 2013-10-14T08:02:47Z Package TWiki::Store::SearchAlgorithms::PurePerl Pure perl implementation of the RCS cache search. StaticMethod search ($searchString,$topics,$options,$sDir)... (last changed by TWikiContributor) TWikiContributor TWikiEngineDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiEngineDotPm 2013-10-14T08:02:47Z 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.... (last changed by TWikiContributor) TWikiContributor TWikiPluginDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiPluginDotPm 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) TWikiContributor TWikiUISearchDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUISearchDotPm 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) TWikiContributor TWikiResponseDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiResponseDotPm 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) TWikiContributor TWikiUsersTWikiUserMappingDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUsersTWikiUserMappingDotPm 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) TWikiContributor TWikiUsersHtPasswdUserDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUsersHtPasswdUserDotPm 2011-08-21T04:15:17Z Package TWiki::Users::HtPasswdUser Support for htpasswd and htdigest format password files. Subclass of TWiki::Users::Password . See documentation of that class... (last changed by TWikiContributor) TWikiContributor TWikiUIUploadDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUIUploadDotPm 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... (last changed by TWikiContributor) TWikiContributor WebLeftBarSearch https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/WebLeftBarSearch 2009-04-29T20:53:55Z (last changed by TWikiContributor) TWikiContributor TWikiIfOP_iswebDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiIfOP_iswebDotPm 2008-12-06T09:02:15Z Package TWiki::If::OP isweb (last changed by TWikiContributor) TWikiContributor
 

See also: WebRssBase, TWiki:Codev/AtomSyndication

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