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:
<
<
HeadlinesPlugin https://www.oact.inaf.it/twikiplato/bin/view/TWiki/HeadlinesPlugin Headlines Plugin Description This plugin displays RSS and ATOM feeds from news sites. Use it to build news portals that show headline news. Notes: RSS (Rich... 2018-07-14T06:33:35Z TWikiContributor 11 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/HeadlinesPlugin https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/HeadlinesPlugin VarWIKIWEBMASTER https://www.oact.inaf.it/twikiplato/bin/view/TWiki/VarWIKIWEBMASTER WIKIWEBMASTER email address of the administrator % WIKIWEBMASTER% expands to the email address of the administrator of . Syntax: % WIKIWEBMASTER% , expands... 2015-10-07T00:47:51Z TWikiContributor 1 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarWIKIWEBMASTER https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarWIKIWEBMASTER PeterThoeny https://www.oact.inaf.it/twikiplato/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.oact.inaf.it/twikiplato/bin/rdiff/TWiki/PeterThoeny https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/PeterThoeny VarTOC https://www.oact.inaf.it/twikiplato/bin/view/TWiki/VarTOC TOC table of contents of current topic Syntax: % TOC% Category: FormattingAndRenderingVariables, UIAndVisualizationVariables Related: INCLUDE, TOC... 2014-06-16T01:48:26Z TWikiContributor 7 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarTOC https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarTOC VarFORM https://www.oact.inaf.it/twikiplato/bin/view/TWiki/VarFORM FORM{} render a TWiki form for view Show a table containing data of a TWiki form attached to a topic Syntax: % FORM{topic `...` formfields `...` ...... 2014-06-11T05:01:21Z TWikiContributor 1 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarFORM https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarFORM VarHIDEINPRINT https://www.oact.inaf.it/twikiplato/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/twikiplato/bin/rdiff/TWiki/VarHIDEINPRINT https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarHIDEINPRINT WebCreateNewTopicTemplate https://www.oact.inaf.it/twikiplato/bin/view/TWiki/WebCreateNewTopicTemplate Create New Topic in 1 Web %{ do not show the following elements Topic name: Topic parent: Use template: Default template View templates 2013-04-10T10:41:37Z TWikiContributor 6 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/WebCreateNewTopicTemplate https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/WebCreateNewTopicTemplate VarEXAMPLEVAR https://www.oact.inaf.it/twikiplato/bin/view/TWiki/VarEXAMPLEVAR EXAMPLEVAR example variable The % EXAMPLEVAR{ variable is handled by the EmptyPlugin Syntax: % EXAMPLEVAR{`text` format `...` Parameter text `... 2012-11-15T09:41:23Z TWikiContributor 3 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarEXAMPLEVAR https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarEXAMPLEVAR VarTOPICURL https://www.oact.inaf.it/twikiplato/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... 2012-11-15T07:02:52Z TWikiContributor 4 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarTOPICURL https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarTOPICURL VarMAINWEB https://www.oact.inaf.it/twikiplato/bin/view/TWiki/VarMAINWEB MAINWEB synonym for USERSWEB Deprecated. Please use % USERSWEB% instead. Category: SystemInformationVariables Related: SYSTEMWEB, USERSWEB 2012-11-14T09:28:03Z TWikiContributor 4 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarMAINWEB https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarMAINWEB VarICONURL https://www.oact.inaf.it/twikiplato/bin/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 https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarICONURL https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarICONURL VarGRAY https://www.oact.inaf.it/twikiplato/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/twikiplato/bin/rdiff/TWiki/VarGRAY https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarGRAY VarENV https://www.oact.inaf.it/twikiplato/bin/view/TWiki/VarENV ENV{`varname`} inspect the value of an environment variable Returns the current value of the environment variable in the CGI (Common Gateway Interface) environment... 2012-11-12T08:22:16Z TWikiContributor 2 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarENV https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarENV VarDISPLAYTIME https://www.oact.inaf.it/twikiplato/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/twikiplato/bin/rdiff/TWiki/VarDISPLAYTIME https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarDISPLAYTIME IfStatements https://www.oact.inaf.it/twikiplato/bin/view/TWiki/IfStatements IF Statements The % IF% construct gives TWiki the power to include content in topics based on the value of simple expressions. % IF{`CONDITION` then `THEN` else... 2012-10-03T23:57:49Z TWikiContributor 12 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/IfStatements https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/IfStatements UserDocumentationCategory https://www.oact.inaf.it/twikiplato/bin/view/TWiki/UserDocumentationCategory A List of TWiki User Documentation Related topics: 2012-09-06T05:50:28Z TWikiContributor 5 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/UserDocumentationCategory https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/UserDocumentationCategory
>
>
TinyMCEFrequentlyAskedQuestions https://www.oact.inaf.it/twikiplato/bin/view/TWiki/TinyMCEFrequentlyAskedQuestions?t=2016-01-13T09:44:53Z TinyMCE FAQs Frequently Asked Questions of the TinyMCEPlugin integration. Q: How can I disable the WYSIWYG editor? A: There are several ways to disable the WYSIWYG... 2016-01-13T09:44:53Z TWikiContributor 2 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TinyMCEFrequentlyAskedQuestions https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TinyMCEFrequentlyAskedQuestions VarHEADLINES https://www.oact.inaf.it/twikiplato/bin/view/TWiki/VarHEADLINES?t=2015-11-05T22:53:05Z HEADLINES{`url`} show RSS and ATOM feeds in TWiki pages The % HEADLINES{`url` variable is handled by the HeadlinesPlugin. Syntax: % HEADLINES{ `http:... 2015-11-05T22:53:05Z TWikiContributor 3 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarHEADLINES https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarHEADLINES WebPreferences https://www.oact.inaf.it/twikiplato/bin/view/TWiki/WebPreferences?t=2015-09-18T01:15:25Z TWiki Web Preferences The following settings are web preferences of the TWiki web. These preferences override the site level preferences in . and... 2015-09-18T01:15:25Z TWikiContributor 34 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/WebPreferences https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/WebPreferences VarGET https://www.oact.inaf.it/twikiplato/bin/view/TWiki/VarGET?t=2015-07-09T23:59:27Z GET{`name`} get a variable Get the value of a named variable, previously set with % SET{ . Syntax: % GET{ `name` default `...` Parameters:... 2015-07-09T23:59:27Z TWikiContributor 5 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarGET https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarGET WebStatisticsFooter https://www.oact.inaf.it/twikiplato/bin/view/TWiki/WebStatisticsFooter?t=2015-05-14T11:43:45Z 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.oact.inaf.it/twikiplato/bin/rdiff/TWiki/WebStatisticsFooter https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/WebStatisticsFooter TWikiSiteTools https://www.oact.inaf.it/twikiplato/bin/view/TWiki/TWikiSiteTools?t=2013-10-13T10:29:54Z TWiki Site Tools Utilities for searching, navigation, and monitoring site activity TWiki Site Tools include utilities for navigating, searching and keeping up with... 2013-10-13T10:29:54Z TWikiContributor 20 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiSiteTools https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiSiteTools VarX https://www.oact.inaf.it/twikiplato/bin/view/TWiki/VarX?t=2013-09-14T07:33:48Z X warning icon Type: Preference variable TWikiRenderingShortcut. Syntax: % X% Expands to: Category: FormattingAndRenderingVariables Related... 2013-09-14T07:33:48Z TWikiContributor 4 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarX https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarX SiteStatisticsTemplate https://www.oact.inaf.it/twikiplato/bin/view/TWiki/SiteStatisticsTemplate?t=2013-09-12T05:23:21Z TWiki Site Statistics NOTE: This is a template topic, do not change. Update the site statistics. Monthly Site Statistics Data Month WebsTotal WebsViewed... 2013-09-12T05:23:21Z TWikiContributor 2 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/SiteStatisticsTemplate https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/SiteStatisticsTemplate TWikiReferenceManual https://www.oact.inaf.it/twikiplato/bin/view/TWiki/TWikiReferenceManual?t=2013-08-30T00:07:32Z TWiki Reference Manual Documentation for webmasters, system administrators, project managers, team leaders, and all other users of the TWiki Enterprise Collaboration... 2013-08-30T00:07:32Z TWikiContributor 5 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiReferenceManual https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiReferenceManual TagMeViewAllTags https://www.oact.inaf.it/twikiplato/bin/view/TWiki/TagMeViewAllTags?t=2013-04-18T01:40:46Z Tag me: View All Tags All Tags Tag Search Other tag options: Create new tag, Rename tag, Delete tag 2013-04-18T01:40:46Z TWikiContributor 4 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TagMeViewAllTags https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TagMeViewAllTags UserMasquerading https://www.oact.inaf.it/twikiplato/bin/view/TWiki/UserMasquerading?t=2013-03-22T05:26:04Z User Masquerading Preface This topic describes how to configure your TWiki site for user masquerading. There are cases where it`s handy to access TWiki on behalf... 2013-03-22T05:26:04Z TWikiContributor 1 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/UserMasquerading https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/UserMasquerading TopMenuSkinTopicMenu https://www.oact.inaf.it/twikiplato/bin/view/TWiki/TopMenuSkinTopicMenu?t=2013-03-03T23:53:18Z Topic Menu of TopMenuSkin This topic defines the Topic pulldown menu with topic actions, used by the TopMenuSkin. View Raw View... 2013-03-03T23:53:18Z TWikiContributor 4 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TopMenuSkinTopicMenu https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TopMenuSkinTopicMenu VarWIKILOGOIMG https://www.oact.inaf.it/twikiplato/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.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarWIKILOGOIMG https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarWIKILOGOIMG VarEDITACTION https://www.oact.inaf.it/twikiplato/bin/view/TWiki/VarEDITACTION?t=2012-11-12T08:18:10Z EDITACTION select an edit template EDITACTION defined in a topic or preference setting will define the use of an editaction template instead of the standard edit... 2012-11-12T08:18:10Z TWikiContributor 2 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarEDITACTION https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarEDITACTION VarAUTHREALM https://www.oact.inaf.it/twikiplato/bin/view/TWiki/VarAUTHREALM?t=2012-11-12T06:39:55Z AUTHREALM authentication realm String defined as {AuthRealm} in configure. This is used in certain password encodings, and in login templates as part of the login... 2012-11-12T06:39:55Z TWikiContributor 5 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarAUTHREALM https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarAUTHREALM ViewTildeJsmith https://www.oact.inaf.it/twikiplato/bin/view/TWiki/ViewTildeJsmith?t=2012-10-19T10:03:03Z bin/view/~jsmith redirected to bin/view/JaneSmith You can go to a user`s topic by ~loginname instead of /FirstLast. More specifically, if you open http://twiki... 2012-10-19T10:03:03Z TWikiContributor 1 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/ViewTildeJsmith https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/ViewTildeJsmith
 

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

-- PeterThoeny - 02 Sep 2003

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 1999-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.WebRssBase.