| Headlines Plugin
|
|
< < | |
> > |
|
| |
|
< < | |
> > |
|
| Show headline news in TWiki pages based on RSS and ATOM news feeds from external sites
Description |
| - $date : the publication date (item.pubDate, item.date) - $category : the article category (item.category) | Global FORMAT setting | |
|
> > |
newline="$br" |
Convert newlines in feed; "$br" becomes <br /> tag |
"$n" (newline) |
filter="..." |
Filter out content from feed; for example to delete an encoded break tag specify "<br>" |
"" |
|
|
touch="..." |
Touch (edit/save) topics if the feed has updates. Specify a comma-space delimited list of TopicNames or Web.TopicNames, such as "%TOPIC%, NewsLetter" . Useful to send out newsletter using MailerContrib, showing new feeds since last newsletter. To update feeds, visit topics with feeds in regular intervals (using cron with wget or the like). |
N/A |
The header and format parameters might also use variables rendering the dc , image and content namespace information. Note, that only bits of interest have been implemented so far and those namespaces might not be implemented fully yet. |
|
|
|
< < |
Copyright: |
© 2002-2013 Peter Thoeny, TWiki.org © 2005-2007 Michael Daum wikiring.de |
|
> > |
|
|
|
|
< < |
Plugin Version: |
2013-11-18 |
|
> > |
Plugin Version: |
2015-11-06 |
|
| <--/twistyPlugin twikiMakeVisibleInline--> |
|
> > |
|
|
2013-11-18: |
TWikibug:Item7385 : Encode "[" and "]" to avoid problems with TWiki [[...][...]] links; code-refactor to use registerTagHandler and OO style. |
2013-02-16: |
TWikibug:Item7091 : Use TWISTY in installation instructions section and change history |
2013-01-29: |
TWikibug:Item7131 : HeadlinesPlugin doesn't match pattern in multiple lines. |
|