Difference: WebRssBase (3 vs. 4)

Revision 42003-10-19 - PeterThoeny

 

How to Find out What's New?

There are three ways to find out what's new in each TWiki web:

  1. WebChanges shows recent changes
  2. People subscribed in WebNotify get notified of recent changes by e-mail
  3. A news feed can be exported in RSS 1.0 format for TWiki:Codev/TWikiSyndication. RSS news readers like TWiki:Plugins/HeadlinesPlugin can display the recent changes

RSS Feed Usage

Changed:
<
<
>
>
 

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%SCRIPTSUFFIX%/%INCLUDINGWEB%">
  <title>%WIKITOOLNAME%'s %INCLUDINGWEB% web</title>
  <link>%SCRIPTURL%/view%SCRIPTSUFFIX%/%INCLUDINGWEB%</link>
  <description>(the description of the web). TWiki is a Web-Based Collaboration Platform for the Corporate World.</description>
%INCLUDE{"%TWIKIWEB%.WebRssBase"}%

Below part is included by each WebRss topic:


%STARTINCLUDE%  <image rdf:resource="%PUBURL%/%TWIKIWEB%/TWikiLogos/twikilogo88x31.gif" />
  <dc:language>en-us</dc:language>
  <dc:rights>Copyright %GMTIME{"$year"}%, Peter Thoeny and contributing authors.</dc:rights>
  <dc:publisher>Peter Thoeny [Peter@Thoeny.com]</dc:publisher>
  <dc:creator>Peter Thoeny [Peter@Thoeny.com]</dc:creator>
  <dc:source>TWiki</dc:source>
  <wiki:interwiki>
    <rdf:Description link="%SCRIPTURL%/view%SCRIPTSUFFIX%/%INCLUDINGWEB%/">
      <rdf:value>TWiki.%INCLUDINGWEB%</rdf:value>
    </rdf:Description>
  </wiki:interwiki>
  <items>
    <rdf:Seq>
%SEARCH{"%URLPARAM{"search" default=".*" }%" web="%INCLUDINGWEB%" regex="on" nosearch="on" order="modified" reverse="on" nototal="on" limit="16" format="      <rdf:li rdf:resource=\"%SCRIPTURL%/view%SCRIPTSUFFIX%/$web/$topic\" />"}%
    </rdf:Seq>
  </items>
</channel>
<image rdf:about="%PUBURL%/%TWIKIWEB%/TWikiLogos/twikilogo88x31.gif">
  <title>TWiki.%INCLUDINGWEB%</title>
  <link>%SCRIPTURL%/view%SCRIPTSUFFIX%/%INCLUDINGWEB%</link>
  <url>%PUBURL%/%TWIKIWEB%/TWikiLogos/twikilogo88x31.gif</url>
