Changes between Version 1 and Version 2 of RssGetMacro

Show
Ignore:
Author:
coderanger (IP: 128.113.54.120)
Timestamp:
06/05/06 15:32:49 (1 year ago)
Comment:

Less bad formatting

Legend:

Unmodified
Added
Removed
Modified
  • RssGetMacro

    v1 v2  
    1010    * returns the feed as a <dl>  
    1111 
    12 Example usage: 
    13  
    14 [[RSSget(http://www.example.com/feed.xml)]] 
    15  
    1612Customisation: 
    17 RESULTS_FULL = 1; < number of results for which descriptions are displayed 
    18 RESULTS_TOTAL = 5; < total number of results, titles of posts are displayed 
    19 CACHE_INTERVAL = 1500 < time till feed is rechecked.  
     13 * RESULTS_FULL = 1; < number of results for which descriptions are displayed 
     14 * RESULTS_TOTAL = 5; < total number of results, titles of posts are displayed 
     15 * CACHE_INTERVAL = 1500 < time till feed is rechecked.  
    2016 
    2117== Bugs/Feature Requests ==  
    3733== Example == 
    3834 
     35{{{ 
    3936[[RSSget(http://www.example.com/feed.xml)]] 
     37}}} 
    4038 
    4139== Recent Changes ==