Difference: HeadlinesPlugin (9 vs. 10)

Revision 102015-11-05 - TWikiContributor

Line: 1 to 1
 

Headlines Plugin

Changed:
<
<
>
>
 
Changed:
<
<
>
>
 Show headline news in TWiki pages based on RSS and ATOM news feeds from external sites

Description

Line: 49 to 51
  - $date: the publication date (item.pubDate, item.date)
- $category: the article category (item.category) | Global FORMAT setting |
Added:
>
>
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 "&lt;br&gt;" ""
 
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.

Line: 205 to 209
 
Plugin Author: TWiki:Main.PeterThoeny, TWiki:Main.MichaelDaum
Changed:
<
<
Copyright: © 2002-2013 Peter Thoeny, TWiki.org
© 2005-2007 Michael Daum wikiring.de
>
>
Copyright: © 2002-2015 Peter Thoeny, TWiki.org;
© 2002-2015 TWiki:TWiki.TWikiContributor;
© 2005-2007 Michael Daum wikiring.de
 
License: GPL (GNU General Public License)
Changed:
<
<
Plugin Version: 2013-11-18
>
>
Plugin Version: 2015-11-06
 
<--/twistyPlugin twikiMakeVisibleInline-->
Added:
>
>
2015-11-06: TWikibug:Item7697: New filter and newline parameters; fix Atom feed parser to support Google Alerts
2015-07-28: TWikibug:Item7678: HeadlinesPlugin not working well on Fast CGI and mod_perl
2015-01-10: TWikibug:Item7604: Switch from GPL v2 to v3
 
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.
 
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.HeadlinesPlugin.