</image>
Changed:
<
<
WebPreferences https://www.barricklab.org/twiki/bin/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... 2025-09-10T12:19:42Z JeffreyBarrick 36 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/WebPreferences https://www.barricklab.org/twiki/bin/rdiff/TWiki/WebPreferences TablePlugin https://www.barricklab.org/twiki/bin/view/TWiki/TablePlugin Table Plugin Introduction The TablePlugin gives extra control of TWiki table rendering using cell 1 cell 2 syntax: Sort table by columns Use TML... 2025-09-10T11:47:52Z JeffreyBarrick 39 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/TablePlugin https://www.barricklab.org/twiki/bin/rdiff/TWiki/TablePlugin WebTopMenu https://www.barricklab.org/twiki/bin/view/TWiki/WebTopMenu Top Menu of TWiki Web This topic defines the menu structure of the TWiki web, used by the TopMenuSkin . 1 Web` User registration... 2025-08-29T03:22:05Z JeffreyBarrick 4 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/WebTopMenu https://www.barricklab.org/twiki/bin/rdiff/TWiki/WebTopMenu BarrickContributorsPlugin https://www.barricklab.org/twiki/bin/view/TWiki/BarrickContributorsPlugin Title Article text. Comments 2024-05-26T01:49:36Z JeffreyBarrick 1 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/BarrickContributorsPlugin https://www.barricklab.org/twiki/bin/rdiff/TWiki/BarrickContributorsPlugin TopMenuSkin https://www.barricklab.org/twiki/bin/view/TWiki/TopMenuSkin TopMenuSkin The TopMenuSkin adds pulldown menus to the PatternSkin. Screenshot Tob Bar and Menu Structure TopMenuSkinTopBar top bar with menu bar, logo and... 2021-03-22T06:52:20Z TWikiContributor 0 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/TopMenuSkin https://www.barricklab.org/twiki/bin/rdiff/TWiki/TopMenuSkin UserReports https://www.barricklab.org/twiki/bin/view/TWiki/UserReports TWiki User Reports This page contains user reports you can use in TWiki application. Create appealing TWiki applications in a no time! Reports are of format % USERREPORT... 2015-05-29T23:43:57Z TWikiContributor 3 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/UserReports https://www.barricklab.org/twiki/bin/rdiff/TWiki/UserReports TopMenuSkinTopBar https://www.barricklab.org/twiki/bin/view/TWiki/TopMenuSkinTopBar Top Bar of TopMenuSkin Top bar of TopMenuSkin, replacing WebTopBar. Account var twTopMenuBarCloseTimer null; var twTopMenuBarTimerMsec... 2014-06-19T03:01:22Z TWikiContributor 0 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/TopMenuSkinTopBar https://www.barricklab.org/twiki/bin/rdiff/TWiki/TopMenuSkinTopBar VarCOPY https://www.barricklab.org/twiki/bin/view/TWiki/VarCOPY COPY Copyright symbol Type: Preference variable TWikiRenderingShortcut. Syntax: % COPY% Expands to: Category: FormattingAndRenderingVariables... 2014-03-26T21:38:56Z TWikiContributor 1 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarCOPY https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarCOPY TWikiAccessDotPm https://www.barricklab.org/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... 2013-10-14T08:02:47Z TWikiContributor 5 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/TWikiAccessDotPm https://www.barricklab.org/twiki/bin/rdiff/TWiki/TWikiAccessDotPm VarGROUPS https://www.barricklab.org/twiki/bin/view/TWiki/VarGROUPS GROUPS a formatted list of groups Expands to a formatted list of user groups in your TWiki. The variable is intended to be used in .TWikiGroups, to allow a group... 2013-10-10T00:18:58Z TWikiContributor 4 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarGROUPS https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarGROUPS VarBB4 https://www.barricklab.org/twiki/bin/view/TWiki/VarBB4 BB4 level 4 bullet with line break Line break and bullet, level 4. Type: Preference variable TWikiRenderingShortcut. Syntax: % BB4% Expands... 2013-10-02T21:27:09Z TWikiContributor 4 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarBB4 https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarBB4 VarX https://www.barricklab.org/twiki/bin/view/TWiki/VarX X warning icon Type: Preference variable TWikiRenderingShortcut. Syntax: % X% Expands to: Category: FormattingAndRenderingVariables Related... 2013-09-14T07:33:48Z TWikiContributor 4 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarX https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarX VarADDTOHEAD https://www.barricklab.org/twiki/bin/view/TWiki/VarADDTOHEAD ADDTOHEAD add HTML to the HTML head section of the current page Useful for TWiki applications to add custom CSS or JavaScript to the HTML head section of a topic... 2013-09-13T00:05:38Z TWikiContributor 2 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarADDTOHEAD https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarADDTOHEAD WysiwygPluginSettings https://www.barricklab.org/twiki/bin/view/TWiki/WysiwygPluginSettings Settings for WysiwygPlugin that are common to most editor integrations WYSIWYG EXCLUDE Prevent WYSIWYG editing The global preference setting WYSIWYG EXCLUDE... 2013-09-12T05:06:39Z TWikiContributor 3 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/WysiwygPluginSettings https://www.barricklab.org/twiki/bin/rdiff/TWiki/WysiwygPluginSettings TopMenuSkinTopicMenu https://www.barricklab.org/twiki/bin/view/TWiki/TopMenuSkinTopicMenu Topic Menu of TopMenuSkin This topic defines the Topic pulldown menu with topic actions, used by the TopMenuSkin. View Raw View... 2013-03-03T23:53:18Z TWikiContributor 0 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/TopMenuSkinTopicMenu https://www.barricklab.org/twiki/bin/rdiff/TWiki/TopMenuSkinTopicMenu VarBROWN https://www.barricklab.org/twiki/bin/view/TWiki/VarBROWN BROWN start brown colored text BROWN is one of the rendering shortcut settings predefined in TWikiPreferences. See the section rendering shortcut settings... 2012-11-15T07:49:59Z TWikiContributor 4 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarBROWN https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarBROWN
>
>
WebPreferences https://www.barricklab.org/twiki/bin/view/TWiki/WebPreferences?t=2025-09-10T12:19:42Z TWiki Web Preferences The following settings are web preferences of the TWiki web. These preferences override the site level preferences in . and... 2025-09-10T12:19:42Z JeffreyBarrick 36 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/WebPreferences https://www.barricklab.org/twiki/bin/rdiff/TWiki/WebPreferences TablePlugin https://www.barricklab.org/twiki/bin/view/TWiki/TablePlugin?t=2025-09-10T11:47:52Z Table Plugin Introduction The TablePlugin gives extra control of TWiki table rendering using cell 1 cell 2 syntax: Sort table by columns Use TML... 2025-09-10T11:47:52Z JeffreyBarrick 39 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/TablePlugin https://www.barricklab.org/twiki/bin/rdiff/TWiki/TablePlugin WebTopMenu https://www.barricklab.org/twiki/bin/view/TWiki/WebTopMenu?t=2025-08-29T03:22:05Z Top Menu of TWiki Web This topic defines the menu structure of the TWiki web, used by the TopMenuSkin . 1 Web` User registration... 2025-08-29T03:22:05Z JeffreyBarrick 4 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/WebTopMenu https://www.barricklab.org/twiki/bin/rdiff/TWiki/WebTopMenu BarrickContributorsPlugin https://www.barricklab.org/twiki/bin/view/TWiki/BarrickContributorsPlugin?t=2024-05-26T01:49:36Z Title Article text. Comments 2024-05-26T01:49:36Z JeffreyBarrick 1 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/BarrickContributorsPlugin https://www.barricklab.org/twiki/bin/rdiff/TWiki/BarrickContributorsPlugin TopMenuSkin https://www.barricklab.org/twiki/bin/view/TWiki/TopMenuSkin?t=2021-03-22T06:52:20Z TopMenuSkin The TopMenuSkin adds pulldown menus to the PatternSkin. Screenshot Tob Bar and Menu Structure TopMenuSkinTopBar top bar with menu bar, logo and... 2021-03-22T06:52:20Z TWikiContributor 0 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/TopMenuSkin https://www.barricklab.org/twiki/bin/rdiff/TWiki/TopMenuSkin UserReports https://www.barricklab.org/twiki/bin/view/TWiki/UserReports?t=2015-05-29T23:43:57Z TWiki User Reports This page contains user reports you can use in TWiki application. Create appealing TWiki applications in a no time! Reports are of format % USERREPORT... 2015-05-29T23:43:57Z TWikiContributor 3 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/UserReports https://www.barricklab.org/twiki/bin/rdiff/TWiki/UserReports TopMenuSkinTopBar https://www.barricklab.org/twiki/bin/view/TWiki/TopMenuSkinTopBar?t=2014-06-19T03:01:22Z Top Bar of TopMenuSkin Top bar of TopMenuSkin, replacing WebTopBar. Account var twTopMenuBarCloseTimer null; var twTopMenuBarTimerMsec... 2014-06-19T03:01:22Z TWikiContributor 0 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/TopMenuSkinTopBar https://www.barricklab.org/twiki/bin/rdiff/TWiki/TopMenuSkinTopBar TWikiMetaDotPm https://www.barricklab.org/twiki/bin/view/TWiki/TWikiMetaDotPm?t=2013-10-14T08:02:47Z Package TWiki::Meta All TWiki topics have data (text) and meta data (information about the topic). Meta data includes information such as file attachments, form... 2013-10-14T08:02:47Z TWikiContributor 5 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/TWikiMetaDotPm https://www.barricklab.org/twiki/bin/rdiff/TWiki/TWikiMetaDotPm TWikiAccessDotPm https://www.barricklab.org/twiki/bin/view/TWiki/TWikiAccessDotPm?t=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... 2013-10-14T08:02:47Z TWikiContributor 5 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/TWikiAccessDotPm https://www.barricklab.org/twiki/bin/rdiff/TWiki/TWikiAccessDotPm VarADDTOHEAD https://www.barricklab.org/twiki/bin/view/TWiki/VarADDTOHEAD?t=2013-09-13T00:05:38Z ADDTOHEAD add HTML to the HTML head section of the current page Useful for TWiki applications to add custom CSS or JavaScript to the HTML head section of a topic... 2013-09-13T00:05:38Z TWikiContributor 2 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarADDTOHEAD https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarADDTOHEAD WysiwygPluginSettings https://www.barricklab.org/twiki/bin/view/TWiki/WysiwygPluginSettings?t=2013-09-12T05:06:39Z Settings for WysiwygPlugin that are common to most editor integrations WYSIWYG EXCLUDE Prevent WYSIWYG editing The global preference setting WYSIWYG EXCLUDE... 2013-09-12T05:06:39Z TWikiContributor 3 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/WysiwygPluginSettings https://www.barricklab.org/twiki/bin/rdiff/TWiki/WysiwygPluginSettings TopMenuSkinTopicMenu https://www.barricklab.org/twiki/bin/view/TWiki/TopMenuSkinTopicMenu?t=2013-03-03T23:53:18Z Topic Menu of TopMenuSkin This topic defines the Topic pulldown menu with topic actions, used by the TopMenuSkin. View Raw View... 2013-03-03T23:53:18Z TWikiContributor 0 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/TopMenuSkinTopicMenu https://www.barricklab.org/twiki/bin/rdiff/TWiki/TopMenuSkinTopicMenu TWikiTip029 https://www.barricklab.org/twiki/bin/view/TWiki/TWikiTip029?t=2013-01-23T07:51:40Z RSS news feed of topic changes You can use an RSS news reader to find out what is new in a TWiki web. This complements WebChanges that shows recent changes in... 2013-01-23T07:51:40Z TWikiContributor 7 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/TWikiTip029 https://www.barricklab.org/twiki/bin/rdiff/TWiki/TWikiTip029 VarPUBURL https://www.barricklab.org/twiki/bin/view/TWiki/VarPUBURL?t=2012-11-15T05:59:51Z PUBURL the base URL of attachments Syntax: % PUBURL% Expands to: Example: You can refer to a file attached to another topic with % PUBURL%/% WEB... 2012-11-15T05:59:51Z TWikiContributor 5 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarPUBURL https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarPUBURL VarLOGINURL https://www.barricklab.org/twiki/bin/view/TWiki/VarLOGINURL?t=2012-11-14T05:52:24Z LOGINURL present a login link Present a login link, regardless of the state of login Syntax: % LOGINURL% Expand to: Category: LinkingAndNavigationVariables... 2012-11-14T05:52:24Z TWikiContributor 2 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarLOGINURL https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarLOGINURL VarICONURL https://www.barricklab.org/twiki/bin/view/TWiki/VarICONURL?t=2012-11-13T09:00:16Z ICONURL{`name`} URL of small documentation graphic or icon Generates the full URL of a TWikiDocGraphics image, which TWiki renders as an image. The related... 2012-11-13T09:00:16Z TWikiContributor 3 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarICONURL https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarICONURL
 

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

-- PeterThoeny - 02 Sep 2003

 
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.