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:
<
<
WebSearch https://www.oact.inaf.it/twikiplato/bin/view/TWiki/WebSearch Search in 1 Web Advanced search Attachment search Help TIP: to search for all topics that contain \ soap wsdl `web service` shampoo... 2018-07-15T00:39:04Z TWikiContributor 26 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/WebSearch https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/WebSearch 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 SearchResultsPagination https://www.oact.inaf.it/twikiplato/bin/view/TWiki/SearchResultsPagination Search Results Pagination When a % SEARCH{... returns many results, you may want to paginate the results. Overview You can achieve search results pagination by... 2015-06-08T08:17:58Z TWikiContributor 2 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/SearchResultsPagination https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/SearchResultsPagination 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 VarJQTABPANE https://www.oact.inaf.it/twikiplato/bin/view/TWiki/VarJQTABPANE JQTABPANE start a JQuery tab pane Create nice looking horizontal tab panes in TWiki topics. Write a sequence of % JQTAB{`...` and % JQENDTAB% pairs, and enclose... 2014-11-14T23:26:41Z TWikiContributor 3 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarJQTABPANE https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarJQTABPANE TWikiSite https://www.oact.inaf.it/twikiplato/bin/view/TWiki/TWikiSite TWiki Site TWiki is a Web based collaboration platform A TWiki site is an easy to use, full featured open communications environment: people anywhere... 2013-11-07T07:57:27Z TWikiContributor 30 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiSite https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiSite 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 TWikiLoginManagerDotPm https://www.oact.inaf.it/twikiplato/bin/view/TWiki/TWikiLoginManagerDotPm Package TWiki::LoginManager The package is also a Factory for login managers and also the base class for all login managers. On its own, an object of this class is... 2013-10-14T08:02:47Z TWikiContributor 5 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiLoginManagerDotPm https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiLoginManagerDotPm TWikiStoreSearchAlgorithmsForkingDotPm https://www.oact.inaf.it/twikiplato/bin/view/TWiki/TWikiStoreSearchAlgorithmsForkingDotPm Package TWiki::Store::SearchAlgorithms::Forking Forking implementation of the RCS cache search. StaticMethod search ($searchString,$topics,$options,$sDir)... 2013-10-14T08:02:47Z TWikiContributor 3 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiStoreSearchAlgorithmsForkingDotPm https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiStoreSearchAlgorithmsForkingDotPm VarLAQUO https://www.oact.inaf.it/twikiplato/bin/view/TWiki/VarLAQUO LAQUO left double angle quote This variable is typically used in breadcrumbs. Syntax: % LAQUO% Expands to: Type: Preference variable TWikiRenderingShortcut... 2013-10-02T21:27:09Z TWikiContributor 1 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarLAQUO https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarLAQUO 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 TagMeViewMyTags https://www.oact.inaf.it/twikiplato/bin/view/TWiki/TagMeViewMyTags Tag me: View My Tags All Tags My Tags Tag Search Other tag options: Create new tag, Rename tag, Delete tag 2013-04-18T02:20:35Z TWikiContributor 4 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TagMeViewMyTags https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TagMeViewMyTags 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 VarYELLOW https://www.oact.inaf.it/twikiplato/bin/view/TWiki/VarYELLOW YELLOW start yellow colored text YELLOW is one of the rendering shortcut settings predefined in TWikiPreferences. See the section rendering shortcut settings... 2012-11-15T07:46:37Z TWikiContributor 4 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarYELLOW https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarYELLOW 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 VarSILVER https://www.oact.inaf.it/twikiplato/bin/view/TWiki/VarSILVER SILVER start silver colored text SILVER is one of the rendering shortcut settings predefined in TWikiPreferences. See the section rendering shortcut settings... 2012-11-15T06:25:50Z TWikiContributor 4 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarSILVER https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarSILVER
>
>
SourceCode https://www.oact.inaf.it/twikiplato/bin/view/TWiki/SourceCode?t=2018-07-16T03:20:45Z TWiki Source Code Packages This documentation is automatically generated from the pod , so it always matches the running code TWiki::AccessControlException Exception... 2018-07-16T03:20:45Z TWikiContributor 21 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/SourceCode https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/SourceCode TipsContrib https://www.oact.inaf.it/twikiplato/bin/view/TWiki/TipsContrib?t=2018-07-15T00:21:54Z Tips Contrib Package Displays a rotating `TWiki Tip of the Day` to help familiarize new users with TWiki features. Includes an application for creating custom tips... 2018-07-15T00:21:54Z TWikiContributor 14 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TipsContrib https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TipsContrib TinyMCEPlugin https://www.oact.inaf.it/twikiplato/bin/view/TWiki/TinyMCEPlugin?t=2018-07-10T21:48:30Z TinyMCEPlugin Introduction This is an integration of the fast and highly functional WYSIWYG editor. It supports a wide range of browsers such as Firefox, IE, Safari... 2018-07-10T21:48:30Z TWikiContributor 17 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TinyMCEPlugin https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TinyMCEPlugin WysiwygPlugin https://www.oact.inaf.it/twikiplato/bin/view/TWiki/WysiwygPlugin?t=2018-07-06T08:27:01Z Wysiwyg Plugin Support for the integration of WYSIWYG (What You See Is What You Get) editors. On its own, the only thing this plugin gives you is a stand alone HTML... 2018-07-06T08:27:01Z TWikiContributor 22 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/WysiwygPlugin https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/WysiwygPlugin VarTOPICTITLE https://www.oact.inaf.it/twikiplato/bin/view/TWiki/VarTOPICTITLE?t=2018-04-25T22:35:14Z TOPICTITLE title of a topic The topic title is defined by, in order of sequence: form field named `Title`, topic preference setting named TITLE... 2018-04-25T22:35:14Z TWikiContributor 3 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarTOPICTITLE https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarTOPICTITLE VarJQTAB https://www.oact.inaf.it/twikiplato/bin/view/TWiki/VarJQTAB?t=2015-05-13T06:49:42Z 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 WebChangesAlert https://www.oact.inaf.it/twikiplato/bin/view/TWiki/WebChangesAlert?t=2015-02-27T05:46:19Z Web Changes Notification Service Each TWiki web has an automatic e mail notification service that sends you an e mail with links to all of the topics modified since... 2015-02-27T05:46:19Z TWikiContributor 19 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/WebChangesAlert https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/WebChangesAlert VarJQENDTAB https://www.oact.inaf.it/twikiplato/bin/view/TWiki/VarJQENDTAB?t=2014-11-14T22:27:26Z JQENDTAB end a JQuery tab within a tab pane This variable is handled by the JQueryPlugin. For description see JQTABPANE Syntax: % JQTABPANE% % JQTAB{`Tab... 2014-11-14T22:27:26Z TWikiContributor 3 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarJQENDTAB https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarJQENDTAB 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 TWikiMetaDotPm https://www.oact.inaf.it/twikiplato/bin/view/TWiki/TWikiMetaDotPm?t=2013-10-14T08:02:47Z Package TWiki::Meta All TWiki topics have data (text) and meta data (information about the topic). Meta data includes information such as file attachments, form... 2013-10-14T08:02:47Z TWikiContributor 5 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiMetaDotPm https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiMetaDotPm TWikiUISearchDotPm https://www.oact.inaf.it/twikiplato/bin/view/TWiki/TWikiUISearchDotPm?t=2013-10-14T08:02:47Z Package TWiki::UI::Search UI functions for searching. StaticMethod search ($session) Perform a search as dictated by CGI parameters: Parameter: Description... 2013-10-14T08:02:47Z TWikiContributor 4 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiUISearchDotPm https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/TWikiUISearchDotPm VarNBSP https://www.oact.inaf.it/twikiplato/bin/view/TWiki/VarNBSP?t=2013-10-02T21:18:55Z 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 VarTABLE https://www.oact.inaf.it/twikiplato/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/twikiplato/bin/rdiff/TWiki/VarTABLE https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarTABLE VarT https://www.oact.inaf.it/twikiplato/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://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarT https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/VarT VarWIP https://www.oact.inaf.it/twikiplato/bin/view/TWiki/VarWIP?t=2013-09-14T07:21:59Z 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 WysiwygPluginTopicLister https://www.oact.inaf.it/twikiplato/bin/view/TWiki/WysiwygPluginTopicLister?t=2013-09-12T05:06:39Z 2013-09-12T05:06:39Z TWikiContributor 2 updated major https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/WysiwygPluginTopicLister https://www.oact.inaf.it/twikiplato/bin/rdiff/TWiki/WysiwygPluginTopicLister
 

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.