Difference: WebRssBase (1 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://www.barricklab.org/twiki/bin/view/TWiki /twiki/pub/TWiki/TWikiLogos/T-logo-140x40-t.gif
Changed:
<
<
WebBottomBar https://www.barricklab.org/twiki/bin/view/TWiki/WebBottomBar (last changed by JeffreyBarrick) 2026-05-18T10:07:57Z JeffreyBarrick 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... (last changed by JeffreyBarrick) 2026-05-18T10:07:22Z JeffreyBarrick 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... (last changed by JeffreyBarrick) 2026-05-13T23:48:11Z JeffreyBarrick BlackListPlugin https://www.barricklab.org/twiki/bin/view/TWiki/BlackListPlugin Black List Plugin Description This is a simple utility to keep black sheep away from a public TWiki site. The site can be protected against excessive page access... (last changed by JeffreyBarrick) 2026-02-10T22:16:27Z JeffreyBarrick BeautifierPlugin https://www.barricklab.org/twiki/bin/view/TWiki/BeautifierPlugin BeautifierPlugin Introduction This plugin allows you to have code fragments automatically formatted and highlighted. It uses the Beautifier library (included... (last changed by JeffreyBarrick) 2025-11-14T12:05:39Z JeffreyBarrick TWikiUsersDotPm https://www.barricklab.org/twiki/bin/view/TWiki/TWikiUsersDotPm 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) 2018-07-16T03:20:32Z TWikiContributor WysiwygPlugin https://www.barricklab.org/twiki/bin/view/TWiki/WysiwygPlugin Wysiwyg Plugin Support for the integration of WYSIWYG (What You See Is What You Get) editors. On its own, the only thing this plugin gives you is a stand alone HTML... (last changed by TWikiContributor) 2018-07-06T08:27:01Z TWikiContributor UserSubwebs https://www.barricklab.org/twiki/bin/view/TWiki/UserSubwebs User Subwebs TWiki provides each user with their own topic having their information and configuration. You may want to provide each user with a subweb Main/FirstLast... (last changed by TWikiContributor) 2017-01-23T08:08:34Z TWikiContributor SearchHelp https://www.barricklab.org/twiki/bin/view/TWiki/SearchHelp Search Help Search Pages There are two search pages; WebSearch offers basic search features, while WebSearchAdvanced offers more control over searches. By default... (last changed by TWikiContributor) 2015-05-15T01:02:39Z TWikiContributor TWikiUISearchDotPm https://www.barricklab.org/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 VarM https://www.barricklab.org/twiki/bin/view/TWiki/VarM M moved to... icon Type: Preference variable TWikiRenderingShortcut. Syntax: % M% Expands to: Category: FormattingAndRenderingVariables... (last changed by TWikiContributor) 2013-09-14T07:33:48Z TWikiContributor VarTEAL https://www.barricklab.org/twiki/bin/view/TWiki/VarTEAL TEAL start teal colored text TEAL is one of the rendering shortcut settings predefined in TWikiPreferences. See the section rendering shortcut settings in... (last changed by TWikiContributor) 2012-11-15T07:58:35Z TWikiContributor VarWIKITOOLNAME https://www.barricklab.org/twiki/bin/view/TWiki/VarWIKITOOLNAME WIKITOOLNAME name of your TWiki site Syntax: % WIKITOOLNAME% Expands to: TWiki Category: SystemInformationVariables Related: WIKILOGOURL, WIKIVERSION... (last changed by TWikiContributor) 2012-11-15T07:41:03Z TWikiContributor VarTOPICURL https://www.barricklab.org/twiki/bin/view/TWiki/VarTOPICURL TOPICURL shortcut to viewing the current topic This variable always expands to an url pointing to the current base topic. Type: Preference variable TWikiRenderingShortcut... (last changed by TWikiContributor) 2012-11-15T07:02:52Z TWikiContributor VarLOGINURL https://www.barricklab.org/twiki/bin/view/TWiki/VarLOGINURL LOGINURL present a login link Present a login link, regardless of the state of login Syntax: % LOGINURL% Expand to: Category: LinkingAndNavigationVariables... (last changed by TWikiContributor) 2012-11-14T05:52:24Z TWikiContributor TagMeRenameTag https://www.barricklab.org/twiki/bin/view/TWiki/TagMeRenameTag Tag me: Rename Tag Create New Tag Rename Tag Delete Tag Tag to rename: New name for this tag: Other tag options: View all tags, Search tags... (last changed by TWikiContributor) 2012-11-13T09:19:06Z 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://www.barricklab.org/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

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 https://www.barricklab.org/twiki/bin/view/TWiki /twiki/pub/TWiki/TWikiLogos/T-logo-140x40-t.gif
Changed:
<
<
WebBottomBar https://www.barricklab.org/twiki/bin/view/TWiki/WebBottomBar (last changed by JeffreyBarrick) 2026-05-18T10:07:57Z JeffreyBarrick 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... (last changed by JeffreyBarrick) 2026-05-18T10:07:22Z JeffreyBarrick 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... (last changed by JeffreyBarrick) 2026-05-13T23:48:11Z JeffreyBarrick BlackListPlugin https://www.barricklab.org/twiki/bin/view/TWiki/BlackListPlugin Black List Plugin Description This is a simple utility to keep black sheep away from a public TWiki site. The site can be protected against excessive page access... (last changed by JeffreyBarrick) 2026-02-10T22:16:27Z JeffreyBarrick BeautifierPlugin https://www.barricklab.org/twiki/bin/view/TWiki/BeautifierPlugin BeautifierPlugin Introduction This plugin allows you to have code fragments automatically formatted and highlighted. It uses the Beautifier library (included... (last changed by JeffreyBarrick) 2025-11-14T12:05:39Z JeffreyBarrick TWikiInstallationGuide https://www.barricklab.org/twiki/bin/view/TWiki/TWikiInstallationGuide TWiki Installation Guide The following is installation instructions for the TWiki 6.1 production release on an Apache web server on Linux. Visit TWiki:TWiki.InstallingTWiki... (last changed by TWikiContributor) 2018-07-15T04:41:42Z TWikiContributor VarLAQUO https://www.barricklab.org/twiki/bin/view/TWiki/VarLAQUO LAQUO left double angle quote This variable is typically used in breadcrumbs. Syntax: % LAQUO% Expands to: Type: Preference variable TWikiRenderingShortcut... (last changed by TWikiContributor) 2013-10-02T21:27:09Z TWikiContributor VarBB3 https://www.barricklab.org/twiki/bin/view/TWiki/VarBB3 BB3 level 3 bullet with line break Line break and bullet, level 3. Type: Preference variable TWikiRenderingShortcut. Syntax: % BB3% Expands... (last changed by TWikiContributor) 2013-10-02T21:27:09Z TWikiContributor VarBR https://www.barricklab.org/twiki/bin/view/TWiki/VarBR BR line break Type: Preference variable TWikiRenderingShortcut. Syntax: % BR% Expands to: Category: FormattingAndRenderingVariables Related... (last changed by TWikiContributor) 2013-10-02T21:27:09Z TWikiContributor VarTABLE https://www.barricklab.org/twiki/bin/view/TWiki/VarTABLE TABLE{ attributes } control attributes of tables and sorting of table columns The % TABLE{ variable is handled by the TablePlugin Syntax: % TABLE{... (last changed by TWikiContributor) 2013-09-25T20:09:49Z TWikiContributor TWikiFaqTemplate https://www.barricklab.org/twiki/bin/view/TWiki/TWikiFaqTemplate FAQ: Answer: Back to: TWikiFAQ Contributors: (last changed by TWikiContributor) 2013-03-05T18:44:56Z TWikiContributor VarHTTPS https://www.barricklab.org/twiki/bin/view/TWiki/VarHTTPS HTTPS get HTTPS headers The same as % HTTP% but operates on the HTTPS environment variables present when the SSL protocol is in effect. Can be used to determine... (last changed by TWikiContributor) 2012-12-26T05:53:30Z TWikiContributor VarINCLUDINGTOPIC https://www.barricklab.org/twiki/bin/view/TWiki/VarINCLUDINGTOPIC INCLUDINGTOPIC name of topic that includes current topic The name of the topic that includes the current topic same as % TOPIC% in case there is no include... (last changed by TWikiContributor) 2012-12-06T07:04:32Z TWikiContributor VarLIME https://www.barricklab.org/twiki/bin/view/TWiki/VarLIME LIME start lime colored text LIME is one of the rendering shortcut settings predefined in TWikiPreferences. See the section rendering shortcut settings in... (last changed by TWikiContributor) 2012-11-15T07:59:34Z TWikiContributor VarWIKINAME https://www.barricklab.org/twiki/bin/view/TWiki/VarWIKINAME WIKINAME your Wiki username The WikiName is the same as % USERNAME% if not defined in the . topic Syntax: % WIKINAME% Expands to: Note:... (last changed by TWikiContributor) 2012-11-15T07:40:23Z TWikiContributor VarUSERINFO https://www.barricklab.org/twiki/bin/view/TWiki/VarUSERINFO USERINFO{`name`} retrieve details about a user Syntax: % USERINFO% Expands to: (comma separated list of the username, wikiusername, and emails) With... (last changed by TWikiContributor) 2012-11-15T07:17:45Z TWikiContributor
>
>
WebBottomBar https://www.barricklab.org/twiki/bin/view/TWiki/WebBottomBar (last changed by JeffreyBarrick) 2026-05-18T10:07:57Z JeffreyBarrick 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... (last changed by JeffreyBarrick) 2026-05-18T10:07:22Z JeffreyBarrick 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... (last changed by JeffreyBarrick) 2026-05-13T23:48:11Z JeffreyBarrick BlackListPlugin https://www.barricklab.org/twiki/bin/view/TWiki/BlackListPlugin Black List Plugin Description This is a simple utility to keep black sheep away from a public TWiki site. The site can be protected against excessive page access... (last changed by JeffreyBarrick) 2026-02-10T22:16:27Z JeffreyBarrick BeautifierPlugin https://www.barricklab.org/twiki/bin/view/TWiki/BeautifierPlugin BeautifierPlugin Introduction This plugin allows you to have code fragments automatically formatted and highlighted. It uses the Beautifier library (included... (last changed by JeffreyBarrick) 2025-11-14T12:05:39Z JeffreyBarrick TWikiConfigureImgToolDotPm https://www.barricklab.org/twiki/bin/view/TWiki/TWikiConfigureImgToolDotPm 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) 2018-07-16T03:20:39Z TWikiContributor TWikiDocGraphics https://www.barricklab.org/twiki/bin/view/TWiki/TWikiDocGraphics TWiki Documentation Graphics and File Type Icons This is the TWiki Documentation Graphics library. The graphics can be used in topics and by web applications. All... (last changed by TWikiContributor) 2018-07-15T07:01:40Z TWikiContributor WebChangesRightBox https://www.barricklab.org/twiki/bin/view/TWiki/WebChangesRightBox Recent changes in web: more... Web Changes Box on the Right Side This box is included in the of every web, except for the TWiki documentation web. To... (last changed by TWikiContributor) 2016-03-28T04:06:53Z TWikiContributor VarWIKIWEBMASTERNAME https://www.barricklab.org/twiki/bin/view/TWiki/VarWIKIWEBMASTERNAME WIKIWEBMASTERNAME name of the administrator % WIKIWEBMASTERNAME% expands to the name of the administrator of . Syntax: % WIKIWEBMASTERNAME% , expands... (last changed by TWikiContributor) 2015-10-07T00:47:51Z TWikiContributor WebStatisticsFooter https://www.barricklab.org/twiki/bin/view/TWiki/WebStatisticsFooter Notes: Do not edit this topic, it is updated automatically. TWikiSiteTools explains how to enable automatic updates of the statistics pages. Related... (last changed by TWikiContributor) 2015-05-14T11:43:45Z TWikiContributor VarWIP https://www.barricklab.org/twiki/bin/view/TWiki/VarWIP WIP work in progress icon Type: Preference variable TWikiRenderingShortcut. Syntax: % WIP% Expands to: Category: FormattingAndRenderingVariables... (last changed by TWikiContributor) 2013-09-14T07:21:59Z TWikiContributor 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... (last changed by TWikiContributor) 2013-09-13T00:05:38Z TWikiContributor WatchlistTemplate https://www.barricklab.org/twiki/bin/view/TWiki/WatchlistTemplate Watchlist Return to: (last changed by TWikiContributor) 2013-03-15T07:06:12Z TWikiContributor TWikiTip029 https://www.barricklab.org/twiki/bin/view/TWiki/TWikiTip029 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... (last changed by TWikiContributor) 2013-01-23T07:51:40Z TWikiContributor VarWIKILOGOURL https://www.barricklab.org/twiki/bin/view/TWiki/VarWIKILOGOURL WIKILOGOURL site logo home URL Syntax: % WIKILOGOURL% Expands to: Defined in: TWikiPreferences, default % SCRIPTURLPATH{`view`/% USERSWEB%/% HOMETOPIC... (last changed by TWikiContributor) 2012-11-15T07:39:50Z TWikiContributor VarSCRIPTURLPATH2 https://www.barricklab.org/twiki/bin/view/TWiki/VarSCRIPTURLPATH2 SCRIPTURLPATH{`script`} URL path of TWiki script As % SCRIPTURL{`script` , but doesn`t include the protocol and host part of the URL Like % SCRIPTURL{... (last changed by TWikiContributor) 2012-11-15T06:58:33Z TWikiContributor
 

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

Deleted:
<
<
 

Revision 92008-12-01 - 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 https://www.barricklab.org/twiki/bin/view/TWiki /twiki/pub/TWiki/TWikiLogos/T-logo-140x40-t.gif
Changed:
<
<
WebBottomBar https://www.barricklab.org/twiki/bin/view/TWiki/WebBottomBar (last changed by JeffreyBarrick) 2026-05-18T10:07:57Z JeffreyBarrick 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... (last changed by JeffreyBarrick) 2026-05-18T10:07:22Z JeffreyBarrick 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... (last changed by JeffreyBarrick) 2026-05-13T23:48:11Z JeffreyBarrick BlackListPlugin https://www.barricklab.org/twiki/bin/view/TWiki/BlackListPlugin Black List Plugin Description This is a simple utility to keep black sheep away from a public TWiki site. The site can be protected against excessive page access... (last changed by JeffreyBarrick) 2026-02-10T22:16:27Z JeffreyBarrick BeautifierPlugin https://www.barricklab.org/twiki/bin/view/TWiki/BeautifierPlugin BeautifierPlugin Introduction This plugin allows you to have code fragments automatically formatted and highlighted. It uses the Beautifier library (included... (last changed by JeffreyBarrick) 2025-11-14T12:05:39Z JeffreyBarrick TWikiConfigureImgToolDotPm https://www.barricklab.org/twiki/bin/view/TWiki/TWikiConfigureImgToolDotPm 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) 2018-07-16T03:20:39Z TWikiContributor TWikiDocGraphics https://www.barricklab.org/twiki/bin/view/TWiki/TWikiDocGraphics TWiki Documentation Graphics and File Type Icons This is the TWiki Documentation Graphics library. The graphics can be used in topics and by web applications. All... (last changed by TWikiContributor) 2018-07-15T07:01:40Z TWikiContributor VarWEB https://www.barricklab.org/twiki/bin/view/TWiki/VarWEB WEB name of current web % WEB% expands to the name of the web where the topic is located. If you are looking at the text of an included topic, it is the web... (last changed by TWikiContributor) 2016-03-03T19:20:59Z TWikiContributor RegularExpression https://www.barricklab.org/twiki/bin/view/TWiki/RegularExpression Regular Expressions Introduction Regular expressions (REs), unlike simple queries, allow you to search for text which matches a particular pattern. REs are similar... (last changed by TWikiContributor) 2016-02-23T17:58:37Z TWikiContributor TWikiTimeDotPm https://www.barricklab.org/twiki/bin/view/TWiki/TWikiTimeDotPm Package TWiki::Time Time handling functions. StaticMethod parseTime ($szDate,$defaultLocal) $iSecs Convert string date/time string to seconds since epoch (... (last changed by TWikiContributor) 2014-10-05T11:03:29Z TWikiContributor WebTopBar https://www.barricklab.org/twiki/bin/view/TWiki/WebTopBar (last changed by TWikiContributor) 2014-06-19T03:03:06Z TWikiContributor TWikiConfigureLoadDotPm https://www.barricklab.org/twiki/bin/view/TWiki/TWikiConfigureLoadDotPm 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) 2013-10-14T08:02:47Z TWikiContributor 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... (last changed by TWikiContributor) 2013-09-13T00:05:38Z TWikiContributor TagMeDebugViewTags https://www.barricklab.org/twiki/bin/view/TWiki/TagMeDebugViewTags Tag me: Debug View Tags by: web: topic: exclude: minsize: maxsize: format: a href \`% SCRIPTURL{view/% WEB... (last changed by TWikiContributor) 2013-04-18T01:40:46Z TWikiContributor TWikiTip029 https://www.barricklab.org/twiki/bin/view/TWiki/TWikiTip029 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... (last changed by TWikiContributor) 2013-01-23T07:51:40Z TWikiContributor VarSCRIPTURLPATH2 https://www.barricklab.org/twiki/bin/view/TWiki/VarSCRIPTURLPATH2 SCRIPTURLPATH{`script`} URL path of TWiki script As % SCRIPTURL{`script` , but doesn`t include the protocol and host part of the URL Like % SCRIPTURL{... (last changed by TWikiContributor) 2012-11-15T06:58:33Z TWikiContributor
>
>
WebBottomBar https://www.barricklab.org/twiki/bin/view/TWiki/WebBottomBar (last changed by JeffreyBarrick) 2026-05-18T10:07:57Z JeffreyBarrick 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... (last changed by JeffreyBarrick) 2026-05-18T10:07:22Z JeffreyBarrick 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... (last changed by JeffreyBarrick) 2026-05-13T23:48:11Z JeffreyBarrick BlackListPlugin https://www.barricklab.org/twiki/bin/view/TWiki/BlackListPlugin Black List Plugin Description This is a simple utility to keep black sheep away from a public TWiki site. The site can be protected against excessive page access... (last changed by JeffreyBarrick) 2026-02-10T22:16:27Z JeffreyBarrick BeautifierPlugin https://www.barricklab.org/twiki/bin/view/TWiki/BeautifierPlugin BeautifierPlugin Introduction This plugin allows you to have code fragments automatically formatted and highlighted. It uses the Beautifier library (included... (last changed by JeffreyBarrick) 2025-11-14T12:05:39Z JeffreyBarrick WebRssBase https://www.barricklab.org/twiki/bin/view/TWiki/WebRssBase 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 1. Subscribed... (last changed by TWikiContributor) 2018-07-15T00:36:35Z TWikiContributor JQueryPlugin https://www.barricklab.org/twiki/bin/view/TWiki/JQueryPlugin JQuery Plugin Description This plugin packages the popular jQuery and jQuery UI JavaScript libraries. jQuery is a fast, small, and feature rich JavaScript... (last changed by TWikiContributor) 2018-07-06T01:59:41Z TWikiContributor QuerySearch https://www.barricklab.org/twiki/bin/view/TWiki/QuerySearch Query Search Query searches help you search the contents of forms attached to your topics, as well as the values of other meta data attached to the topic. Using query... (last changed by TWikiContributor) 2016-02-26T07:28:34Z TWikiContributor 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... (last changed by TWikiContributor) 2015-05-29T23:43:57Z TWikiContributor VarENDCOLUMNS https://www.barricklab.org/twiki/bin/view/TWiki/VarENDCOLUMNS ENDCOLUMNS end a responsive multi column page layout Write % TWOCOLUMNS% ...text... % ENDCOLUMNS% to get a page layout with two columns . See TWOCOLUMNS... (last changed by TWikiContributor) 2015-05-07T04:00:56Z TWikiContributor VarSETGETDUMP https://www.barricklab.org/twiki/bin/view/TWiki/VarSETGETDUMP SETGETDUMP{...} dump variables Dump volatile or persistent name/values previously set with % SET{ . Syntax: % SETGETDUMP{ remember `1` format `...` separator... (last changed by TWikiContributor) 2015-04-09T20:44:52Z TWikiContributor VarMAKETEXT https://www.barricklab.org/twiki/bin/view/TWiki/VarMAKETEXT MAKETEXT translate text using TWiki`s I18N infrastructure Text in MAKETEXT is translated into another language at page view time if the user activates a... (last changed by TWikiContributor) 2014-01-29T00:14:09Z TWikiContributor TWikiMetaDotPm https://www.barricklab.org/twiki/bin/view/TWiki/TWikiMetaDotPm 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... (last changed by TWikiContributor) 2013-10-14T08:02:47Z TWikiContributor TWikiDocumentation https://www.barricklab.org/twiki/bin/view/TWiki/TWikiDocumentation TWiki Reference Manual () This page contains all documentation topics as one long, complete reference sheet. Related Topics: TWikiSite, TWikiHistory, TWikiEnhancementRequests... (last changed by TWikiContributor) 2013-08-30T00:07:32Z TWikiContributor TWikiDocGraphicsTemplate https://www.barricklab.org/twiki/bin/view/TWiki/TWikiDocGraphicsTemplate Site Documentation Graphics Site specific documentation graphics are defined in this topic. Add your own graphic images here, they will survive a TWiki system update... (last changed by TWikiContributor) 2013-04-23T03:59:56Z TWikiContributor TagMeViewAllTags https://www.barricklab.org/twiki/bin/view/TWiki/TagMeViewAllTags Tag me: View All Tags All Tags Tag Search Other tag options: Create new tag, Rename tag, Delete tag (last changed by TWikiContributor) 2013-04-18T01:40:46Z TWikiContributor
 

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

Revision 82005-03-27 - 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>

Changed:
<
<
%INCLUDE{"TWiki.WebRssBase"}% <!--
>
>
%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>
%SEARCH{"%URLPARAM{"search" default=".*" }%" web="%URLPARAM{"web" default="%INCLUDINGWEB%" }%" excludetopic="%URLPARAM{"excludetopic" default="WebStatistics" }%" type="%URLPARAM{"type" default="regex" }%" nosearch="on" order="modified" reverse="on" nototal="on" limit="%URLPARAM{"limit" default="16" }%" scope="%URLPARAM{"scope" default="text" }%" casesensitive="%URLPARAM{"casesensitive" default="on" }%" date="%URLPARAM{"date" default="" }%" format="      <rdf:li rdf:resource=\"%SCRIPTURL{"view"}%/$web/$topic\" />"}%
    </rdf:Seq>
  </items>
</channel>
<image rdf:about="%WIKILOGOIMG%">
  <title>%WIKILOGOALT%.%INCLUDINGWEB%</title>
  <link>%SCRIPTURL{"view"}%/%INCLUDINGWEB%</link>
  <url>%WIKILOGOIMG%</url>
</image>
%SEARCH{"%URLPARAM{"search" default=".*" }%" web="%URLPARAM{"web" default="%INCLUDINGWEB%" }%" excludetopic="%URLPARAM{"excludetopic" default="WebStatistics" }%" type="%URLPARAM{"type" default="regex" }%" nosearch="on" order="modified" reverse="on" nototal="on" limit="%URLPARAM{"limit" default="16" }%" scope="%URLPARAM{"scope" default="text" }%" casesensitive="%URLPARAM{"casesensitive" default="on" }%" date="%URLPARAM{"date" default="" }%" format="<item rdf:about=\"%SCRIPTURL{"view"}%/$web/$topic\">$n  <title>$topic</title>$n  <link>%SCRIPTURL{"view"}%/$web/$topic</link>$n  <description>$summary (last changed by <nop>$wikiname)</description>$n  <dc:date>$isodate</dc:date>$n  <dc:contributor>$n    <rdf:Description link=\"%SCRIPTURL{"view"}%?topic=$wikiusername\">$n      <rdf:value>$username</rdf:value>$n    </rdf:Description>$n  </dc:contributor>$n</item>"}%
%STOPINCLUDE%

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

Revision 72005-03-27 - TWikiContributor

 

RSS News Feeds

Find out What's New

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

Changed:
<
<
  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
>
>
  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

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"}%/%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"}% <!--

