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 http://master-wiki.cloudapp.net/do/view/TWiki http://master-wiki.cloudapp.net/twiki/pub/TWiki/TWikiLogos/T-logo-140x40-t.gif
Changed:
<
<
WebPreferences http://master-wiki.cloudapp.net/do/view/TWiki/WebPreferences TWiki Web Preferences The following settings are web preferences of the TWiki web. These preferences override the site level preferences in . and... (last changed by TWikiAdminUser) 2017-01-11T13:20:57Z admin SourceCode http://master-wiki.cloudapp.net/do/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... (last changed by TWikiContributor) 2015-11-29T10:27:05Z TWikiContributor TWikiMdrepoDotPm http://master-wiki.cloudapp.net/do/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 TWikiLoginManagerDotPm http://master-wiki.cloudapp.net/do/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 TWikiPluginDotPm http://master-wiki.cloudapp.net/do/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 TWikiUIMdrepoUIDotPm http://master-wiki.cloudapp.net/do/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 TWikiUISearchDotPm http://master-wiki.cloudapp.net/do/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 TWikiUICopyDotPm http://master-wiki.cloudapp.net/do/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 TWikiUserMappingDotPm http://master-wiki.cloudapp.net/do/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 http://master-wiki.cloudapp.net/do/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 WikiCulture http://master-wiki.cloudapp.net/do/view/TWiki/WikiCulture FAQ: Everybody can edit any page, this is scary. Doesn`t that lead to chaos? Answer: TWiki is one of many engines, the first one was built by Ward Cunningham. Collaborating... (last changed by TWikiContributor) 2010-06-19T21:12:36Z TWikiContributor TWikiUIUploadDotPm http://master-wiki.cloudapp.net/do/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 TWikiUIRestDotPm http://master-wiki.cloudapp.net/do/view/TWiki/TWikiUIRestDotPm Package TWiki::UI::Rest UI delegate for REST interface (last changed by TWikiContributor) 2010-05-29T14:44:12Z TWikiContributor TWikiPrefsDotPm http://master-wiki.cloudapp.net/do/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 TWikiUISaveDotPm http://master-wiki.cloudapp.net/do/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 http://master-wiki.cloudapp.net/do/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
>
>
WebPreferences http://master-wiki.cloudapp.net/do/view/TWiki/WebPreferences TWiki Web Preferences The following settings are web preferences of the TWiki web. These preferences override the site level preferences in . and... (last changed by TWikiAdminUser) 2017-01-11T13:20:57Z admin SourceCode http://master-wiki.cloudapp.net/do/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... (last changed by TWikiContributor) 2015-11-29T10:27:05Z TWikiContributor TWikiMdrepoDotPm http://master-wiki.cloudapp.net/do/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 TWikiLoginManagerDotPm http://master-wiki.cloudapp.net/do/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 TWikiPluginDotPm http://master-wiki.cloudapp.net/do/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 TWikiUIMdrepoUIDotPm http://master-wiki.cloudapp.net/do/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 TWikiUISearchDotPm http://master-wiki.cloudapp.net/do/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 TWikiUICopyDotPm http://master-wiki.cloudapp.net/do/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 TWikiUserMappingDotPm http://master-wiki.cloudapp.net/do/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 http://master-wiki.cloudapp.net/do/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 WikiCulture http://master-wiki.cloudapp.net/do/view/TWiki/WikiCulture FAQ: Everybody can edit any page, this is scary. Doesn`t that lead to chaos? Answer: TWiki is one of many engines, the first one was built by Ward Cunningham. Collaborating... (last changed by TWikiContributor) 2010-06-19T21:12:36Z TWikiContributor TWikiUIUploadDotPm http://master-wiki.cloudapp.net/do/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 TWikiUIRestDotPm http://master-wiki.cloudapp.net/do/view/TWiki/TWikiUIRestDotPm Package TWiki::UI::Rest UI delegate for REST interface (last changed by TWikiContributor) 2010-05-29T14:44:12Z TWikiContributor TWikiPrefsDotPm http://master-wiki.cloudapp.net/do/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 TWikiUISaveDotPm http://master-wiki.cloudapp.net/do/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 http://master-wiki.cloudapp.net/do/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
 

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.