Diferença: WebRssBase (3 vs. 4)

Versão 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

Alterado:
<
<
>
>
 

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>
Alterado:
<
<
TWikiSheetPlugin https://intranet.zax.net.br/twiki/bin/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 https://intranet.zax.net.br/twiki/bin/rdiff/TWiki/TWikiSheetPlugin https://intranet.zax.net.br/twiki/bin/rdiff/TWiki/TWikiSheetPlugin TWikiPreferences https://intranet.zax.net.br/twiki/bin/view/TWiki/TWikiPreferences TWiki Site Level Preferences This topic defines site level settings that apply to all users and webs on this TWikiSite. NOTE: Don`t edit this topic... 2017-02-12T00:19:50Z TWikiContributor 91 updated major https://intranet.zax.net.br/twiki/bin/rdiff/TWiki/TWikiPreferences https://intranet.zax.net.br/twiki/bin/rdiff/TWiki/TWikiPreferences UserReports https://intranet.zax.net.br/twiki/bin/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 https://intranet.zax.net.br/twiki/bin/rdiff/TWiki/UserReports https://intranet.zax.net.br/twiki/bin/rdiff/TWiki/UserReports VarHIDE https://intranet.zax.net.br/twiki/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://intranet.zax.net.br/twiki/bin/rdiff/TWiki/VarHIDE https://intranet.zax.net.br/twiki/bin/rdiff/TWiki/VarHIDE TWikiAccessDotPm https://intranet.zax.net.br/twiki/bin/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 https://intranet.zax.net.br/twiki/bin/rdiff/TWiki/TWikiAccessDotPm https://intranet.zax.net.br/twiki/bin/rdiff/TWiki/TWikiAccessDotPm VarX https://intranet.zax.net.br/twiki/bin/view/TWiki/VarX X warning icon Type: Preference variable TWikiRenderingShortcut. Syntax: % X% Expands to: Category: FormattingAndRenderingVariables Related... 2013-09-14T07:33:48Z TWikiContributor 4 updated major https://intranet.zax.net.br/twiki/bin/rdiff/TWiki/VarX https://intranet.zax.net.br/twiki/bin/rdiff/TWiki/VarX VarT https://intranet.zax.net.br/twiki/bin/view/TWiki/VarT T tip icon Type: Preference variable TWikiRenderingShortcut. Syntax: % T% Expands to: Category: FormattingAndRenderingVariables Related... 2013-09-14T07:33:48Z TWikiContributor 4 updated major https://intranet.zax.net.br/twiki/bin/rdiff/TWiki/VarT https://intranet.zax.net.br/twiki/bin/rdiff/TWiki/VarT VarADDTOHEAD https://intranet.zax.net.br/twiki/bin/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 https://intranet.zax.net.br/twiki/bin/rdiff/TWiki/VarADDTOHEAD https://intranet.zax.net.br/twiki/bin/rdiff/TWiki/VarADDTOHEAD WysiwygPluginSettings https://intranet.zax.net.br/twiki/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://intranet.zax.net.br/twiki/bin/rdiff/TWiki/WysiwygPluginSettings https://intranet.zax.net.br/twiki/bin/rdiff/TWiki/WysiwygPluginSettings VarWIKITOOLNAME https://intranet.zax.net.br/twiki/bin/view/TWiki/VarWIKITOOLNAME WIKITOOLNAME name of your TWiki site Syntax: % WIKITOOLNAME% Expands to: TWiki Category: SystemInformationVariables Related: WIKILOGOURL, WIKIVERSION... 2012-11-15T07:41:03Z TWikiContributor 4 updated major https://intranet.zax.net.br/twiki/bin/rdiff/TWiki/VarWIKITOOLNAME https://intranet.zax.net.br/twiki/bin/rdiff/TWiki/VarWIKITOOLNAME VarSTARTSECTION https://intranet.zax.net.br/twiki/bin/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 https://intranet.zax.net.br/twiki/bin/rdiff/TWiki/VarSTARTSECTION https://intranet.zax.net.br/twiki/bin/rdiff/TWiki/VarSTARTSECTION VarREMOTEPORT https://intranet.zax.net.br/twiki/bin/view/TWiki/VarREMOTEPORT REMOTE PORT environment variable Syntax: % REMOTE PORT% Expands to: Category: DevelopmentVariables, SystemInformationVariables Related: ENV... 2012-11-15T06:10:21Z TWikiContributor 4 updated major https://intranet.zax.net.br/twiki/bin/rdiff/TWiki/VarREMOTEPORT https://intranet.zax.net.br/twiki/bin/rdiff/TWiki/VarREMOTEPORT VarPLUGINDESCRIPTIONS https://intranet.zax.net.br/twiki/bin/view/TWiki/VarPLUGINDESCRIPTIONS PLUGINDESCRIPTIONS list of plugin descriptions Syntax: % PLUGINDESCRIPTIONS% Expands to: Category: AdministrationVariables, SystemInformationVariables... 2012-11-15T05:58:40Z TWikiContributor 4 updated major https://intranet.zax.net.br/twiki/bin/rdiff/TWiki/VarPLUGINDESCRIPTIONS https://intranet.zax.net.br/twiki/bin/rdiff/TWiki/VarPLUGINDESCRIPTIONS VarLOGINURL https://intranet.zax.net.br/twiki/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://intranet.zax.net.br/twiki/bin/rdiff/TWiki/VarLOGINURL https://intranet.zax.net.br/twiki/bin/rdiff/TWiki/VarLOGINURL VarICONURL https://intranet.zax.net.br/twiki/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://intranet.zax.net.br/twiki/bin/rdiff/TWiki/VarICONURL https://intranet.zax.net.br/twiki/bin/rdiff/TWiki/VarICONURL VarFAILEDPLUGINS https://intranet.zax.net.br/twiki/bin/view/TWiki/VarFAILEDPLUGINS FAILEDPLUGINS debugging for plugins that failed to load, and handler list Syntax: % FAILEDPLUGINS% Expands to: See TWikiPlugins#FAILEDPLUGINS Category... 2012-11-13T08:25:27Z TWikiContributor 4 updated major https://intranet.zax.net.br/twiki/bin/rdiff/TWiki/VarFAILEDPLUGINS https://intranet.zax.net.br/twiki/bin/rdiff/TWiki/VarFAILEDPLUGINS
>
>
TWikiSheetPlugin https://intranet.zax.net.br/twiki/bin/view/TWiki/TWikiSheetPlugin?t=2018-07-16T01:42:02Z 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 https://intranet.zax.net.br/twiki/bin/rdiff/TWiki/TWikiSheetPlugin https://intranet.zax.net.br/twiki/bin/rdiff/TWiki/TWikiSheetPlugin TWikiPreferences https://intranet.zax.net.br/twiki/bin/view/TWiki/TWikiPreferences?t=2017-02-12T00:19:50Z TWiki Site Level Preferences This topic defines site level settings that apply to all users and webs on this TWikiSite. NOTE: Don`t edit this topic... 2017-02-12T00:19:50Z TWikiContributor 91 updated major https://intranet.zax.net.br/twiki/bin/rdiff/TWiki/TWikiPreferences https://intranet.zax.net.br/twiki/bin/rdiff/TWiki/TWikiPreferences UserReports https://intranet.zax.net.br/twiki/bin/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 https://intranet.zax.net.br/twiki/bin/rdiff/TWiki/UserReports https://intranet.zax.net.br/twiki/bin/rdiff/TWiki/UserReports VarHIDE https://intranet.zax.net.br/twiki/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://intranet.zax.net.br/twiki/bin/rdiff/TWiki/VarHIDE https://intranet.zax.net.br/twiki/bin/rdiff/TWiki/VarHIDE TWikiAccessDotPm https://intranet.zax.net.br/twiki/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://intranet.zax.net.br/twiki/bin/rdiff/TWiki/TWikiAccessDotPm https://intranet.zax.net.br/twiki/bin/rdiff/TWiki/TWikiAccessDotPm VarT https://intranet.zax.net.br/twiki/bin/view/TWiki/VarT?t=2013-09-14T07:33:48Z T tip icon Type: Preference variable TWikiRenderingShortcut. Syntax: % T% Expands to: Category: FormattingAndRenderingVariables Related... 2013-09-14T07:33:48Z TWikiContributor 4 updated major https://intranet.zax.net.br/twiki/bin/rdiff/TWiki/VarT https://intranet.zax.net.br/twiki/bin/rdiff/TWiki/VarT VarX https://intranet.zax.net.br/twiki/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://intranet.zax.net.br/twiki/bin/rdiff/TWiki/VarX https://intranet.zax.net.br/twiki/bin/rdiff/TWiki/VarX VarADDTOHEAD https://intranet.zax.net.br/twiki/bin/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 https://intranet.zax.net.br/twiki/bin/rdiff/TWiki/VarADDTOHEAD https://intranet.zax.net.br/twiki/bin/rdiff/TWiki/VarADDTOHEAD WysiwygPluginSettings https://intranet.zax.net.br/twiki/bin/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 https://intranet.zax.net.br/twiki/bin/rdiff/TWiki/WysiwygPluginSettings https://intranet.zax.net.br/twiki/bin/rdiff/TWiki/WysiwygPluginSettings VarWIKITOOLNAME https://intranet.zax.net.br/twiki/bin/view/TWiki/VarWIKITOOLNAME?t=2012-11-15T07:41:03Z WIKITOOLNAME name of your TWiki site Syntax: % WIKITOOLNAME% Expands to: TWiki Category: SystemInformationVariables Related: WIKILOGOURL, WIKIVERSION... 2012-11-15T07:41:03Z TWikiContributor 4 updated major https://intranet.zax.net.br/twiki/bin/rdiff/TWiki/VarWIKITOOLNAME https://intranet.zax.net.br/twiki/bin/rdiff/TWiki/VarWIKITOOLNAME VarSTARTSECTION https://intranet.zax.net.br/twiki/bin/view/TWiki/VarSTARTSECTION?t=2012-11-15T06:29:08Z 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 https://intranet.zax.net.br/twiki/bin/rdiff/TWiki/VarSTARTSECTION https://intranet.zax.net.br/twiki/bin/rdiff/TWiki/VarSTARTSECTION VarREMOTEPORT https://intranet.zax.net.br/twiki/bin/view/TWiki/VarREMOTEPORT?t=2012-11-15T06:10:21Z REMOTE PORT environment variable Syntax: % REMOTE PORT% Expands to: Category: DevelopmentVariables, SystemInformationVariables Related: ENV... 2012-11-15T06:10:21Z TWikiContributor 4 updated major https://intranet.zax.net.br/twiki/bin/rdiff/TWiki/VarREMOTEPORT https://intranet.zax.net.br/twiki/bin/rdiff/TWiki/VarREMOTEPORT VarPLUGINDESCRIPTIONS https://intranet.zax.net.br/twiki/bin/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 https://intranet.zax.net.br/twiki/bin/rdiff/TWiki/VarPLUGINDESCRIPTIONS https://intranet.zax.net.br/twiki/bin/rdiff/TWiki/VarPLUGINDESCRIPTIONS VarLOGINURL https://intranet.zax.net.br/twiki/bin/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 https://intranet.zax.net.br/twiki/bin/rdiff/TWiki/VarLOGINURL https://intranet.zax.net.br/twiki/bin/rdiff/TWiki/VarLOGINURL VarICONURL https://intranet.zax.net.br/twiki/bin/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 https://intranet.zax.net.br/twiki/bin/rdiff/TWiki/VarICONURL https://intranet.zax.net.br/twiki/bin/rdiff/TWiki/VarICONURL VarFAILEDPLUGINS https://intranet.zax.net.br/twiki/bin/view/TWiki/VarFAILEDPLUGINS?t=2012-11-13T08:25:27Z FAILEDPLUGINS debugging for plugins that failed to load, and handler list Syntax: % FAILEDPLUGINS% Expands to: See TWikiPlugins#FAILEDPLUGINS Category... 2012-11-13T08:25:27Z TWikiContributor 4 updated major https://intranet.zax.net.br/twiki/bin/rdiff/TWiki/VarFAILEDPLUGINS https://intranet.zax.net.br/twiki/bin/rdiff/TWiki/VarFAILEDPLUGINS
 

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.
Idéias, solicitações, problemas com relação ao TWiki? Nos dê um retorno
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.WebRssBase.
#