Difference: VarHEADLINES (2 vs. 3)

Revision 32015-11-05 - TWikiContributor

Line: 1 to 1
 
META TOPICPARENT name="TWikiVariables"

HEADLINES{"url"} -- show RSS and ATOM feeds in TWiki pages

Line: 24 to 24
  - $description: news item description (item.description)
- $date: the publication date (item.pubDate, item.date)
- $category: the article category (item.category) |
Added:
>
>
newline="$br" Convert newlines in feed; "$br" becomes <br /> tag, default "$n" (newline)
filter="..." Filter out content from feed; for example to delete an encoded break tag specify "&lt;br&gt;"
 
Details
  • Example: %HEADLINES{ "http://slashdot.org/slashdot.rdf" header="*[[$link][$title]]:* $description" format="$t* [[$link][$title]]" limit="4" }% shows the latest Slashdot news in bullet list format
  • Category: ApplicationsAndComponentsVariables, ImportVariables
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 1999-2024 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.VarHEADLINES.