Difference: WebRssBase (3 vs. 4)

Revision 42003-10-19 - PeterThoeny

 

How to Find out What's New?

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

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

RSS Feed Usage

Changed:
<
<
>
>
 

RSS Feed Internals

Each web has a WebRss topic which includes part of this WebRssBase topic. This topic is the base for the RSS feed and generates an RSS 1.0 feed for TWiki:Codev/TWikiSyndication.

The WebRss topic in each web contains the following text:


<channel rdf:about="%SCRIPTURL%/view%SCRIPTSUFFIX%/%INCLUDINGWEB%">
  <title>%WIKITOOLNAME%'s %INCLUDINGWEB% web</title>
  <link>%SCRIPTURL%/view%SCRIPTSUFFIX%/%INCLUDINGWEB%</link>
  <description>(the description of the web). TWiki is a Web-Based Collaboration Platform for the Corporate World.</description>
%INCLUDE{"%TWIKIWEB%.WebRssBase"}%

Below part is included by each WebRss topic:


%STARTINCLUDE%  <image rdf:resource="%PUBURL%/%TWIKIWEB%/TWikiLogos/twikilogo88x31.gif" />
  <dc:language>en-us</dc:language>
  <dc:rights>Copyright %GMTIME{"$year"}%, Peter Thoeny and contributing authors.</dc:rights>
  <dc:publisher>Peter Thoeny [Peter@Thoeny.com]</dc:publisher>
  <dc:creator>Peter Thoeny [Peter@Thoeny.com]</dc:creator>
  <dc:source>TWiki</dc:source>
  <wiki:interwiki>
    <rdf:Description link="%SCRIPTURL%/view%SCRIPTSUFFIX%/%INCLUDINGWEB%/">
      <rdf:value>TWiki.%INCLUDINGWEB%</rdf:value>
    </rdf:Description>
  </wiki:interwiki>
  <items>
    <rdf:Seq>
%SEARCH{"%URLPARAM{"search" default=".*" }%" web="%INCLUDINGWEB%" regex="on" nosearch="on" order="modified" reverse="on" nototal="on" limit="16" format="      <rdf:li rdf:resource=\"%SCRIPTURL%/view%SCRIPTSUFFIX%/$web/$topic\" />"}%
    </rdf:Seq>
  </items>
</channel>
<image rdf:about="%PUBURL%/%TWIKIWEB%/TWikiLogos/twikilogo88x31.gif">
  <title>TWiki.%INCLUDINGWEB%</title>
  <link>%SCRIPTURL%/view%SCRIPTSUFFIX%/%INCLUDINGWEB%</link>
  <url>%PUBURL%/%TWIKIWEB%/TWikiLogos/twikilogo88x31.gif</url>