Changed:
<
<
  • Set SKIN = rss
>
>
  • 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>
Changed:
<
<
Barrick Lab [admin@barricklab.org]
>
>
The contributing authors of TWiki
  TWiki
Changed:
<
<
>
>
  Home - this site is powered by TWiki(R).TWiki https://www.barricklab.org/twiki/bin/view/TWiki /twiki/pub/TWiki/TWikiLogos/T-logo-140x40-t.gif
Changed:
<
<
WebBottomBar https://www.barricklab.org/twiki/bin/view/TWiki/WebBottomBar?t=2026-05-18T10:07:57Z (last changed by JeffreyBarrick) 2026-05-18T10:07:57Z JeffreyBarrick TopMenuSkin https://www.barricklab.org/twiki/bin/view/TWiki/TopMenuSkin?t=2026-05-18T10:07:22Z TopMenuSkin The TopMenuSkin adds pulldown menus to the PatternSkin. Screenshot Tob Bar and Menu Structure TopMenuSkinTopBar top bar with menu bar, logo and... (last changed by JeffreyBarrick) 2026-05-18T10:07:22Z JeffreyBarrick WebPreferences https://www.barricklab.org/twiki/bin/view/TWiki/WebPreferences?t=2026-05-13T23:48:11Z 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 JeffreyBarrick) 2026-05-13T23:48:11Z JeffreyBarrick BlackListPlugin https://www.barricklab.org/twiki/bin/view/TWiki/BlackListPlugin?t=2026-02-10T22:16:27Z Black List Plugin Description This is a simple utility to keep black sheep away from a public TWiki site. The site can be protected against excessive page access... (last changed by JeffreyBarrick) 2026-02-10T22:16:27Z JeffreyBarrick BeautifierPlugin https://www.barricklab.org/twiki/bin/view/TWiki/BeautifierPlugin?t=2025-11-14T12:05:39Z BeautifierPlugin Introduction This plugin allows you to have code fragments automatically formatted and highlighted. It uses the Beautifier library (included... (last changed by JeffreyBarrick) 2025-11-14T12:05:39Z JeffreyBarrick VarSEARCH https://www.barricklab.org/twiki/bin/view/TWiki/VarSEARCH?t=2018-07-14T23:31:25Z SEARCH{`text`} search content Inline search, shows a search result embedded in a topic Syntax: % SEARCH{`text` ... Supported parameters: Parameter... (last changed by TWikiContributor) 2018-07-14T23:31:25Z TWikiContributor TWikiDashboardAddOn https://www.barricklab.org/twiki/bin/view/TWiki/TWikiDashboardAddOn?t=2018-07-06T07:55:27Z TWiki Dashboard Add On Introduction A dashboard comes into play when users need to get an overview of their work and want to navigate quickly to relevant places.... (last changed by TWikiContributor) 2018-07-06T07:55:27Z TWikiContributor ScrollBoxAddOn https://www.barricklab.org/twiki/bin/view/TWiki/ScrollBoxAddOn?t=2018-07-06T05:26:56Z Scroll Box Add on Introduction Use this add on to create nice looking text scroll boxes, logo rolls and boxes with images that get replaced in regular intervals.... (last changed by TWikiContributor) 2018-07-06T05:26:56Z TWikiContributor RedirectPlugin https://www.barricklab.org/twiki/bin/view/TWiki/RedirectPlugin?t=2015-12-03T05:50:09Z Redirect Plugin You can use this plugin to make easy to type shortforms/acronyms of topic names. For example: Actual content appears under .LightweightDirectoryAccessProtocol... (last changed by TWikiContributor) 2015-12-03T05:50:09Z TWikiContributor VarWIKIPREFSTOPIC https://www.barricklab.org/twiki/bin/view/TWiki/VarWIKIPREFSTOPIC?t=2014-12-16T02:37:50Z WIKIPREFSTOPIC name of site wide preferences topic Syntax: % WIKIPREFSTOPIC% Expands to: , renders as Category: AdministrationVariables, SystemInformationVari... (last changed by TWikiContributor) 2014-12-16T02:37:50Z TWikiContributor 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... (last changed by TWikiContributor) 2014-06-19T03:01:22Z TWikiContributor TWikiUserSetting https://www.barricklab.org/twiki/bin/view/TWiki/TWikiUserSetting?t=2013-10-12T01:54:42Z User Settings preference variables customizable by users Some of the TWikiPreferences are explicitly intended to be customized by TWiki users, though a default is... (last changed by TWikiContributor) 2013-10-12T01:54:42Z TWikiContributor InstantEnhancements https://www.barricklab.org/twiki/bin/view/TWiki/InstantEnhancements?t=2013-09-25T19:36:57Z Instant TWiki Site Enhancements These quick enhancements are aimed at improving and customising your TWiki. New TWiki site administrators are especially encouraged... (last changed by TWikiContributor) 2013-09-25T19:36:57Z TWikiContributor VarT https://www.barricklab.org/twiki/bin/view/TWiki/VarT?t=2013-09-14T07:33:48Z T tip icon Type: Preference variable TWikiRenderingShortcut. Syntax: % T% Expands to: Category: FormattingAndRenderingVariables Related... (last changed by TWikiContributor) 2013-09-14T07:33:48Z TWikiContributor SiteStatisticsFooter https://www.barricklab.org/twiki/bin/view/TWiki/SiteStatisticsFooter?t=2013-09-12T01:06:30Z Legend: Webs Total : Number of webs, excluding template webs Webs Viewed : Number of webs viewed This can be bigger than Webs Total since this... (last changed by TWikiContributor) 2013-09-12T01:06:30Z TWikiContributor InstalledPlugins https://www.barricklab.org/twiki/bin/view/TWiki/InstalledPlugins?t=2013-03-01T23:41:54Z Installed Plugins Plugins are mainly user contributed add ons that enhance and extend TWiki features and capabilities. A limited number of plugins are included in... (last changed by TWikiContributor) 2013-03-01T23:41:54Z TWikiContributor
>
>
WebBottomBar https://www.barricklab.org/twiki/bin/view/TWiki/WebBottomBar (last changed by JeffreyBarrick) 2026-05-18T10:07:57Z JeffreyBarrick 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... (last changed by JeffreyBarrick) 2026-05-18T10:07:22Z JeffreyBarrick 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... (last changed by JeffreyBarrick) 2026-05-13T23:48:11Z JeffreyBarrick BlackListPlugin https://www.barricklab.org/twiki/bin/view/TWiki/BlackListPlugin Black List Plugin Description This is a simple utility to keep black sheep away from a public TWiki site. The site can be protected against excessive page access... (last changed by JeffreyBarrick) 2026-02-10T22:16:27Z JeffreyBarrick BeautifierPlugin https://www.barricklab.org/twiki/bin/view/TWiki/BeautifierPlugin BeautifierPlugin Introduction This plugin allows you to have code fragments automatically formatted and highlighted. It uses the Beautifier library (included... (last changed by JeffreyBarrick) 2025-11-14T12:05:39Z JeffreyBarrick TWikiRenderDotPm https://www.barricklab.org/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 VarINCLUDE https://www.barricklab.org/twiki/bin/view/TWiki/VarINCLUDE INCLUDE{`page`} include other topic, attachment, or web page Merges the content of a specified page into the current one before rendering. Syntax: % INCLUDE... (last changed by TWikiContributor) 2015-06-05T01:43:02Z TWikiContributor VarENDCOLUMNS https://www.barricklab.org/twiki/bin/view/TWiki/VarENDCOLUMNS ENDCOLUMNS end a responsive multi column page layout Write % TWOCOLUMNS% ...text... % ENDCOLUMNS% to get a page layout with two columns . See TWOCOLUMNS... (last changed by TWikiContributor) 2015-05-07T04:00:56Z TWikiContributor VarSETGETDUMP https://www.barricklab.org/twiki/bin/view/TWiki/VarSETGETDUMP SETGETDUMP{...} dump variables Dump volatile or persistent name/values previously set with % SET{ . Syntax: % SETGETDUMP{ remember `1` format `...` separator... (last changed by TWikiContributor) 2015-04-09T20:44:52Z TWikiContributor TWikiTipsOfTheDayInclude https://www.barricklab.org/twiki/bin/view/TWiki/TWikiTipsOfTheDayInclude TWiki Tips Of the Day Include This Page randomly picks a Tip of the day to display. The of the TWiki and Sandbox web include the part between the horizontal rules... (last changed by TWikiContributor) 2013-10-25T19:11:37Z TWikiContributor TWikiLoginManagerDotPm https://www.barricklab.org/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 WebLeftBarPersonalTemplate https://www.barricklab.org/twiki/bin/view/TWiki/WebLeftBarPersonalTemplate My links: My activities TWiki.org edit (last changed by TWikiContributor) 2013-10-14T07:39:45Z TWikiContributor SiteStatisticsTemplate https://www.barricklab.org/twiki/bin/view/TWiki/SiteStatisticsTemplate TWiki Site Statistics NOTE: This is a template topic, do not change. Update the site statistics. Monthly Site Statistics Data Month WebsTotal WebsViewed... (last changed by TWikiContributor) 2013-09-12T05:23:21Z TWikiContributor TWikiDashboardImages https://www.barricklab.org/twiki/bin/view/TWiki/TWikiDashboardImages TWikiDashboardAddOn #187; TWiki Dashboard Banner Images You can use these banner images for your own dashboards. If you use your own image, attach it directly to your... (last changed by TWikiContributor) 2013-08-16T06:29:52Z TWikiContributor VarCONTENTMODE https://www.barricklab.org/twiki/bin/view/TWiki/VarCONTENTMODE CONTENTMODE{web `WEB`} content mode Returns the content mode of the specified web. It`s either `local`, `read only`, `master`, or `slave`. Read ReadOnlyAndMirrorWebs... (last changed by TWikiContributor) 2012-11-30T07:50:47Z TWikiContributor VarGREEN https://www.barricklab.org/twiki/bin/view/TWiki/VarGREEN GREEN start green colored text GREEN is one of the rendering shortcut settings predefined in TWikiPreferences. See the section rendering shortcut settings... (last changed by TWikiContributor) 2012-11-15T07:59:52Z TWikiContributor
 

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

