Difference: WebRssBase (3 vs. 4)

Revision 419 Oct 2003 - 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:
<
<
TWikiSheetPlugin http://twiki.cohabit.fr/do/view/TWiki/TWikiSheetPlugin TWiki Sheet Plugin Introduction The TWiki Sheet Plugin turns a TWiki table into a spreadsheet that can be modified right in the browser. TWiki Sheet looks and feels... 2018-07-16T01:42:02Z TWikiContributor 1 updated major http://twiki.cohabit.fr/do/rdiff/TWiki/TWikiSheetPlugin http://twiki.cohabit.fr/do/rdiff/TWiki/TWikiSheetPlugin UserReports http://twiki.cohabit.fr/do/view/TWiki/UserReports TWiki User Reports This page contains user reports you can use in TWiki application. Create appealing TWiki applications in a no time! Reports are of format % USERREPORT... 2015-05-29T23:43:57Z TWikiContributor 3 updated major http://twiki.cohabit.fr/do/rdiff/TWiki/UserReports http://twiki.cohabit.fr/do/rdiff/TWiki/UserReports TopMenuSkinTopBar http://twiki.cohabit.fr/do/view/TWiki/TopMenuSkinTopBar Top Bar of TopMenuSkin Top bar of TopMenuSkin, replacing WebTopBar. Account var twTopMenuBarCloseTimer null; var twTopMenuBarTimerMsec... 2014-06-19T03:01:22Z TWikiContributor 7 updated major http://twiki.cohabit.fr/do/rdiff/TWiki/TopMenuSkinTopBar http://twiki.cohabit.fr/do/rdiff/TWiki/TopMenuSkinTopBar VarHIDE http://twiki.cohabit.fr/do/view/TWiki/VarHIDE HIDE{text} hide content in topic view Text inside the HIDE is removed when viewing the topic. This can be used to remove large amounts of text from being sent... 2014-05-16T00:46:28Z TWikiContributor 3 updated major http://twiki.cohabit.fr/do/rdiff/TWiki/VarHIDE http://twiki.cohabit.fr/do/rdiff/TWiki/VarHIDE TWikiConfigureCheckersCertificateKeyCheckerDotPm http://twiki.cohabit.fr/do/view/TWiki/TWikiConfigureCheckersCertificateKeyCheckerDotPm Package TWiki::Configure::Checkers::Certificate::KeyChecker Configure GUI checker for Certificate Key items. This checker validates files that contain private key... 2013-10-14T08:02:47Z TWikiContributor 1 updated major http://twiki.cohabit.fr/do/rdiff/TWiki/TWikiConfigureCheckersCertificateKeyCheckerDotPm http://twiki.cohabit.fr/do/rdiff/TWiki/TWikiConfigureCheckersCertificateKeyCheckerDotPm TWikiAccessDotPm http://twiki.cohabit.fr/do/view/TWiki/TWikiAccessDotPm Package TWiki::Access A singleton object of this class manages the access control database. Dynamic access control and permission caching As TWiki:Codev/DynamicAccessControl... 2013-10-14T08:02:47Z TWikiContributor 5 updated major http://twiki.cohabit.fr/do/rdiff/TWiki/TWikiAccessDotPm http://twiki.cohabit.fr/do/rdiff/TWiki/TWikiAccessDotPm VarGROUPS http://twiki.cohabit.fr/do/view/TWiki/VarGROUPS GROUPS a formatted list of groups Expands to a formatted list of user groups in your TWiki. The variable is intended to be used in .TWikiGroups, to allow a group... 2013-10-10T00:18:58Z TWikiContributor 4 updated major http://twiki.cohabit.fr/do/rdiff/TWiki/VarGROUPS http://twiki.cohabit.fr/do/rdiff/TWiki/VarGROUPS VarADDTOHEAD http://twiki.cohabit.fr/do/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 http://twiki.cohabit.fr/do/rdiff/TWiki/VarADDTOHEAD http://twiki.cohabit.fr/do/rdiff/TWiki/VarADDTOHEAD WysiwygPluginSettings http://twiki.cohabit.fr/do/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 http://twiki.cohabit.fr/do/rdiff/TWiki/WysiwygPluginSettings http://twiki.cohabit.fr/do/rdiff/TWiki/WysiwygPluginSettings VarMDREPO http://twiki.cohabit.fr/do/view/TWiki/VarMDREPO MDREPO retrieve data from metadata repository Attention: This variable works only if MetadataRepository is in use. Otherwise, it always returns a zero length... 2013-04-05T08:04:52Z TWikiContributor 1 updated major http://twiki.cohabit.fr/do/rdiff/TWiki/VarMDREPO http://twiki.cohabit.fr/do/rdiff/TWiki/VarMDREPO VarSTARTSECTION http://twiki.cohabit.fr/do/view/TWiki/VarSTARTSECTION STARTSECTION marks the start of a section within a topic Section boundaries are defined with % STARTSECTION{ and % ENDSECTION{ . Sections may be given... 2012-11-15T06:29:08Z TWikiContributor 6 updated major http://twiki.cohabit.fr/do/rdiff/TWiki/VarSTARTSECTION http://twiki.cohabit.fr/do/rdiff/TWiki/VarSTARTSECTION VarLOGINURL http://twiki.cohabit.fr/do/view/TWiki/VarLOGINURL LOGINURL present a login link Present a login link, regardless of the state of login Syntax: % LOGINURL% Expand to: Category: LinkingAndNavigationVariables... 2012-11-14T05:52:24Z TWikiContributor 2 updated major http://twiki.cohabit.fr/do/rdiff/TWiki/VarLOGINURL http://twiki.cohabit.fr/do/rdiff/TWiki/VarLOGINURL VarICONURL http://twiki.cohabit.fr/do/view/TWiki/VarICONURL ICONURL{`name`} URL of small documentation graphic or icon Generates the full URL of a TWikiDocGraphics image, which TWiki renders as an image. The related... 2012-11-13T09:00:16Z TWikiContributor 3 updated major http://twiki.cohabit.fr/do/rdiff/TWiki/VarICONURL http://twiki.cohabit.fr/do/rdiff/TWiki/VarICONURL VarDISPLAYTIME2 http://twiki.cohabit.fr/do/view/TWiki/VarDISPLAYTIME2 DISPLAYTIME{`format`} formatted display time Formatted time either GMT or Local server time, depending on {DisplayTimeValues} setting in configure, default... 2012-11-12T08:04:55Z TWikiContributor 6 updated major http://twiki.cohabit.fr/do/rdiff/TWiki/VarDISPLAYTIME2 http://twiki.cohabit.fr/do/rdiff/TWiki/VarDISPLAYTIME2 VarDATE http://twiki.cohabit.fr/do/view/TWiki/VarDATE DATE signature format date Syntax: % DATE% Expands to: Date format defined as {DefaultDateFormat} in configure, default $year $mo $day Note... 2012-11-12T08:03:26Z TWikiContributor 4 updated major http://twiki.cohabit.fr/do/rdiff/TWiki/VarDATE http://twiki.cohabit.fr/do/rdiff/TWiki/VarDATE SkinsAndTemplatesVariables http://twiki.cohabit.fr/do/view/TWiki/SkinsAndTemplatesVariables 2012-11-11T09:07:03Z TWikiContributor 1 updated major http://twiki.cohabit.fr/do/rdiff/TWiki/SkinsAndTemplatesVariables http://twiki.cohabit.fr/do/rdiff/TWiki/SkinsAndTemplatesVariables
>
>
UserReports http://twiki.cohabit.fr/do/view/TWiki/UserReports?t=2015-05-29T23:43:57Z TWiki User Reports This page contains user reports you can use in TWiki application. Create appealing TWiki applications in a no time! Reports are of format % USERREPORT... 2015-05-29T23:43:57Z TWikiContributor 3 updated major http://twiki.cohabit.fr/do/rdiff/TWiki/UserReports http://twiki.cohabit.fr/do/rdiff/TWiki/UserReports VarREVINFO2 http://twiki.cohabit.fr/do/view/TWiki/VarREVINFO2?t=2013-11-27T08:00:26Z REVINFO{`format`} formatted revision information of topic Syntax: % REVINFO{`format` Supported parameters: Parameter: Description: Default... 2013-11-27T08:00:26Z TWikiContributor 7 updated major http://twiki.cohabit.fr/do/rdiff/TWiki/VarREVINFO2 http://twiki.cohabit.fr/do/rdiff/TWiki/VarREVINFO2 TWikiOopsExceptionDotPm http://twiki.cohabit.fr/do/view/TWiki/TWikiOopsExceptionDotPm?t=2013-10-14T08:02:47Z Package TWiki::OopsException Exception used to raise a request to redirect to an Oops URL. An OopsException thrown anywhere in the code will redirect the browser... 2013-10-14T08:02:47Z TWikiContributor 4 updated major http://twiki.cohabit.fr/do/rdiff/TWiki/TWikiOopsExceptionDotPm http://twiki.cohabit.fr/do/rdiff/TWiki/TWikiOopsExceptionDotPm TWikiAccessDotPm http://twiki.cohabit.fr/do/view/TWiki/TWikiAccessDotPm?t=2013-10-14T08:02:47Z Package TWiki::Access A singleton object of this class manages the access control database. Dynamic access control and permission caching As TWiki:Codev/DynamicAccessControl... 2013-10-14T08:02:47Z TWikiContributor 5 updated major http://twiki.cohabit.fr/do/rdiff/TWiki/TWikiAccessDotPm http://twiki.cohabit.fr/do/rdiff/TWiki/TWikiAccessDotPm VarQ http://twiki.cohabit.fr/do/view/TWiki/VarQ?t=2013-09-14T07:33:48Z Q question icon Type: Preference variable TWikiRenderingShortcut. Syntax: % Q% Expands to: Category: FormattingAndRenderingVariables... 2013-09-14T07:33:48Z TWikiContributor 4 updated major http://twiki.cohabit.fr/do/rdiff/TWiki/VarQ http://twiki.cohabit.fr/do/rdiff/TWiki/VarQ VarM http://twiki.cohabit.fr/do/view/TWiki/VarM?t=2013-09-14T07:33:48Z M moved to... icon Type: Preference variable TWikiRenderingShortcut. Syntax: % M% Expands to: Category: FormattingAndRenderingVariables... 2013-09-14T07:33:48Z TWikiContributor 4 updated major http://twiki.cohabit.fr/do/rdiff/TWiki/VarM http://twiki.cohabit.fr/do/rdiff/TWiki/VarM VarADDTOHEAD http://twiki.cohabit.fr/do/view/TWiki/VarADDTOHEAD?t=2013-09-13T00:05:38Z ADDTOHEAD add HTML to the HTML head section of the current page Useful for TWiki applications to add custom CSS or JavaScript to the HTML head section of a topic... 2013-09-13T00:05:38Z TWikiContributor 2 updated major http://twiki.cohabit.fr/do/rdiff/TWiki/VarADDTOHEAD http://twiki.cohabit.fr/do/rdiff/TWiki/VarADDTOHEAD WysiwygPluginSettings http://twiki.cohabit.fr/do/view/TWiki/WysiwygPluginSettings?t=2013-09-12T05:06:39Z Settings for WysiwygPlugin that are common to most editor integrations WYSIWYG EXCLUDE Prevent WYSIWYG editing The global preference setting WYSIWYG EXCLUDE... 2013-09-12T05:06:39Z TWikiContributor 3 updated major http://twiki.cohabit.fr/do/rdiff/TWiki/WysiwygPluginSettings http://twiki.cohabit.fr/do/rdiff/TWiki/WysiwygPluginSettings VarBROWN http://twiki.cohabit.fr/do/view/TWiki/VarBROWN?t=2012-11-15T07:49:59Z 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 http://twiki.cohabit.fr/do/rdiff/TWiki/VarBROWN http://twiki.cohabit.fr/do/rdiff/TWiki/VarBROWN VarWIKIUSERNAME http://twiki.cohabit.fr/do/view/TWiki/VarWIKIUSERNAME?t=2012-11-15T07:41:29Z WIKIUSERNAME your Wiki username with web prefix Your % WIKINAME% with web prefix, useful to point to your user profile page Syntax: % WIKIUSERNAME%... 2012-11-15T07:41:29Z TWikiContributor 4 updated major http://twiki.cohabit.fr/do/rdiff/TWiki/VarWIKIUSERNAME http://twiki.cohabit.fr/do/rdiff/TWiki/VarWIKIUSERNAME VarREVINFO http://twiki.cohabit.fr/do/view/TWiki/VarREVINFO?t=2012-11-15T06:09:07Z REVINFO revision information of current topic Syntax: % REVINFO% Expands to: Date format defined as {DefaultDateFormat} in configure, default $year... 2012-11-15T06:09:07Z TWikiContributor 4 updated major http://twiki.cohabit.fr/do/rdiff/TWiki/VarREVINFO http://twiki.cohabit.fr/do/rdiff/TWiki/VarREVINFO VarPUBURL http://twiki.cohabit.fr/do/view/TWiki/VarPUBURL?t=2012-11-15T05:59:51Z PUBURL the base URL of attachments Syntax: % PUBURL% Expands to: Example: You can refer to a file attached to another topic with % PUBURL%/% WEB... 2012-11-15T05:59:51Z TWikiContributor 5 updated major http://twiki.cohabit.fr/do/rdiff/TWiki/VarPUBURL http://twiki.cohabit.fr/do/rdiff/TWiki/VarPUBURL VarPLUGINDESCRIPTIONS http://twiki.cohabit.fr/do/view/TWiki/VarPLUGINDESCRIPTIONS?t=2012-11-15T05:58:40Z PLUGINDESCRIPTIONS list of plugin descriptions Syntax: % PLUGINDESCRIPTIONS% Expands to: Category: AdministrationVariables, SystemInformationVariables... 2012-11-15T05:58:40Z TWikiContributor 4 updated major http://twiki.cohabit.fr/do/rdiff/TWiki/VarPLUGINDESCRIPTIONS http://twiki.cohabit.fr/do/rdiff/TWiki/VarPLUGINDESCRIPTIONS VarLOGINURL http://twiki.cohabit.fr/do/view/TWiki/VarLOGINURL?t=2012-11-14T05:52:24Z LOGINURL present a login link Present a login link, regardless of the state of login Syntax: % LOGINURL% Expand to: Category: LinkingAndNavigationVariables... 2012-11-14T05:52:24Z TWikiContributor 2 updated major http://twiki.cohabit.fr/do/rdiff/TWiki/VarLOGINURL http://twiki.cohabit.fr/do/rdiff/TWiki/VarLOGINURL VarICONURL http://twiki.cohabit.fr/do/view/TWiki/VarICONURL?t=2012-11-13T09:00:16Z ICONURL{`name`} URL of small documentation graphic or icon Generates the full URL of a TWikiDocGraphics image, which TWiki renders as an image. The related... 2012-11-13T09:00:16Z TWikiContributor 3 updated major http://twiki.cohabit.fr/do/rdiff/TWiki/VarICONURL http://twiki.cohabit.fr/do/rdiff/TWiki/VarICONURL VarENDCOLOR http://twiki.cohabit.fr/do/view/TWiki/VarENDCOLOR?t=2012-11-12T08:21:03Z ENDCOLOR end colored text ENDCOLOR is a rendering shortcut settings predefined in TWikiPreferences. See the section rendering shortcut settings in that topic... 2012-11-12T08:21:03Z TWikiContributor 4 updated major http://twiki.cohabit.fr/do/rdiff/TWiki/VarENDCOLOR http://twiki.cohabit.fr/do/rdiff/TWiki/VarENDCOLOR
 

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

-- PeterThoeny - 02 Sep 2003

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