</image>
Changed:
<
<
VarSEARCH https://www.oact.inaf.it/twikicheops/bin/view/TWiki/VarSEARCH SEARCH{`text`} search content Inline search, shows a search result embedded in a topic Syntax: % SEARCH{`text` ... Supported parameters: Parameter... 2018-07-14T23:31:25Z TWikiContributor 13 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/VarSEARCH https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/VarSEARCH TWikiScripts https://www.oact.inaf.it/twikicheops/bin/view/TWiki/TWikiScripts TWiki CGI and Command Line Scripts Programs on the TWiki server performing actions such as rendering, saving and renaming topics. The TWiki scripts are located in... 2016-11-22T07:30:46Z TWikiContributor 17 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/TWikiScripts https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/TWikiScripts WelcomeGuest https://www.oact.inaf.it/twikicheops/bin/view/TWiki/WelcomeGuest Welcome, ! Welcome to TWiki! This is a TWikiSite (pronounced twee kee site ), a meeting place to work on common interests. Anyone can contribute using any web... 2014-12-23T20:46:31Z TWikiContributor 30 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/WelcomeGuest https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/WelcomeGuest VarHIDE https://www.oact.inaf.it/twikicheops/bin/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 https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/VarHIDE https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/VarHIDE VarHIDEINPRINT https://www.oact.inaf.it/twikicheops/bin/view/TWiki/VarHIDEINPRINT HIDEINPRINT{text} hide content when printing Text inside the HIDEINPRINT is omitted when printing a topic. Syntax: % HIDEINPRINT{ any text Expands... 2014-05-16T00:32:49Z TWikiContributor 1 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/VarHIDEINPRINT https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/VarHIDEINPRINT TWikiFormSelectDotPm https://www.oact.inaf.it/twikicheops/bin/view/TWiki/TWikiFormSelectDotPm Package TWiki::Form::Select getDefaultValue() $value The default for a select is always the empty string, as there is no way in TWiki form definitions to indicate... 2013-10-14T08:02:47Z TWikiContributor 2 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/TWikiFormSelectDotPm https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/TWikiFormSelectDotPm TWikiUIMdrepoUIDotPm https://www.oact.inaf.it/twikicheops/bin/view/TWiki/TWikiUIMdrepoUIDotPm Package TWiki::UI::MdrepoUI UI delegate for mdrepo function StaticMethod mdrepo ($session); 2013-10-14T08:02:47Z TWikiContributor 1 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/TWikiUIMdrepoUIDotPm https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/TWikiUIMdrepoUIDotPm TWikiPlugins https://www.oact.inaf.it/twikicheops/bin/view/TWiki/TWikiPlugins TWiki Plugins Add functionality to TWiki with readily available plugins; create plugins based on APIs Overview You can add plugins to extend TWiki functionality... 2013-08-30T01:12:19Z TWikiContributor 38 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/TWikiPlugins https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/TWikiPlugins TWikiExternalLinks https://www.oact.inaf.it/twikicheops/bin/view/TWiki/TWikiExternalLinks TWiki External Links URLs starting with file , ftp , gopher , http , https , irc , mailto , news , nntp and telnet are linked automatically if preceded... 2013-03-19T03:57:19Z TWikiContributor 1 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/TWikiExternalLinks https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/TWikiExternalLinks VarLIME https://www.oact.inaf.it/twikicheops/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... 2012-11-15T07:59:34Z TWikiContributor 4 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/VarLIME https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/VarLIME VarTOPIC https://www.oact.inaf.it/twikicheops/bin/view/TWiki/VarTOPIC TOPIC name of current topic % TOPIC% expands to the name of the topic. If you are looking at the text of an included topic, it is the name of the included topic... 2012-11-15T07:02:52Z TWikiContributor 6 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/VarTOPIC https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/VarTOPIC VarLOGINURL https://www.oact.inaf.it/twikicheops/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... 2012-11-14T05:52:24Z TWikiContributor 2 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/VarLOGINURL https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/VarLOGINURL TagMeDeleteTag https://www.oact.inaf.it/twikicheops/bin/view/TWiki/TagMeDeleteTag Tag me: Delete Tag Create New Tag Rename Tag Delete Tag Tag to delete: Other tag options: View all tags, Search tags 2012-11-13T09:19:06Z TWikiContributor 4 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/TagMeDeleteTag https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/TagMeDeleteTag VarGRAY https://www.oact.inaf.it/twikicheops/bin/view/TWiki/VarGRAY GRAY start gray colored text GRAY is one of the rendering shortcut settings predefined in TWikiPreferences. See the section rendering shortcut settings in... 2012-11-13T08:30:12Z TWikiContributor 4 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/VarGRAY https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/VarGRAY VarDISPLAYTIME https://www.oact.inaf.it/twikicheops/bin/view/TWiki/VarDISPLAYTIME DISPLAYTIME display date and time Syntax: % DISPLAYTIME% Expands to: Date part of the format is displayed as defined by the {DefaultDateFormat... 2012-11-12T08:04:55Z TWikiContributor 5 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/VarDISPLAYTIME https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/VarDISPLAYTIME VarDATE https://www.oact.inaf.it/twikicheops/bin/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 https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/VarDATE https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/VarDATE
>
>
TWikiDashboardAddOn https://www.oact.inaf.it/twikicheops/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.... 2018-07-06T07:55:27Z TWikiContributor 4 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/TWikiDashboardAddOn https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/TWikiDashboardAddOn SmiliesPlugin https://www.oact.inaf.it/twikicheops/bin/view/TWiki/SmiliesPlugin?t=2018-07-06T06:06:39Z The Smilies Plugin : ) Introduction Smilies are common in e mail messages and bulletin board posts. They are used to convey an emotion, such as a smile :<nop... 2018-07-06T06:06:39Z TWikiContributor 17 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/SmiliesPlugin https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/SmiliesPlugin SpreadSheetPluginTestCases https://www.oact.inaf.it/twikicheops/bin/view/TWiki/SpreadSheetPluginTestCases?t=2017-10-19T22:42:38Z SpreadSheetPlugin Testing Use this topic to verify proper operation of the SpreadSheetPlugin in your environment. For developers: This topic is included by TestCaseAutoSpreadSheetPlu... 2017-10-19T22:42:38Z TWikiContributor 5 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/SpreadSheetPluginTestCases https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/SpreadSheetPluginTestCases AllowWebCreateByUserMappingManager https://www.oact.inaf.it/twikicheops/bin/view/TWiki/AllowWebCreateByUserMappingManager?t=2017-01-23T08:22:04Z Allowing Web Creation, Deletion, Rename by the User Mapping Manager Motivation There are cases where DENYROOTCHANGE, ALLOWROOTCHANGE, DENYWEBCHANGE, and ALLOWWEBCHANGE... 2017-01-23T08:22:04Z TWikiContributor 2 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/AllowWebCreateByUserMappingManager https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/AllowWebCreateByUserMappingManager TWikiNetDotPm https://www.oact.inaf.it/twikicheops/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... 2015-11-29T10:27:03Z TWikiContributor 6 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/TWikiNetDotPm https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/TWikiNetDotPm VarWIKIWEBMASTERNAME https://www.oact.inaf.it/twikicheops/bin/view/TWiki/VarWIKIWEBMASTERNAME?t=2015-10-07T00:47:51Z 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.oact.inaf.it/twikicheops/bin/rdiff/TWiki/VarWIKIWEBMASTERNAME https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/VarWIKIWEBMASTERNAME SiteChanges https://www.oact.inaf.it/twikicheops/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.oact.inaf.it/twikicheops/bin/rdiff/TWiki/SiteChanges https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/SiteChanges TWikiAccessDotPm https://www.oact.inaf.it/twikicheops/bin/view/TWiki/TWikiAccessDotPm?t=2013-10-14T08:02:47Z Package TWiki::Access A singleton object of this class manages the access control database. Dynamic access control and permission caching As TWiki:Codev/DynamicAccessControl... 2013-10-14T08:02:47Z TWikiContributor 5 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/TWikiAccessDotPm https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/TWikiAccessDotPm VarRAQUO https://www.oact.inaf.it/twikicheops/bin/view/TWiki/VarRAQUO?t=2013-10-02T21:27:09Z RAQUO right double angle quote This variable is typically used in breadcrumbs. Syntax: % RAQUO% Expands to: Type: Preference variable TWikiRenderingShortcut... 2013-10-02T21:27:09Z TWikiContributor 1 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/VarRAQUO https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/VarRAQUO VarTABLE https://www.oact.inaf.it/twikicheops/bin/view/TWiki/VarTABLE?t=2013-09-25T20:09:49Z TABLE{ attributes } control attributes of tables and sorting of table columns The % TABLE{ variable is handled by the TablePlugin Syntax: % TABLE{... 2013-09-25T20:09:49Z TWikiContributor 3 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/VarTABLE https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/VarTABLE VarUSERSWEB https://www.oact.inaf.it/twikicheops/bin/view/TWiki/VarUSERSWEB?t=2013-09-25T19:36:51Z USERSWEB name of users web The web containing individual user topics, .TWikiGroups, and customized site wide preferences. Syntax: % USERSWEB% Expands... 2013-09-25T19:36:51Z TWikiContributor 2 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/VarUSERSWEB https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/VarUSERSWEB VarH https://www.oact.inaf.it/twikicheops/bin/view/TWiki/VarH?t=2013-09-14T07:33:48Z H help icon Type: Preference variable TWikiRenderingShortcut. Syntax: % H% Expands to: Category: FormattingAndRenderingVariables Related... 2013-09-14T07:33:48Z TWikiContributor 4 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/VarH https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/VarH VarCONTENTMODE https://www.oact.inaf.it/twikicheops/bin/view/TWiki/VarCONTENTMODE?t=2012-11-30T07:50:47Z CONTENTMODE{web `WEB`} content mode Returns the content mode of the specified web. It`s either `local`, `read only`, `master`, or `slave`. Read ReadOnlyAndMirrorWebs... 2012-11-30T07:50:47Z TWikiContributor 1 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/VarCONTENTMODE https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/VarCONTENTMODE VarIF https://www.oact.inaf.it/twikicheops/bin/view/TWiki/VarIF?t=2012-11-13T09:01:25Z IF{`condition` ...} simple conditionals Evaluate a condition and show one text or another based on the result. See details in IfStatements Syntax: % IF... 2012-11-13T09:01:25Z TWikiContributor 4 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/VarIF https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/VarIF VarICONURLPATH https://www.oact.inaf.it/twikicheops/bin/view/TWiki/VarICONURLPATH?t=2012-11-13T09:00:16Z ICONURLPATH{`name`} URL path of small documentation graphic or icon Generates the URL path of a TWikiDocGraphics image, typically used in an HTML img tag. Specify... 2012-11-13T09:00:16Z TWikiContributor 3 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/VarICONURLPATH https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/VarICONURLPATH VarHTTPHOST https://www.oact.inaf.it/twikicheops/bin/view/TWiki/VarHTTPHOST?t=2012-11-13T08:57:27Z HTTP HOST environment variable Syntax: % HTTP HOST% Expands to: Category: SystemInformationVariables Related: ENV, REMOTE ADDR, REMOTE PORT... 2012-11-13T08:57:27Z TWikiContributor 4 updated major https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/VarHTTPHOST https://www.oact.inaf.it/twikicheops/bin/rdiff/TWiki/VarHTTPHOST
 

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.