Revision 62005-03-27 - TWikiContributor

Changed:
<
<

How to Find out What's New?

>
>

RSS News Feeds

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

Find out What's New

Deleted:
<
<
  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
 
Added:
>
>
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

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:


Changed:
<
<
<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"}%
>
>
<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

Added:
>
>
-->
 

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>%WIKIWEBMASTERNAME% [%WIKIWEBMASTER%]</dc:creator>
  <dc:source>%WIKITOOLNAME%</dc:source>
Deleted:
<
<
TWiki.TWiki
 
Changed:
<
<
>
>
  Home - this site is powered by TWiki(R).TWiki
Changed:
<
<
https://www.barricklab.org/twiki/bin/view/TWiki
>
>
https://www.barricklab.org/twiki/bin/view/TWiki
  /twiki/pub/TWiki/TWikiLogos/T-logo-140x40-t.gif
Changed:
<
<
WebBottomBar https://www.barricklab.org/twiki/bin/view/TWiki/WebBottomBar?t=2026-05-18T10:07:57Z (last changed by JeffreyBarrick) 2026-05-18T10:07:57Z JeffreyBarrick 4 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/WebBottomBar https://www.barricklab.org/twiki/bin/rdiff/TWiki/WebBottomBar TopMenuSkin https://www.barricklab.org/twiki/bin/view/TWiki/TopMenuSkin?t=2026-05-18T10:07:22Z TopMenuSkin The TopMenuSkin adds pulldown menus to the PatternSkin. Screenshot Tob Bar and Menu Structure TopMenuSkinTopBar top bar with menu bar, logo and... (last changed by JeffreyBarrick) 2026-05-18T10:07:22Z JeffreyBarrick 11 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/TopMenuSkin https://www.barricklab.org/twiki/bin/rdiff/TWiki/TopMenuSkin WebPreferences https://www.barricklab.org/twiki/bin/view/TWiki/WebPreferences?t=2026-05-13T23:48:11Z 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 JeffreyBarrick) 2026-05-13T23:48:11Z JeffreyBarrick 38 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/WebPreferences https://www.barricklab.org/twiki/bin/rdiff/TWiki/WebPreferences BlackListPlugin https://www.barricklab.org/twiki/bin/view/TWiki/BlackListPlugin?t=2026-02-10T22:16:27Z Black List Plugin Description This is a simple utility to keep black sheep away from a public TWiki site. The site can be protected against excessive page access... (last changed by JeffreyBarrick) 2026-02-10T22:16:27Z JeffreyBarrick 4 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/BlackListPlugin https://www.barricklab.org/twiki/bin/rdiff/TWiki/BlackListPlugin BeautifierPlugin https://www.barricklab.org/twiki/bin/view/TWiki/BeautifierPlugin?t=2025-11-14T12:05:39Z BeautifierPlugin Introduction This plugin allows you to have code fragments automatically formatted and highlighted. It uses the Beautifier library (included... (last changed by JeffreyBarrick) 2025-11-14T12:05:39Z JeffreyBarrick 2 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/BeautifierPlugin https://www.barricklab.org/twiki/bin/rdiff/TWiki/BeautifierPlugin TWikiTips https://www.barricklab.org/twiki/bin/view/TWiki/TWikiTips?t=2018-07-15T00:21:01Z TWiki Tips TWiki Tips are tips and hints contributed by TWiki users. Use this form to search for tips. You can contribute new tips. See also: TWiki Tips Of The... (last changed by TWikiContributor) 2018-07-15T00:21:01Z TWikiContributor 4 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/TWikiTips https://www.barricklab.org/twiki/bin/rdiff/TWiki/TWikiTips WebHome https://www.barricklab.org/twiki/bin/view/TWiki/WebHome?t=2018-07-13T04:49:21Z The place to learn about TWiki features and perform TWiki system maintenance. TWiki is a flexible, powerful, secure, yet simple Enterprise Wiki and Web Application... (last changed by TWikiContributor) 2018-07-13T04:49:21Z TWikiContributor 98 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/WebHome https://www.barricklab.org/twiki/bin/rdiff/TWiki/WebHome VarJQENDTAB https://www.barricklab.org/twiki/bin/view/TWiki/VarJQENDTAB?t=2014-11-14T22:27:26Z JQENDTAB end a JQuery tab within a tab pane This variable is handled by the JQueryPlugin. For description see JQTABPANE Syntax: % JQTABPANE% % JQTAB{`Tab... (last changed by TWikiContributor) 2014-11-14T22:27:26Z TWikiContributor 3 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarJQENDTAB https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarJQENDTAB VarMETA https://www.barricklab.org/twiki/bin/view/TWiki/VarMETA?t=2014-03-16T07:22:27Z META displays meta data Provided mainly for use in templates, this variable generates the parts of the topic view that relate to meta data (attachments, forms... (last changed by TWikiContributor) 2014-03-16T07:22:27Z TWikiContributor 7 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarMETA https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarMETA TWikiConfigureCheckersCertificateKeyCheckerDotPm https://www.barricklab.org/twiki/bin/view/TWiki/TWikiConfigureCheckersCertificateKeyCheckerDotPm?t=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) 2013-10-14T08:02:47Z TWikiContributor 1 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/TWikiConfigureCheckersCertificateKeyCheckerDotPm https://www.barricklab.org/twiki/bin/rdiff/TWiki/TWikiConfigureCheckersCertificateKeyCheckerDotPm VarSTATISTICSTOPIC https://www.barricklab.org/twiki/bin/view/TWiki/VarSTATISTICSTOPIC?t=2013-09-20T08:03:05Z STATISTICSTOPIC name of statistics topic Note: Each web has a statistics topic Syntax: % STATISTICSTOPIC% Expands to: , renders as Category... (last changed by TWikiContributor) 2013-09-20T08:03:05Z TWikiContributor 3 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarSTATISTICSTOPIC https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarSTATISTICSTOPIC TagMeViewMyTags https://www.barricklab.org/twiki/bin/view/TWiki/TagMeViewMyTags?t=2013-04-18T02:20:35Z Tag me: View My Tags All Tags My Tags Tag Search Other tag options: Create new tag, Rename tag, Delete tag (last changed by TWikiContributor) 2013-04-18T02:20:35Z TWikiContributor 4 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/TagMeViewMyTags https://www.barricklab.org/twiki/bin/rdiff/TWiki/TagMeViewMyTags PatternSkinCustomization https://www.barricklab.org/twiki/bin/view/TWiki/PatternSkinCustomization?t=2013-03-21T22:47:15Z PatternSkin Customization Guidelines how to create and customize page templates of the .PatternSkin. For styling your TWiki using stylesheets, see PatternSkinCssCookbook... (last changed by TWikiContributor) 2013-03-21T22:47:15Z TWikiContributor 12 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/PatternSkinCustomization https://www.barricklab.org/twiki/bin/rdiff/TWiki/PatternSkinCustomization AutonomousWebs https://www.barricklab.org/twiki/bin/view/TWiki/AutonomousWebs?t=2012-12-26T01:54:51Z Making webs autonomous Motivation On a large TWiki site having thousands of webs, each web should be as self service as possible so that TWiki administrators` work... (last changed by TWikiContributor) 2012-12-26T01:54:51Z TWikiContributor 1 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/AutonomousWebs https://www.barricklab.org/twiki/bin/rdiff/TWiki/AutonomousWebs TagMeDeleteTag https://www.barricklab.org/twiki/bin/view/TWiki/TagMeDeleteTag?t=2012-11-13T09:19:06Z Tag me: Delete Tag Create New Tag Rename Tag Delete Tag Tag to delete: Other tag options: View all tags, Search tags (last changed by TWikiContributor) 2012-11-13T09:19:06Z TWikiContributor 4 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/TagMeDeleteTag https://www.barricklab.org/twiki/bin/rdiff/TWiki/TagMeDeleteTag VarBLACK https://www.barricklab.org/twiki/bin/view/TWiki/VarBLACK?t=2012-11-12T06:52:27Z BLACK start black colored text BLACK is one of the rendering shortcut settings predefined in TWikiPreferences. See the section rendering shortcut settings... (last changed by TWikiContributor) 2012-11-12T06:52:27Z TWikiContributor 4 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarBLACK https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarBLACK
>
>
WebBottomBar https://www.barricklab.org/twiki/bin/view/TWiki/WebBottomBar?t=2026-05-18T10:07:57Z (last changed by JeffreyBarrick) 2026-05-18T10:07:57Z JeffreyBarrick TopMenuSkin https://www.barricklab.org/twiki/bin/view/TWiki/TopMenuSkin?t=2026-05-18T10:07:22Z TopMenuSkin The TopMenuSkin adds pulldown menus to the PatternSkin. Screenshot Tob Bar and Menu Structure TopMenuSkinTopBar top bar with menu bar, logo and... (last changed by JeffreyBarrick) 2026-05-18T10:07:22Z JeffreyBarrick WebPreferences https://www.barricklab.org/twiki/bin/view/TWiki/WebPreferences?t=2026-05-13T23:48:11Z 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 JeffreyBarrick) 2026-05-13T23:48:11Z JeffreyBarrick BlackListPlugin https://www.barricklab.org/twiki/bin/view/TWiki/BlackListPlugin?t=2026-02-10T22:16:27Z Black List Plugin Description This is a simple utility to keep black sheep away from a public TWiki site. The site can be protected against excessive page access... (last changed by JeffreyBarrick) 2026-02-10T22:16:27Z JeffreyBarrick BeautifierPlugin https://www.barricklab.org/twiki/bin/view/TWiki/BeautifierPlugin?t=2025-11-14T12:05:39Z BeautifierPlugin Introduction This plugin allows you to have code fragments automatically formatted and highlighted. It uses the Beautifier library (included... (last changed by JeffreyBarrick) 2025-11-14T12:05:39Z JeffreyBarrick TWikiStoreDotPm https://www.barricklab.org/twiki/bin/view/TWiki/TWikiStoreDotPm?t=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) 2018-07-16T03:20:37Z TWikiContributor InterwikiPlugin https://www.barricklab.org/twiki/bin/view/TWiki/InterwikiPlugin?t=2018-07-06T01:48:16Z Interwiki Plugin Introduction The InterwikiPlugin links ExternalSite:Page text to a page on an external site based on aliases defined in the .InterWikis... (last changed by TWikiContributor) 2018-07-06T01:48:16Z TWikiContributor EmptyPlugin https://www.barricklab.org/twiki/bin/view/TWiki/EmptyPlugin?t=2018-07-06T01:27:17Z Empty TWiki Plugin Introduction This is an empty plugin. Use it as a template to build your own .TWikiPlugins. This plugin does nothing, but is ready to be extended... (last changed by TWikiContributor) 2018-07-06T01:27:17Z TWikiContributor TWikiNetDotPm https://www.barricklab.org/twiki/bin/view/TWiki/TWikiNetDotPm?t=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) 2015-11-29T10:27:03Z TWikiContributor VarTWOCOLUMNS https://www.barricklab.org/twiki/bin/view/TWiki/VarTWOCOLUMNS?t=2015-05-07T04:00:56Z TWOCOLUMNS responsive two column page layout Write % TWOCOLUMNS% ...text... % ENDCOLUMNS% to get a page layout with two columns . The layout is responsive... (last changed by TWikiContributor) 2015-05-07T04:00:56Z TWikiContributor VarSET https://www.barricklab.org/twiki/bin/view/TWiki/VarSET?t=2015-04-08T03:03:12Z SET{`name` value `...`} set a variable Set a named variable that can be retrieved later with % GET{ . No output is shown, e.g. % SET{ resolves to an empty... (last changed by TWikiContributor) 2015-04-08T03:03:12Z TWikiContributor VarWEBPREFSTOPIC https://www.barricklab.org/twiki/bin/view/TWiki/VarWEBPREFSTOPIC?t=2014-12-16T02:37:42Z WEBPREFSTOPIC name of web preferences topic Syntax: % WEBPREFSTOPIC% Expands to: , renders as Category: AdministrationVariables, SystemInformationVariables... (last changed by TWikiContributor) 2014-12-16T02:37:42Z TWikiContributor TWikiUserAuthentication https://www.barricklab.org/twiki/bin/view/TWiki/TWikiUserAuthentication?t=2014-07-13T20:49:50Z TWiki User Authentication TWiki site access control and user activity tracking options Overview Authentication, or `logging in`, is the process by which a user... (last changed by TWikiContributor) 2014-07-13T20:49:50Z TWikiContributor VarVBAR https://www.barricklab.org/twiki/bin/view/TWiki/VarVBAR?t=2013-10-02T21:27:09Z VBAR vertical bar The vertical bar variable can be used in TWiki tables. Type: Preference variable TWikiRenderingShortcut. Syntax: % VBAR%... (last changed by TWikiContributor) 2013-10-02T21:27:09Z TWikiContributor StaticMethod https://www.barricklab.org/twiki/bin/view/TWiki/StaticMethod?t=2013-09-25T19:36:34Z Static Method A StaticMethod is a method in a package that can be called without reference to an object of the package type. For example, package Telecoms StaticMethod... (last changed by TWikiContributor) 2013-09-25T19:36:34Z TWikiContributor VarH https://www.barricklab.org/twiki/bin/view/TWiki/VarH?t=2013-09-14T07:33:48Z H help icon Type: Preference variable TWikiRenderingShortcut. Syntax: % H% Expands to: Category: FormattingAndRenderingVariables Related... (last changed by TWikiContributor) 2013-09-14T07:33:48Z TWikiContributor
 
