Difference: WebAtomBase (4 vs. 5)

Revision 52008-12-01 - 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>
<rights>%WEBRSSCOPYRIGHT%</rights>%CALC{$SET(c,0)}%
Changed:
<
<
ERROR: syntax error, near ">" TWikiStoreDotPm https://g3.dmuk.ac.uk/twiki/bin/view/TWiki/TWikiStoreDotPm 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) TWikiContributor TWikiUsersDotPm https://g3.dmuk.ac.uk/twiki/bin/view/TWiki/TWikiUsersDotPm 2018-07-16T03:20:32Z 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... (last changed by TWikiContributor) TWikiContributor TWikiFormFieldDefinitionDotPm https://g3.dmuk.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://g3.dmuk.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 TWikiTimeDotPm https://g3.dmuk.ac.uk/twiki/bin/view/TWiki/TWikiTimeDotPm 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) TWikiContributor TWikiFormDotPm https://g3.dmuk.ac.uk/twiki/bin/view/TWiki/TWikiFormDotPm 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) TWikiContributor TWikiEngineDotPm https://g3.dmuk.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 TWikiMdrepoDotPm https://g3.dmuk.ac.uk/twiki/bin/view/TWiki/TWikiMdrepoDotPm 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) TWikiContributor TWikiUICopyDotPm https://g3.dmuk.ac.uk/twiki/bin/view/TWiki/TWikiUICopyDotPm 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... (last changed by TWikiContributor) TWikiContributor TWikiConfigureLoadDotPm https://g3.dmuk.ac.uk/twiki/bin/view/TWiki/TWikiConfigureLoadDotPm 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) TWikiContributor TWikiResponseDotPm https://g3.dmuk.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 TWikiLoginManagerSessionDotPm https://g3.dmuk.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 TWikiUsersHtPasswdUserDotPm https://g3.dmuk.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 TWikiPrefsDotPm https://g3.dmuk.ac.uk/twiki/bin/view/TWiki/TWikiPrefsDotPm 2010-05-29T14:44:10Z 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) TWikiContributor TWikiIfOP_iswebDotPm https://g3.dmuk.ac.uk/twiki/bin/view/TWiki/TWikiIfOP_iswebDotPm 2008-12-06T09:02:15Z Package TWiki::If::OP isweb (last changed by TWikiContributor) TWikiContributor TWikiUIManageDotPm https://g3.dmuk.ac.uk/twiki/bin/view/TWiki/TWikiUIManageDotPm 2008-01-22T03:21:31Z Package TWiki::UI::Manage UI functions for web, topic and user management StaticMethod manage ($session) manage command handler. This method is designed to be... (last changed by TWikiContributor) TWikiContributor
>
>
TWikiFuncDotPm https://g3.dmuk.ac.uk/twiki/bin/view/TWiki/TWikiFuncDotPm 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... (last changed by TWikiContributor) TWikiContributor TWikiDotPm https://g3.dmuk.ac.uk/twiki/bin/view/TWiki/TWikiDotPm 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) TWikiContributor TWikiAccessDotPm https://g3.dmuk.ac.uk/twiki/bin/view/TWiki/TWikiAccessDotPm 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) TWikiContributor TWikiRequestDotPm https://g3.dmuk.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 TWikiStoreSearchAlgorithmsForkingDotPm https://g3.dmuk.ac.uk/twiki/bin/view/TWiki/TWikiStoreSearchAlgorithmsForkingDotPm 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) TWikiContributor TWikiOopsExceptionDotPm https://g3.dmuk.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 TWikiStoreRcsFileDotPm https://g3.dmuk.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 TWikiUISearchDotPm https://g3.dmuk.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 TWikiConfigureCheckersCertificateDotPm https://g3.dmuk.ac.uk/twiki/bin/view/TWiki/TWikiConfigureCheckersCertificateDotPm 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) TWikiContributor TWikiPluginDotPm https://g3.dmuk.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 TWikiUserMappingDotPm https://g3.dmuk.ac.uk/twiki/bin/view/TWiki/TWikiUserMappingDotPm 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) TWikiContributor TWikiSearchDotPm https://g3.dmuk.ac.uk/twiki/bin/view/TWiki/TWikiSearchDotPm 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) TWikiContributor TWikiInfixParserDotPm https://g3.dmuk.ac.uk/twiki/bin/view/TWiki/TWikiInfixParserDotPm 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.... (last changed by TWikiContributor) TWikiContributor TWikiQueryParserDotPm https://g3.dmuk.ac.uk/twiki/bin/view/TWiki/TWikiQueryParserDotPm 2008-01-22T03:21:35Z Package TWiki::Query::Parser Parser for queries (last changed by TWikiContributor) TWikiContributor TWikiQueryNodeDotPm https://g3.dmuk.ac.uk/twiki/bin/view/TWiki/TWikiQueryNodeDotPm 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... (last changed by TWikiContributor) TWikiContributor TWikiAttachDotPm https://g3.dmuk.ac.uk/twiki/bin/view/TWiki/TWikiAttachDotPm 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) TWikiContributor
 

See also: WebRssBase, TWiki:Codev/AtomSyndication

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