Difference: WebRssBase (2 vs. 3)

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.oact.inaf.it/twikiplato/bin/view/TWiki https://www.oact.inaf.it/twikiplato/pub/TWiki/TWikiLogos/twikilogo88x31.gif
Changed:
<
<
TWikiInstallationGuide https://www.oact.inaf.it/twikiplato/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... 2018-07-15T04:41:42Z TWikiContributor 83 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiInstallationGuide https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiInstallationGuide TwistyPlugin https://www.oact.inaf.it/twikiplato/bin/view/TWiki/TwistyPlugin TwistyPlugin Introduction The TwistyPlugin gives you several options to control the appearance of a twisty: use link text or buttons position an icon... 2018-07-06T08:21:41Z TWikiContributor 12 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TwistyPlugin https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TwistyPlugin PatternSkin https://www.oact.inaf.it/twikiplato/bin/view/TWiki/PatternSkin Pattern Skin . For use in corporate or perhaps in personal websites it should be fairly easy to tune the looks or even create a PatternSkin based new skin. Screenshot... 2018-07-06T04:31:36Z TWikiContributor 32 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/PatternSkin https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/PatternSkin VarJQTAB https://www.oact.inaf.it/twikiplato/bin/view/TWiki/VarJQTAB JQTAB start a JQuery tab within a tab pane This variable is handled by the JQueryPlugin. For description see JQTABPANE Syntax: % JQTABPANE% % JQTAB{`Tab... 2015-05-13T06:49:42Z TWikiContributor 3 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarJQTAB https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarJQTAB VarWIKIPREFSTOPIC https://www.oact.inaf.it/twikiplato/bin/view/TWiki/VarWIKIPREFSTOPIC WIKIPREFSTOPIC name of site wide preferences topic Syntax: % WIKIPREFSTOPIC% Expands to: , renders as Category: AdministrationVariables, SystemInformationVari... 2014-12-16T02:37:50Z TWikiContributor 4 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarWIKIPREFSTOPIC https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarWIKIPREFSTOPIC VarTM https://www.oact.inaf.it/twikiplato/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.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarTM https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarTM VarREVINFO2 https://www.oact.inaf.it/twikiplato/bin/view/TWiki/VarREVINFO2 REVINFO{`format`} formatted revision information of topic Syntax: % REVINFO{`format` Supported parameters: Parameter: Description: Default... 2013-11-27T08:00:26Z TWikiContributor 7 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarREVINFO2 https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarREVINFO2 TWikiPluginDotPm https://www.oact.inaf.it/twikiplato/bin/view/TWiki/TWikiPluginDotPm Package TWiki::Plugin ClassMethod new ($session,$name,$module) $session TWiki object $name name of the plugin e.g. MyPlugin $module... 2013-10-14T08:02:47Z TWikiContributor 4 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiPluginDotPm https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiPluginDotPm TWikiFormSelectDotPm https://www.oact.inaf.it/twikiplato/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/twikiplato/bin/rdiff/TWiki/TWikiFormSelectDotPm https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiFormSelectDotPm VarNBSP https://www.oact.inaf.it/twikiplato/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.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarNBSP https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarNBSP WebStatistics https://www.oact.inaf.it/twikiplato/bin/view/TWiki/WebStatistics Statistics for TWiki Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top viewers: Top contributors... 2013-09-13T00:20:58Z TWikiContributor 17 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/WebStatistics https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/WebStatistics WysiwygPluginSettings https://www.oact.inaf.it/twikiplato/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.oact.inaf.it/twikiplato/bin/rdiff/TWiki/WysiwygPluginSettings https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/WysiwygPluginSettings WebTopicEditTemplate https://www.oact.inaf.it/twikiplato/bin/view/TWiki/WebTopicEditTemplate Title Article text. Comments NOP 2013-08-15T21:40:46Z TWikiContributor 7 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/WebTopicEditTemplate https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/WebTopicEditTemplate UserMasquerading https://www.oact.inaf.it/twikiplato/bin/view/TWiki/UserMasquerading 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 VarSITENAME https://www.oact.inaf.it/twikiplato/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.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarSITENAME https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarSITENAME VarSLIDESHOWSTART https://www.oact.inaf.it/twikiplato/bin/view/TWiki/VarSLIDESHOWSTART SLIDESHOWSTART convert a topic with headings into a slideshow The % SLIDESHOWSTART% variable is handled by the SlideShowPlugin Syntax: % SLIDESHOWSTART... 2012-11-15T06:26:38Z TWikiContributor 3 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarSLIDESHOWSTART https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarSLIDESHOWSTART
>
>
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 TWikiReleaseNotes06x01 https://www.oact.inaf.it/twikiplato/bin/view/TWiki/TWikiReleaseNotes06x01 Release Notes of TWiki 6.1.0 (Kampala), 2018 07 16 Introduction TWiki is an enterprise collaboration platform and application platform. TWiki has been downloaded... 2018-07-16T03:06:16Z TWikiContributor 1 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiReleaseNotes06x01 https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiReleaseNotes06x01 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 FormattedSearch https://www.oact.inaf.it/twikiplato/bin/view/TWiki/FormattedSearch TWiki Formatted Search Inline search feature allows flexible formatting of search result The default output format of a % SEARCH{... is a table consisting of topic... 2018-07-14T23:53:43Z TWikiContributor 28 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/FormattedSearch https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/FormattedSearch TWikiVariablesQuickStart https://www.oact.inaf.it/twikiplato/bin/view/TWiki/TWikiVariablesQuickStart TWiki Variables Quickstart TWiki Variables are names enclosed in percent signs that are that are expanded to some other text when the topic is displayed. For example... 2016-02-13T23:25:44Z TWikiContributor 8 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiVariablesQuickStart https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiVariablesQuickStart TWikiRegistration https://www.oact.inaf.it/twikiplato/bin/view/TWiki/TWikiRegistration Registration Note: Registered users can 1 change and 2 reset their passwords. Important: the information provided in this form will be stored in... 2015-08-23T21:23:18Z TWikiContributor 21 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiRegistration https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiRegistration VarSPACEOUT https://www.oact.inaf.it/twikiplato/bin/view/TWiki/VarSPACEOUT SPACEOUT{`string`} renders string with spaces inserted in sensible places Inserts spaces between word components. Word component boundaries are transitions from... 2015-01-15T02:58:30Z TWikiContributor 4 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarSPACEOUT https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarSPACEOUT VarJQENDTABPANE https://www.oact.inaf.it/twikiplato/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.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarJQENDTABPANE https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarJQENDTABPANE ReadOnlyAndMirrorWebs https://www.oact.inaf.it/twikiplato/bin/view/TWiki/ReadOnlyAndMirrorWebs Read only and mirror web support Scope This topic describes how to set up read only webs. A read only web can be mirrored from another site. But how to mirror a web... 2013-11-27T02:07:56Z TWikiContributor 2 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/ReadOnlyAndMirrorWebs https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/ReadOnlyAndMirrorWebs TWikiConfigureCheckersCertificateKeyCheckerDotPm https://www.oact.inaf.it/twikiplato/bin/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 https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiConfigureCheckersCertificateKeyCheckerDotPm https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiConfigureCheckersCertificateKeyCheckerDotPm TWikiStoreSearchAlgorithmsPurePerlDotPm https://www.oact.inaf.it/twikiplato/bin/view/TWiki/TWikiStoreSearchAlgorithmsPurePerlDotPm Package TWiki::Store::SearchAlgorithms::PurePerl Pure perl implementation of the RCS cache search. StaticMethod search ($searchString,$topics,$options,$sDir)... 2013-10-14T08:02:47Z TWikiContributor 2 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiStoreSearchAlgorithmsPurePerlDotPm https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiStoreSearchAlgorithmsPurePerlDotPm TWikiUserSetting https://www.oact.inaf.it/twikiplato/bin/view/TWiki/TWikiUserSetting User Settings preference variables customizable by users Some of the TWikiPreferences are explicitly intended to be customized by TWiki users, though a default is... 2013-10-12T01:54:42Z TWikiContributor 5 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiUserSetting https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiUserSetting VarP https://www.oact.inaf.it/twikiplato/bin/view/TWiki/VarP P pencil icon Type: Preference variable TWikiRenderingShortcut. Syntax: % P% Expands to: Category: FormattingAndRenderingVariables Related... 2013-09-14T07:33:48Z TWikiContributor 4 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarP https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarP VarWIP https://www.oact.inaf.it/twikiplato/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.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarWIP https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarWIP FormatTokens https://www.oact.inaf.it/twikiplato/bin/view/TWiki/FormatTokens Formatting Tokens TWiki defines some standard special tokens that can be used to replace characters in some parameters notably those to FormattedSearch and IfStatements... 2013-08-22T00:48:15Z TWikiContributor 5 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/FormatTokens https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/FormatTokens TWikiDocGraphicsTemplate https://www.oact.inaf.it/twikiplato/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... 2013-04-23T03:59:56Z TWikiContributor 2 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiDocGraphicsTemplate https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiDocGraphicsTemplate
 

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

Changed:
<
<
-- PeterThoeny - 30 Jan 2003
>
>
-- 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.