Changed:
<
<
See also: TWiki:Codev/RichSiteSummary, TWiki:Codev/TWikiSyndication
>
>
See also: WebAtomBase, TWiki:Codev/RichSiteSummary, TWiki:Codev/TWikiSyndication
Deleted:
<
<
-- TWiki:Main.PeterThoeny - 02 Sep 2003
 

Revision 52004-08-15 - PeterThoeny

Changed:
<
<

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

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>
%SEARCH{"%URLPARAM{"search" default=".*" }%" web="%INCLUDINGWEB%" regex="on" nosearch="on" order="modified" reverse="on" nototal="on" limit="16" format="<item rdf:about=\"%SCRIPTURL%/view%SCRIPTSUFFIX%/$web/$topic\">$n  <title>$topic</title>$n  <link>%SCRIPTURL%/view%SCRIPTSUFFIX%/$web/$topic?t=$isodate</link>$n  <description>$summary</description>$n  <dc:date>$isodate</dc:date>$n  <dc:contributor>$n    <rdf:Description link=\"%SCRIPTURL%/view%SCRIPTSUFFIX%?topic=$wikiusername\">$n      <rdf:value>$username</rdf:value>$n    </rdf:Description>$n  </dc:contributor>$n  <wiki:version>$rev</wiki:version>$n  <wiki:status>updated</wiki:status>$n  <wiki:importance>major</wiki:importance>$n  <wiki:diff>%SCRIPTURL%/rdiff%SCRIPTSUFFIX%/$web/$topic</wiki:diff>$n  <wiki:history>%SCRIPTURL%/rdiff%SCRIPTSUFFIX%/$web/$topic</wiki:history>$n</item>"}%
%STOPINCLUDE%

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

