Ignore:
Timestamp:
11/27/08 17:12:26 (3 years ago)
Author:
CrawfordCurrie
Message:

Item319: convert doc searches to queries to make the most of query search optimisation (and eliminate assumptions about embedded META:) Item255: detox more doc topics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/data/System/WebRssBase.txt

    r851 r1022  
    99   1. Use a news readers such as Foswiki:Extensions/HeadlinesPlugin to display the recent changes 
    1010      * The source can be a RSS 1.0 feed (WebRss) or ATOM 1.0 feed (WebAtom) 
    11       * Learn more on RSS at TWiki:Codev/TWikiSyndication 
    12       * Learn more on ATOM at WebAtomBase and TWiki:Codev/AtomSyndication 
    1311 
    1412---++ RSS Feed Usage 
     
    2018---++ RSS Feed Internals 
    2119 
    22 Each web has a WebRss topic which includes part of this <nop>%TOPIC% topic. This topic is the base for the RSS feed and generates an RSS 1.0 feed for TWiki:Codev/TWikiSyndication. 
     20Each web has a WebRss topic which includes part of this <nop>%TOPIC% topic. This topic is the base for the RSS feed and generates an RSS 1.0 feed. 
    2321 
    2422The WebRss topic in each web contains the following text: 
     
    2927  &lt;title>%<nop>WIKITOOLNAME%'s &lt;nop>%<nop>INCLUDINGWEB% web&lt;/title> 
    3028  &lt;link>%<nop>SCRIPTURL{"view"}%/%<nop>INCLUDINGWEB%&lt;/link> 
    31   &lt;description>(the description of the web). TWiki is a Web-Based Collaboration Platform for the Enterprise.&lt;/description> 
     29  &lt;description>(the description of the web). Foswiki, the Free and Open-Source Wiki.&lt;/description> 
    3230%<nop>INCLUDE{"%SYSTEMWEB%.WebRssBase"}% &lt;!-- 
    3331   * Set <nop>SKIN = rss 
     
    6462----- 
    6563 
    66 __See also__: WebAtomBase, TWiki:Codev/RichSiteSummary, TWiki:Codev/TWikiSyndication  
     64__See also__: WebAtomBase 
    6765 
Note: See TracChangeset for help on using the changeset viewer.