Ignore:
Timestamp:
11/25/08 00:57:30 (4 years ago)
Author:
KennethLavrsen
Message:

Item221: Finish the TWiki:Codev to Foswiki:xxx conv
Had to leave a few behind in docs that were to hard to convert
old extensions that probably are out of date

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/RevCommentPlugin/data/TWiki/WebRssBaseWC.txt

    r878 r929  
    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 
     11      * Learn more on RSS at %SYSTEMWEB%/WebRssBase 
     12      * Learn more on ATOM at %SYSTEMWEB%/WebAtomBase 
    1313 
    1414---++ RSS Feed Usage 
     
    2020---++ RSS Feed Internals 
    2121 
    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. 
     22Each 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 Foswiki Syndication. 
    2323 
    2424The WebRss topic in each web contains the following text: 
     
    2929  &lt;title>%<nop>WIKITOOLNAME%'s &lt;nop>%<nop>INCLUDINGWEB% web&lt;/title> 
    3030  &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> 
     31  &lt;description>(the description of the web). Foswiki - The Free and Open Source Wiki.&lt;/description> 
    3232%<nop>INCLUDE{"%SYSTEMWEB%.WebRssBase"}% &lt;!-- 
    3333   * Set <nop>SKIN = rss 
     
    6464----- 
    6565 
    66 __See also__: WebAtomBase, TWiki:Codev/RichSiteSummary, TWiki:Codev/TWikiSyndication  
     66__See also__: %SYSTEMWEB%.WebAtomBase, %SYSTEMWEB%.WebRssBase  
    6767 
Note: See TracChangeset for help on using the changeset viewer.