-- PeterThoeny - 02 Sep 2003

>
>

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

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="%WIKILOGOIMG%" />
  <dc:language>en-us</dc:language>
  <dc:rights>%WEBRSSCOPYRIGHT%</dc:rights>
  <dc:publisher>%WIKIWEBMASTERNAME% [%WIKIWEBMASTER%]</dc:publisher>
  <dc:creator>%WIKIWEBMASTERNAME% [%WIKIWEBMASTER%]</dc:creator>
  <dc:source>%WIKITOOLNAME%</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="%WIKILOGOIMG%">
  <title>%WIKILOGOALT%.%INCLUDINGWEB%</title>
  <link>%SCRIPTURL%/view%SCRIPTSUFFIX%/%INCLUDINGWEB%</link>
  <url>%WIKILOGOIMG%</url>
</image>
%SEARCH{"%URLPARAM{"search" default=".*" }%" web="%INCLUDINGWEB%" regex="on" nosearch="on" order="modified" reverse="on" nototal="on" limit="16" format="<item rdf:about=\"%SCRIPTURL%/view%SCRIPTSUFFIX%/$web/$topic\">$n  <title>$topic</title>$n  <link>%SCRIPTURL%/view%SCRIPTSUFFIX%/$web/$topic?t=$isodate</link>$n  <description>$summary (last changed by <nop>$wikiname)</description>$n  <dc:date>$isodate</dc:date>$n  <dc:contributor>$n    <rdf:Description link=\"%SCRIPTURL%/view%SCRIPTSUFFIX%?topic=$wikiusername\">$n      <rdf:value>$username</rdf:value>$n    </rdf:Description>$n  </dc:contributor>$n  <wiki:version>$rev</wiki:version>$n  <wiki:status>updated</wiki:status>$n  <wiki:importance>major</wiki:importance>$n  <wiki:diff>%SCRIPTURL%/rdiff%SCRIPTSUFFIX%/$web/$topic</wiki:diff>$n  <wiki:history>%SCRIPTURL%/rdiff%SCRIPTSUFFIX%/$web/$topic</wiki:history>$n</item>"}%
%STOPINCLUDE%

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

