Difference: WebRssBase (10 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:
<
<
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 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... (last changed by TWikiContributor) 2018-07-16T03:20:41Z 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 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 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 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 TWikiUIRestDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUIRestDotPm Package TWiki::UI::Rest UI delegate for REST interface (last changed by TWikiContributor) 2010-05-29T14:44:12Z 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 TWikiIfOP_iswebDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiIfOP_iswebDotPm Package TWiki::If::OP isweb (last changed by TWikiContributor) 2008-12-06T09:02:15Z 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 TWikiLoginManagerTemplateLoginDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiLoginManagerTemplateLoginDotPm Package TWiki::LoginManager::TemplateLogin This is a login manager that you can specify in the security setup section of configure. It provides users with a template... (last changed by TWikiContributor) 2008-01-22T03:21:30Z TWikiContributor TWikiUIViewDotPm https://twiki.pp.rl.ac.uk/twiki/bin/view/TWiki/TWikiUIViewDotPm Package TWiki::UI::View UI delegate for view function StaticMethod view ($session) view command handler. This method is designed to be invoked via the UI::run... (last changed by TWikiContributor) 2008-01-22T03:21:29Z 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

 
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.