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:
<
<
TWikiStoreDotPm https://www.oact.inaf.it/twikiplato/bin/view/TWiki/TWikiStoreDotPm 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... 2018-07-16T03:20:37Z TWikiContributor 11 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiStoreDotPm https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiStoreDotPm TWikiHistory https://www.oact.inaf.it/twikiplato/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.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiHistory https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiHistory TWikiSystemRequirements https://www.oact.inaf.it/twikiplato/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.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiSystemRequirements https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiSystemRequirements WatchlistPlugin https://www.oact.inaf.it/twikiplato/bin/view/TWiki/WatchlistPlugin 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.oact.inaf.it/twikiplato/bin/rdiff/TWiki/WatchlistPlugin https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/WatchlistPlugin EmptyPlugin https://www.oact.inaf.it/twikiplato/bin/view/TWiki/EmptyPlugin 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... 2018-07-06T01:27:17Z TWikiContributor 25 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/EmptyPlugin https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/EmptyPlugin ColorPickerPlugin https://www.oact.inaf.it/twikiplato/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.oact.inaf.it/twikiplato/bin/rdiff/TWiki/ColorPickerPlugin https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/ColorPickerPlugin UserSubwebs https://www.oact.inaf.it/twikiplato/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... 2017-01-23T08:08:34Z TWikiContributor 3 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/UserSubwebs https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/UserSubwebs VarEDITFORMFIELD https://www.oact.inaf.it/twikiplato/bin/view/TWiki/VarEDITFORMFIELD EDITFORMFIELD{`fieldname` form ``} render an input field specified in a form template topic Use this to create HTML forms that update TWikiForms, such as a... 2016-08-31T04:01:34Z TWikiContributor 3 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarEDITFORMFIELD https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarEDITFORMFIELD WebTopBar https://www.oact.inaf.it/twikiplato/bin/view/TWiki/WebTopBar 2014-06-19T03:03:06Z TWikiContributor 6 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/WebTopBar https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/WebTopBar TWikiUICopyDotPm https://www.oact.inaf.it/twikiplato/bin/view/TWiki/TWikiUICopyDotPm Package TWiki::UI::Copy UI delegate for copy function StaticMethod copy ($session) copy command handler. This method is designed to be invoked via the UI::run... 2013-10-14T08:02:47Z TWikiContributor 1 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiUICopyDotPm https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiUICopyDotPm VarNOTIFYTOPIC https://www.oact.inaf.it/twikiplato/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.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarNOTIFYTOPIC https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarNOTIFYTOPIC VarH https://www.oact.inaf.it/twikiplato/bin/view/TWiki/VarH 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/twikiplato/bin/rdiff/TWiki/VarH https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarH SearchPatternCookbook https://www.oact.inaf.it/twikiplato/bin/view/TWiki/SearchPatternCookbook Search Pattern Cookbook The Search function in TWiki is very powerful. Especially searches using a RegularExpression play an important part of tapping TWiki`s full... 2013-04-23T03:30:20Z TWikiContributor 7 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/SearchPatternCookbook https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/SearchPatternCookbook VarHTTPS https://www.oact.inaf.it/twikiplato/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... 2012-12-26T05:53:30Z TWikiContributor 3 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarHTTPS https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarHTTPS VarHTTP https://www.oact.inaf.it/twikiplato/bin/view/TWiki/VarHTTP HTTP get HTTP headers Called with the name of an HTTP header field, returns its value. Capitalization and the use of hyphens versus underscores are not significant... 2012-12-26T05:53:30Z TWikiContributor 3 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarHTTP https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarHTTP VarWIKIHOMEURL https://www.oact.inaf.it/twikiplato/bin/view/TWiki/VarWIKIHOMEURL WIKIHOMEURL site home URL DEPRECATED, please use % WIKILOGOURL% instead. Syntax: % WIKIHOMEURL% Expands to: Defined in: TWikiPreferences,... 2012-11-15T07:38:51Z TWikiContributor 5 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarWIKIHOMEURL https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarWIKIHOMEURL
>
>
VarURLPARAM https://www.oact.inaf.it/twikiplato/bin/view/TWiki/VarURLPARAM?t=2018-07-14T23:23:02Z URLPARAM{`name`} get value of a URL parameter Returns the value of a URL parameter. Syntax: % URLPARAM{`name` Supported parameters: Parameter... 2018-07-14T23:23:02Z TWikiContributor 10 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarURLPARAM https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarURLPARAM TagMePlugin https://www.oact.inaf.it/twikiplato/bin/view/TWiki/TagMePlugin?t=2018-07-06T07:08:26Z Tag me Plugin Plugin to tag wiki content collectively or authoritatively in order to make it easier to find content and to get a meaningful page ranking. Introduction... 2018-07-06T07:08:26Z TWikiContributor 10 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TagMePlugin https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TagMePlugin SetGetPlugin https://www.oact.inaf.it/twikiplato/bin/view/TWiki/SetGetPlugin?t=2018-07-06T05:44:14Z SetGetPlugin Introduction Use % SET{ to store a JSON object or arbitrary text in a named variable, and reuse it with % GET{ later on within the topic or an included... 2018-07-06T05:44:14Z TWikiContributor 7 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/SetGetPlugin https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/SetGetPlugin TWikiTemplates https://www.oact.inaf.it/twikiplato/bin/view/TWiki/TWikiTemplates?t=2016-03-24T04:32:11Z TWiki Templates Definition of the templates used to render all HTML pages displayed in TWiki Overview Templates are plain text with embedded template directives... 2016-03-24T04:32:11Z TWikiContributor 38 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiTemplates https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiTemplates TWikiVariablesWizard https://www.oact.inaf.it/twikiplato/bin/view/TWiki/TWikiVariablesWizard?t=2015-01-16T00:39:20Z 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.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiVariablesWizard https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiVariablesWizard VarJQENDTABPANE https://www.oact.inaf.it/twikiplato/bin/view/TWiki/VarJQENDTABPANE?t=2014-11-14T22:27:26Z 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.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarJQENDTABPANE https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarJQENDTABPANE VarHIDE https://www.oact.inaf.it/twikiplato/bin/view/TWiki/VarHIDE?t=2014-05-16T00:46:28Z 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/twikiplato/bin/rdiff/TWiki/VarHIDE https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarHIDE TWikiConfigureUIsEXTENDDotPm https://www.oact.inaf.it/twikiplato/bin/view/TWiki/TWikiConfigureUIsEXTENDDotPm?t=2013-10-14T08:02:47Z 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.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiConfigureUIsEXTENDDotPm https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiConfigureUIsEXTENDDotPm TWikiRequestDotPm https://www.oact.inaf.it/twikiplato/bin/view/TWiki/TWikiRequestDotPm?t=2013-10-14T08:02:47Z Package TWiki::Request Class to encapsulate request data. Fields: action action requested (view, edit, save, ...) cookies hashref whose keys are cookie... 2013-10-14T08:02:47Z TWikiContributor 2 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiRequestDotPm https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiRequestDotPm VarBB2 https://www.oact.inaf.it/twikiplato/bin/view/TWiki/VarBB2?t=2013-10-02T21:27:09Z BB2 level 2 bullet with line break Line break and bullet, level 2. Type: Preference variable TWikiRenderingShortcut. Syntax: % BB2% Expands... 2013-10-02T21:27:09Z TWikiContributor 4 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarBB2 https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarBB2 PatternSkinCustomization https://www.oact.inaf.it/twikiplato/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... 2013-03-21T22:47:15Z TWikiContributor 12 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/PatternSkinCustomization https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/PatternSkinCustomization VarMAROON https://www.oact.inaf.it/twikiplato/bin/view/TWiki/VarMAROON?t=2012-11-15T07:59:17Z MAROON start maroon colored text MAROON is one of the rendering shortcut settings predefined in TWikiPreferences. See the section rendering shortcut settings... 2012-11-15T07:59:17Z TWikiContributor 4 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarMAROON https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarMAROON VarWHITE https://www.oact.inaf.it/twikiplato/bin/view/TWiki/VarWHITE?t=2012-11-15T07:38:22Z WHITE start white colored text WHITE is one of the rendering shortcut settings predefined in TWikiPreferences. See the section rendering shortcut settings... 2012-11-15T07:38:22Z TWikiContributor 4 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarWHITE https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarWHITE VarUSERNAME https://www.oact.inaf.it/twikiplato/bin/view/TWiki/VarUSERNAME?t=2012-11-15T07:17:14Z USERNAME your login username TWiki makes names available in three formats: USERNAME like jsmith , WIKINAME like JohnSmith and WIKIUSERNAME like .JohnSmith... 2012-11-15T07:17:14Z TWikiContributor 3 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarUSERNAME https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarUSERNAME DatabaseAndFormsVariables https://www.oact.inaf.it/twikiplato/bin/view/TWiki/DatabaseAndFormsVariables?t=2012-11-11T09:07:03Z 2012-11-11T09:07:03Z TWikiContributor 1 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/DatabaseAndFormsVariables https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/DatabaseAndFormsVariables SecurityAndAccessControlVariables https://www.oact.inaf.it/twikiplato/bin/view/TWiki/SecurityAndAccessControlVariables?t=2012-11-11T09:07:03Z 2012-11-11T09:07:03Z TWikiContributor 1 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/SecurityAndAccessControlVariables https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/SecurityAndAccessControlVariables
 

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.