Added:
>
>
-- TWiki:Main.PeterThoeny - 02 Sep 2003
 

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:
<
<
WebBottomBar https://www.barricklab.org/twiki/bin/view/TWiki/WebBottomBar 2026-05-18T10:07:57Z JeffreyBarrick 4 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/WebBottomBar https://www.barricklab.org/twiki/bin/rdiff/TWiki/WebBottomBar 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... 2026-05-18T10:07:22Z JeffreyBarrick 11 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/TopMenuSkin https://www.barricklab.org/twiki/bin/rdiff/TWiki/TopMenuSkin 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... 2026-05-13T23:48:11Z JeffreyBarrick 38 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/WebPreferences https://www.barricklab.org/twiki/bin/rdiff/TWiki/WebPreferences BlackListPlugin https://www.barricklab.org/twiki/bin/view/TWiki/BlackListPlugin Black List Plugin Description This is a simple utility to keep black sheep away from a public TWiki site. The site can be protected against excessive page access... 2026-02-10T22:16:27Z JeffreyBarrick 4 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/BlackListPlugin https://www.barricklab.org/twiki/bin/rdiff/TWiki/BlackListPlugin BeautifierPlugin https://www.barricklab.org/twiki/bin/view/TWiki/BeautifierPlugin BeautifierPlugin Introduction This plugin allows you to have code fragments automatically formatted and highlighted. It uses the Beautifier library (included... 2025-11-14T12:05:39Z JeffreyBarrick 2 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/BeautifierPlugin https://www.barricklab.org/twiki/bin/rdiff/TWiki/BeautifierPlugin ColorPickerPlugin https://www.barricklab.org/twiki/bin/view/TWiki/ColorPickerPlugin Color Picker Plugin Introduction This TWiki plugin packages the color picker, which is a jQuery plugin developed by Steven Wittens of Acko.net. The package adds a... 2018-07-06T00:16:11Z TWikiContributor 6 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/ColorPickerPlugin https://www.barricklab.org/twiki/bin/rdiff/TWiki/ColorPickerPlugin SiteMap https://www.barricklab.org/twiki/bin/view/TWiki/SiteMap TWiki Site Map TWiki is divided up into webs, also known as workspaces or collaboration spaces. Web Description Links Webs are color... 2015-07-21T18:08:49Z TWikiContributor 23 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/SiteMap https://www.barricklab.org/twiki/bin/rdiff/TWiki/SiteMap WebSearchAttachments https://www.barricklab.org/twiki/bin/view/TWiki/WebSearchAttachments Search Attachments in 1 Web .attName { padding left: 38px; text indent: 38px; } .attComment { font size:80%; color:gray; } Attachment name: Show all... 2015-05-19T23:16:16Z TWikiContributor 1 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/WebSearchAttachments https://www.barricklab.org/twiki/bin/rdiff/TWiki/WebSearchAttachments VarMETASEARCH https://www.barricklab.org/twiki/bin/view/TWiki/VarMETASEARCH METASEARCH special search of meta data Syntax: % METASEARCH{... Supported parameters: Parameter: Description: Default: type... 2015-04-22T03:26:09Z TWikiContributor 5 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarMETASEARCH https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarMETASEARCH PeterThoeny https://www.barricklab.org/twiki/bin/view/TWiki/PeterThoeny Peter Thoeny TWiki Enterprise Consultant, Founder and BDFL of TWiki and TWiki.org, inventor of structured wikis, co author of for Dummies book, speaker, HDR Photographer... 2014-12-16T02:17:39Z TWikiContributor 9 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/PeterThoeny https://www.barricklab.org/twiki/bin/rdiff/TWiki/PeterThoeny VarTM https://www.barricklab.org/twiki/bin/view/TWiki/VarTM TM Trademark symbol Type: Preference variable TWikiRenderingShortcut. Syntax: % TM% Expands to: Category: FormattingAndRenderingVariables... 2014-03-26T21:38:56Z TWikiContributor 1 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarTM https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarTM TWikiSite https://www.barricklab.org/twiki/bin/view/TWiki/TWikiSite TWiki Site TWiki is a Web based collaboration platform A TWiki site is an easy to use, full featured open communications environment: people anywhere... 2013-11-07T07:57:27Z TWikiContributor 30 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/TWikiSite https://www.barricklab.org/twiki/bin/rdiff/TWiki/TWikiSite TWikiConfigureUIsEXTENDDotPm https://www.barricklab.org/twiki/bin/view/TWiki/TWikiConfigureUIsEXTENDDotPm Package TWiki::Configure::UIs::EXTEND StaticMethod unpackArchive ($archive ,$dir ) Unpack an archive. The unpacking method is determined from the file extension... 2013-10-14T08:02:47Z TWikiContributor 2 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/TWikiConfigureUIsEXTENDDotPm https://www.barricklab.org/twiki/bin/rdiff/TWiki/TWikiConfigureUIsEXTENDDotPm TWikiUsersBaseUserMappingDotPm https://www.barricklab.org/twiki/bin/view/TWiki/TWikiUsersBaseUserMappingDotPm 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... 2013-10-14T08:02:47Z TWikiContributor 3 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/TWikiUsersBaseUserMappingDotPm https://www.barricklab.org/twiki/bin/rdiff/TWiki/TWikiUsersBaseUserMappingDotPm 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 VarTWIKIWEB https://www.barricklab.org/twiki/bin/view/TWiki/VarTWIKIWEB TWIKIWEB synonym for SYSTEMWEB Deprecated. Please use % SYSTEMWEB% instead. Category: SystemInformationVariables Related: SYSTEMWEB, USERSWEB 2012-11-15T07:03:24Z TWikiContributor 4 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarTWIKIWEB https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarTWIKIWEB
>
>
WebBottomBar https://www.barricklab.org/twiki/bin/view/TWiki/WebBottomBar?t=2026-05-18T10:07:57Z 2026-05-18T10:07:57Z JeffreyBarrick 4 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/WebBottomBar https://www.barricklab.org/twiki/bin/rdiff/TWiki/WebBottomBar TopMenuSkin https://www.barricklab.org/twiki/bin/view/TWiki/TopMenuSkin?t=2026-05-18T10:07:22Z TopMenuSkin The TopMenuSkin adds pulldown menus to the PatternSkin. Screenshot Tob Bar and Menu Structure TopMenuSkinTopBar top bar with menu bar, logo and... 2026-05-18T10:07:22Z JeffreyBarrick 11 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/TopMenuSkin https://www.barricklab.org/twiki/bin/rdiff/TWiki/TopMenuSkin WebPreferences https://www.barricklab.org/twiki/bin/view/TWiki/WebPreferences?t=2026-05-13T23:48:11Z TWiki Web Preferences The following settings are web preferences of the TWiki web. These preferences override the site level preferences in . and... 2026-05-13T23:48:11Z JeffreyBarrick 38 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/WebPreferences https://www.barricklab.org/twiki/bin/rdiff/TWiki/WebPreferences BlackListPlugin https://www.barricklab.org/twiki/bin/view/TWiki/BlackListPlugin?t=2026-02-10T22:16:27Z Black List Plugin Description This is a simple utility to keep black sheep away from a public TWiki site. The site can be protected against excessive page access... 2026-02-10T22:16:27Z JeffreyBarrick 4 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/BlackListPlugin https://www.barricklab.org/twiki/bin/rdiff/TWiki/BlackListPlugin BeautifierPlugin https://www.barricklab.org/twiki/bin/view/TWiki/BeautifierPlugin?t=2025-11-14T12:05:39Z BeautifierPlugin Introduction This plugin allows you to have code fragments automatically formatted and highlighted. It uses the Beautifier library (included... 2025-11-14T12:05:39Z JeffreyBarrick 2 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/BeautifierPlugin https://www.barricklab.org/twiki/bin/rdiff/TWiki/BeautifierPlugin 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 WatchlistPlugin https://www.barricklab.org/twiki/bin/view/TWiki/WatchlistPlugin?t=2018-07-10T21:31:56Z Watchlist Plugin Introduction The WatchlistPlugin adds watchlist feature to TWiki topics. Topics of interest can be watched and unwatched. A user can see recent changes... 2018-07-10T21:31:56Z TWikiContributor 4 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/WatchlistPlugin https://www.barricklab.org/twiki/bin/rdiff/TWiki/WatchlistPlugin VarWEBLIST https://www.barricklab.org/twiki/bin/view/TWiki/VarWEBLIST?t=2017-05-31T07:34:19Z WEBLIST{`format`} index of all webs List of all webs. Obfusticated webs are excluded, e.g. webs with a NOSEARCHALL on preference variable. The `format`... 2017-05-31T07:34:19Z TWikiContributor 7 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarWEBLIST https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarWEBLIST TWikiDotPm https://www.barricklab.org/twiki/bin/view/TWiki/TWikiDotPm?t=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... 2015-11-29T10:27:03Z TWikiContributor 9 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/TWikiDotPm https://www.barricklab.org/twiki/bin/rdiff/TWiki/TWikiDotPm SiteChanges https://www.barricklab.org/twiki/bin/view/TWiki/SiteChanges?t=2013-11-15T21:54:05Z most recent topic changes in webs Modified (now ) Topic in Web Last Modified By Modify changes listing Number of changes per web: 20... 2013-11-15T21:54:05Z TWikiContributor 6 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/SiteChanges https://www.barricklab.org/twiki/bin/rdiff/TWiki/SiteChanges VarCARET https://www.barricklab.org/twiki/bin/view/TWiki/VarCARET?t=2013-10-02T21:27:09Z CARET caret symbol The caret variable can be used in TWiki tables. Type: Preference variable TWikiRenderingShortcut. Syntax: % CARET% Expands... 2013-10-02T21:27:09Z TWikiContributor 3 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarCARET https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarCARET VarHOMETOPIC https://www.barricklab.org/twiki/bin/view/TWiki/VarHOMETOPIC?t=2013-09-20T08:03:13Z HOMETOPIC home topic in each web Note: Each web has a home topic Syntax: % HOMETOPIC% Expands to: , renders as Category: SystemInformationVariables... 2013-09-20T08:03:13Z TWikiContributor 3 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarHOMETOPIC https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarHOMETOPIC TagMeDebugSearch https://www.barricklab.org/twiki/bin/view/TWiki/TagMeDebugSearch?t=2013-04-18T01:40:46Z Tag me: Debug Tag Search web: topic: tag: by: sort: norelated: nototal: minsize: maxsize:... 2013-04-18T01:40:46Z TWikiContributor 4 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/TagMeDebugSearch https://www.barricklab.org/twiki/bin/rdiff/TWiki/TagMeDebugSearch VarWIKILOGOIMG https://www.barricklab.org/twiki/bin/view/TWiki/VarWIKILOGOIMG?t=2012-11-15T07:39:35Z WIKILOGOIMG site logo image URL Syntax: % WIKILOGOIMG% Expands to: Renders as: Defined in: TWikiPreferences Category: AdministrationVariables... 2012-11-15T07:39:35Z TWikiContributor 2 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarWIKILOGOIMG https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarWIKILOGOIMG VarPURPLE https://www.barricklab.org/twiki/bin/view/TWiki/VarPURPLE?t=2012-11-15T06:00:09Z PURPLE start purple colored text PURPLE is one of the rendering shortcut settings predefined in TWikiPreferences. See the section rendering shortcut settings... 2012-11-15T06:00:09Z TWikiContributor 4 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarPURPLE https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarPURPLE VarGMTIME2 https://www.barricklab.org/twiki/bin/view/TWiki/VarGMTIME2?t=2012-11-13T08:29:43Z GMTIME{`format`} formatted GM time Syntax: % GMTIME{`format` Supported variables: Variable: Unit: Example $seconds seconds... 2012-11-13T08:29:43Z TWikiContributor 5 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarGMTIME2 https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarGMTIME2
 

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

-- PeterThoeny - 02 Sep 2003

Revision 32003-09-03 - PeterThoeny

Changed:
<
<

RSS Feed

>
>

How to Find out What's New?

 
Changed:
<
<
This is the base for the RSS feed for each web.
>
>
There are three ways to find out what's new in each TWiki web:
Added:
>
>
  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
 
Changed:
<
<
Each web has a WebRss that should contain the following text:
>
>

RSS Feed Usage

 
Added:
>
>

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"}%
Added:
>
>

  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>
Changed:
<
<
>
>
  TWiki.TWiki https://www.barricklab.org/twiki/bin/view/TWiki https://www.barricklab.org/twiki/pub/TWiki/TWikiLogos/twikilogo88x31.gif
Changed:
<
<
WebBottomBar https://www.barricklab.org/twiki/bin/view/TWiki/WebBottomBar 2026-05-18T10:07:57Z JeffreyBarrick 4 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/WebBottomBar https://www.barricklab.org/twiki/bin/rdiff/TWiki/WebBottomBar 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... 2026-05-18T10:07:22Z JeffreyBarrick 11 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/TopMenuSkin https://www.barricklab.org/twiki/bin/rdiff/TWiki/TopMenuSkin 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... 2026-05-13T23:48:11Z JeffreyBarrick 38 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/WebPreferences https://www.barricklab.org/twiki/bin/rdiff/TWiki/WebPreferences BlackListPlugin https://www.barricklab.org/twiki/bin/view/TWiki/BlackListPlugin Black List Plugin Description This is a simple utility to keep black sheep away from a public TWiki site. The site can be protected against excessive page access... 2026-02-10T22:16:27Z JeffreyBarrick 4 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/BlackListPlugin https://www.barricklab.org/twiki/bin/rdiff/TWiki/BlackListPlugin BeautifierPlugin https://www.barricklab.org/twiki/bin/view/TWiki/BeautifierPlugin BeautifierPlugin Introduction This plugin allows you to have code fragments automatically formatted and highlighted. It uses the Beautifier library (included... 2025-11-14T12:05:39Z JeffreyBarrick 2 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/BeautifierPlugin https://www.barricklab.org/twiki/bin/rdiff/TWiki/BeautifierPlugin TWikiUIDotPm https://www.barricklab.org/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... 2018-07-16T03:20:41Z TWikiContributor 7 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/TWikiUIDotPm https://www.barricklab.org/twiki/bin/rdiff/TWiki/TWikiUIDotPm TWikiHistory https://www.barricklab.org/twiki/bin/view/TWiki/TWikiHistory Appendix A: TWiki Development Time line TWiki Release 6.1 (Kampala) released on 2018 07 16 New Features and Enhancements of TWiki Release 6.1 Bug Fixes... 2018-07-16T01:58:07Z TWikiContributor 87 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/TWikiHistory https://www.barricklab.org/twiki/bin/rdiff/TWiki/TWikiHistory TWikiSystemRequirements https://www.barricklab.org/twiki/bin/view/TWiki/TWikiSystemRequirements TWiki System Requirements Server and client requirements Low client and server base requirements are core features that keep TWiki widely deployable, particularly... 2018-07-15T06:33:52Z TWikiContributor 43 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/TWikiSystemRequirements https://www.barricklab.org/twiki/bin/rdiff/TWiki/TWikiSystemRequirements MovedSkin https://www.barricklab.org/twiki/bin/view/TWiki/MovedSkin MovedSkin Overview Sometimes a TWiki site is migrated to a new location with a new URL. For convenience users visiting the old site should find the new site. When... 2018-07-06T04:18:46Z TWikiContributor 2 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/MovedSkin https://www.barricklab.org/twiki/bin/rdiff/TWiki/MovedSkin TWikiVariables https://www.barricklab.org/twiki/bin/view/TWiki/TWikiVariables TWiki Variables Special text strings expand on the fly to display dynamic content, such as user data or system info TWikiVariables are text strings % VARIABLE... 2016-07-11T06:26:28Z TWikiContributor 91 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/TWikiVariables https://www.barricklab.org/twiki/bin/rdiff/TWiki/TWikiVariables TWikiVariablesWizard https://www.barricklab.org/twiki/bin/view/TWiki/TWikiVariablesWizard TWiki Variables Wizard to Find and Compose Variables #one var h6 { margin top: 0; } Categories: all Variables: Select a category... 2015-01-16T00:39:20Z TWikiContributor 2 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/TWikiVariablesWizard https://www.barricklab.org/twiki/bin/rdiff/TWiki/TWikiVariablesWizard TWikiConfigureCheckersCertificateDotPm https://www.barricklab.org/twiki/bin/view/TWiki/TWikiConfigureCheckersCertificateDotPm Package TWiki::Configure::Checkers::CertificateChecker Configure GUI checker for Certificate items. This checker validates files that contain X.509 certificates,... 2013-10-14T08:02:47Z TWikiContributor 1 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/TWikiConfigureCheckersCertificateDotPm https://www.barricklab.org/twiki/bin/rdiff/TWiki/TWikiConfigureCheckersCertificateDotPm VarNOTIFYTOPIC https://www.barricklab.org/twiki/bin/view/TWiki/VarNOTIFYTOPIC NOTIFYTOPIC name of the notify topic Note: Each web has a notify topic Syntax: % NOTIFYTOPIC% Expands to: , renders as Category: SystemInformationVariabl... 2013-09-20T08:03:22Z TWikiContributor 3 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarNOTIFYTOPIC https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarNOTIFYTOPIC VarI https://www.barricklab.org/twiki/bin/view/TWiki/VarI I idea icon Type: Preference variable TWikiRenderingShortcut. Syntax: % I% Expands to: Category: FormattingAndRenderingVariables Related... 2013-09-14T07:33:48Z TWikiContributor 4 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarI https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarI VarSITENAME https://www.barricklab.org/twiki/bin/view/TWiki/VarSITENAME SITENAME the current site name Syntax: % SITENAME% Supported parameters: none Returns the current site name defined by {ReadOnlyAndMirrorWebs}{SiteName... 2012-12-11T11:10:44Z TWikiContributor 1 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarSITENAME https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarSITENAME VarWIKIVERSION https://www.barricklab.org/twiki/bin/view/TWiki/VarWIKIVERSION WIKIVERSION the version of the installed TWiki engine Syntax: % WIKIVERSION% Expands to: Category: AdministrationVariables, SystemInformationVariables... 2012-11-15T07:42:30Z TWikiContributor 3 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarWIKIVERSION https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarWIKIVERSION
>
>
WebBottomBar https://www.barricklab.org/twiki/bin/view/TWiki/WebBottomBar 2026-05-18T10:07:57Z JeffreyBarrick 4 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/WebBottomBar https://www.barricklab.org/twiki/bin/rdiff/TWiki/WebBottomBar 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... 2026-05-18T10:07:22Z JeffreyBarrick 11 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/TopMenuSkin https://www.barricklab.org/twiki/bin/rdiff/TWiki/TopMenuSkin 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... 2026-05-13T23:48:11Z JeffreyBarrick 38 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/WebPreferences https://www.barricklab.org/twiki/bin/rdiff/TWiki/WebPreferences BlackListPlugin https://www.barricklab.org/twiki/bin/view/TWiki/BlackListPlugin Black List Plugin Description This is a simple utility to keep black sheep away from a public TWiki site. The site can be protected against excessive page access... 2026-02-10T22:16:27Z JeffreyBarrick 4 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/BlackListPlugin https://www.barricklab.org/twiki/bin/rdiff/TWiki/BlackListPlugin BeautifierPlugin https://www.barricklab.org/twiki/bin/view/TWiki/BeautifierPlugin BeautifierPlugin Introduction This plugin allows you to have code fragments automatically formatted and highlighted. It uses the Beautifier library (included... 2025-11-14T12:05:39Z JeffreyBarrick 2 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/BeautifierPlugin https://www.barricklab.org/twiki/bin/rdiff/TWiki/BeautifierPlugin BackupRestorePlugin https://www.barricklab.org/twiki/bin/view/TWiki/BackupRestorePlugin Backup Restore Plugin Overview This is a solution to backup, restore, and upgrade TWiki sites. It can be used via the browser and on the command line. This plugin... 2018-07-10T22:15:29Z TWikiContributor 7 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/BackupRestorePlugin https://www.barricklab.org/twiki/bin/rdiff/TWiki/BackupRestorePlugin TwistyContrib https://www.barricklab.org/twiki/bin/view/TWiki/TwistyContrib TwistyContrib Introduction This contrib packages in a convenient way the JavaScript library and the CSS file needed to implement Twisty sections. TwistyContrib... 2018-07-06T08:19:01Z TWikiContributor 18 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/TwistyContrib https://www.barricklab.org/twiki/bin/rdiff/TWiki/TwistyContrib SlideShowPlugin https://www.barricklab.org/twiki/bin/view/TWiki/SlideShowPlugin Slide Show Plugin Introduction There is already a defacto standard for presentations, why this plugin? This plugin makes sense for organizations that do already have... 2016-01-09T23:49:53Z TWikiContributor 16 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/SlideShowPlugin https://www.barricklab.org/twiki/bin/rdiff/TWiki/SlideShowPlugin VarJQENDTABPANE https://www.barricklab.org/twiki/bin/view/TWiki/VarJQENDTABPANE JQENDTABPANE end a JQuery tab pane This variable is handled by the JQueryPlugin. For description see JQTABPANE Syntax: % JQTABPANE% % JQTAB{`Tab 1` ...... 2014-11-14T22:27:26Z TWikiContributor 3 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarJQENDTABPANE https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarJQENDTABPANE VarNBSP https://www.barricklab.org/twiki/bin/view/TWiki/VarNBSP NBSP non breaking space The WYSIWYG editor tends to change nbsp; into normal space. Use this variable where non breaking space needs to be retained, such as... 2013-10-02T21:18:55Z TWikiContributor 1 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarNBSP https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarNBSP TWikiPreferencesForm https://www.barricklab.org/twiki/bin/view/TWiki/TWikiPreferencesForm TWiki Preferences Form Name Type Size Value Tooltip message Attributes WEBBGCOLOR color 20 #FFD8AA HTML Color S FAVICON text... 2013-03-26T11:07:07Z TWikiContributor 8 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/TWikiPreferencesForm https://www.barricklab.org/twiki/bin/rdiff/TWiki/TWikiPreferencesForm 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 VarSERVERTIME https://www.barricklab.org/twiki/bin/view/TWiki/VarSERVERTIME SERVERTIME server time Syntax: % SERVERTIME% Expands to: Date format defined as {DefaultDateFormat} in configure, default $year $mo $day... 2012-11-15T06:23:12Z TWikiContributor 4 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarSERVERTIME https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarSERVERTIME VarRED https://www.barricklab.org/twiki/bin/view/TWiki/VarRED RED start red colored text RED is one of the rendering shortcut settings predefined in TWikiPreferences. See the section rendering shortcut settings in that... 2012-11-15T06:08:07Z TWikiContributor 4 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarRED https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarRED VarPINK https://www.barricklab.org/twiki/bin/view/TWiki/VarPINK PINK start pink colored text PINK is one of the rendering shortcut settings predefined in TWikiPreferences. See the section rendering shortcut settings in... 2012-11-15T05:58:10Z TWikiContributor 4 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarPINK https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarPINK VarDASHBOARD https://www.barricklab.org/twiki/bin/view/TWiki/VarDASHBOARD DASHBOARD build a dashboard with banner and boxes Use this variable to quickly create dashboards for intranet home, team homepages, project homepages and knowledge... 2012-11-12T07:36:39Z TWikiContributor 1 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarDASHBOARD https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarDASHBOARD
 

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

Changed:
<
<
-- PeterThoeny - 30 Jan 2003
>
>
-- PeterThoeny - 02 Sep 2003
 

Revision 22003-02-26 - PeterThoeny

 

RSS Feed

This is the base for the RSS feed for each web.

Each web has a WebRss that should contain 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:


Changed:
<
<
>
>
  en-us Copyright 2026, Peter Thoeny and contributing authors. Peter Thoeny [Peter@Thoeny.com] Peter Thoeny [Peter@Thoeny.com] TWiki TWiki.TWiki
Changed:
<
<
>
>
  TWiki.TWiki https://www.barricklab.org/twiki/bin/view/TWiki https://www.barricklab.org/twiki/pub/TWiki/TWikiLogos/twikilogo88x31.gif WebBottomBar https://www.barricklab.org/twiki/bin/view/TWiki/WebBottomBar 2026-05-18T10:07:57Z JeffreyBarrick 4 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/WebBottomBar https://www.barricklab.org/twiki/bin/rdiff/TWiki/WebBottomBar 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... 2026-05-18T10:07:22Z JeffreyBarrick 11 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/TopMenuSkin https://www.barricklab.org/twiki/bin/rdiff/TWiki/TopMenuSkin 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... 2026-05-13T23:48:11Z JeffreyBarrick 38 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/WebPreferences https://www.barricklab.org/twiki/bin/rdiff/TWiki/WebPreferences BlackListPlugin https://www.barricklab.org/twiki/bin/view/TWiki/BlackListPlugin Black List Plugin Description This is a simple utility to keep black sheep away from a public TWiki site. The site can be protected against excessive page access... 2026-02-10T22:16:27Z JeffreyBarrick 4 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/BlackListPlugin https://www.barricklab.org/twiki/bin/rdiff/TWiki/BlackListPlugin BeautifierPlugin https://www.barricklab.org/twiki/bin/view/TWiki/BeautifierPlugin BeautifierPlugin Introduction This plugin allows you to have code fragments automatically formatted and highlighted. It uses the Beautifier library (included... 2025-11-14T12:05:39Z JeffreyBarrick 2 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/BeautifierPlugin https://www.barricklab.org/twiki/bin/rdiff/TWiki/BeautifierPlugin TWikiConfigureImgToolDotPm https://www.barricklab.org/twiki/bin/view/TWiki/TWikiConfigureImgToolDotPm Package TWiki::Configure::ImgTool This class is a singleton that offers URLs for the images (logos, warning, info) used during configuration when neither pub... 2018-07-16T03:20:39Z TWikiContributor 1 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/TWikiConfigureImgToolDotPm https://www.barricklab.org/twiki/bin/rdiff/TWiki/TWikiConfigureImgToolDotPm TWikiDocGraphics https://www.barricklab.org/twiki/bin/view/TWiki/TWikiDocGraphics TWiki Documentation Graphics and File Type Icons This is the TWiki Documentation Graphics library. The graphics can be used in topics and by web applications. All... 2018-07-15T07:01:40Z TWikiContributor 55 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/TWikiDocGraphics https://www.barricklab.org/twiki/bin/rdiff/TWiki/TWikiDocGraphics WebChangesRightBox https://www.barricklab.org/twiki/bin/view/TWiki/WebChangesRightBox Recent changes in web: more... Web Changes Box on the Right Side This box is included in the of every web, except for the TWiki documentation web. To... 2016-03-28T04:06:53Z TWikiContributor 6 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/WebChangesRightBox https://www.barricklab.org/twiki/bin/rdiff/TWiki/WebChangesRightBox VarWIKIWEBMASTERNAME https://www.barricklab.org/twiki/bin/view/TWiki/VarWIKIWEBMASTERNAME WIKIWEBMASTERNAME name of the administrator % WIKIWEBMASTERNAME% expands to the name of the administrator of . Syntax: % WIKIWEBMASTERNAME% , expands... 2015-10-07T00:47:51Z TWikiContributor 1 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarWIKIWEBMASTERNAME https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarWIKIWEBMASTERNAME WebStatisticsFooter https://www.barricklab.org/twiki/bin/view/TWiki/WebStatisticsFooter Notes: Do not edit this topic, it is updated automatically. TWikiSiteTools explains how to enable automatic updates of the statistics pages. Related... 2015-05-14T11:43:45Z TWikiContributor 2 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/WebStatisticsFooter https://www.barricklab.org/twiki/bin/rdiff/TWiki/WebStatisticsFooter VarWIP https://www.barricklab.org/twiki/bin/view/TWiki/VarWIP WIP work in progress icon Type: Preference variable TWikiRenderingShortcut. Syntax: % WIP% Expands to: Category: FormattingAndRenderingVariables... 2013-09-14T07:21:59Z TWikiContributor 1 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarWIP https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarWIP 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 WatchlistTemplate https://www.barricklab.org/twiki/bin/view/TWiki/WatchlistTemplate Watchlist Return to: 2013-03-15T07:06:12Z TWikiContributor 1 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/WatchlistTemplate https://www.barricklab.org/twiki/bin/rdiff/TWiki/WatchlistTemplate TWikiTip029 https://www.barricklab.org/twiki/bin/view/TWiki/TWikiTip029 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 VarWIKILOGOURL https://www.barricklab.org/twiki/bin/view/TWiki/VarWIKILOGOURL WIKILOGOURL site logo home URL Syntax: % WIKILOGOURL% Expands to: Defined in: TWikiPreferences, default % SCRIPTURLPATH{`view`/% USERSWEB%/% HOMETOPIC... 2012-11-15T07:39:50Z TWikiContributor 2 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarWIKILOGOURL https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarWIKILOGOURL VarREDBG https://www.barricklab.org/twiki/bin/view/TWiki/VarREDBG REDBG start red colored background section REDBG is one of the rendering shortcut settings predefined in TWikiPreferences. See the section rendering shortcut... 2012-11-15T06:08:02Z TWikiContributor 2 updated major https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarREDBG https://www.barricklab.org/twiki/bin/rdiff/TWiki/VarREDBG


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

-- PeterThoeny - 30 Jan 2003

Revision 12003-01-30 - PeterThoeny

 

RSS Feed

This is the base for the RSS feed for each web.

Each web has a WebRss that should contain 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%/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{".*" 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%/twikilogo88x31.gif">
  <title>TWiki.%INCLUDINGWEB%</title>
  <link>%SCRIPTURL%/view%SCRIPTSUFFIX%/%INCLUDINGWEB%</link>
  <url>%PUBURL%/%TWIKIWEB%/TWikiLogos/twikilogo88x31.gif</url>
</image>
%SEARCH{".*" web="%INCLUDINGWEB%" regex="on" nosearch="on" order="modified" reverse="on" nototal="on" limit="16" format="<item rdf:about=\"%SCRIPTURL%/view%SCRIPTSUFFIX%/$web/$topic\">$n  <title>$topic</title>$n  <link>%SCRIPTURL%/view%SCRIPTSUFFIX%/$web/$topic</link>$n  <description>$summary</description>$n  <dc:date>$isodate</dc:date>$n  <dc:contributor>$n    <rdf:Description link=\"%SCRIPTURL%/view%SCRIPTSUFFIX%?topic=$wikiusername\">$n      <rdf:value>$username</rdf:value>$n    </rdf:Description>$n  </dc:contributor>$n  <wiki:version>$rev</wiki:version>$n  <wiki:status>updated</wiki:status>$n  <wiki:importance>major</wiki:importance>$n  <wiki:diff>%SCRIPTURL%/rdiff%SCRIPTSUFFIX%/$web/$topic</wiki:diff>$n  <wiki:history>%SCRIPTURL%/rdiff%SCRIPTSUFFIX%/$web/$topic</wiki:history>$n</item>"}%
%STOPINCLUDE%

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

-- PeterThoeny - 30 Jan 2003

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright &© 1999-2026 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.