You are not logged in.
Version 0.1.6 download link / homepage / demo1 / demo2
aks_rss is an RSS parser plugin that fetches RSS feeds and shows the latest feed content inside TxP articles. It is possible to fetch multiple feeds and aggregate the content in one output. aks_rss uses SimplePie 1.1.3 with IDN support, see installation notes.
This plugin based on bit_rss 0.4.1 by Bit Santos.
v0.1.1
v0.1.2
<txp:aks_rss feed="http://abc.com/rss.xml">Output form here</txp:aks_rss>v0.1.3
<txp:feed>http://abc.com/rss.xml,http://def.com/rss2.xml</txp:feed><txp:aks_rssclass />wraptag, id, classv0.1.4
v0.1.5
shortdesc – short feed item description to N words<txp:aks_rsstitle /> renamed to <txp:aks_rss_title /><txp:aks_rsslink /> renamed to <txp:aks_rss_link /><txp:aks_rssclass /> – please, use other tag – <txp:aks_rss_source />v0.1.6
wraptag, breakshowtitle, alttitle, hsimpleformLast edited by makss (2010-03-10 11:38:32)
aks_cron : Cron inside Textpattern | aks_article : extended article_custom tag
aks_cache : cache for TxP | aks_meta | aks_header : Compress your pages on the fly
Offline
About using my bit_rss patch:
You could implement the idea I had for an offset attribute in the next version since it will be another kind of offset – one offset for the final results and one offset for every feed. That is when using multiple feeds.
Just a thought.
Offline
thanks,
now added offset_per_feed attribute
aks_cron : Cron inside Textpattern | aks_article : extended article_custom tag
aks_cache : cache for TxP | aks_meta | aks_header : Compress your pages on the fly
Offline
aks_rss is an RSS parser plugin that takes and aggregate RSS feeds and outputs them as TxP articles.
The part outputs them as TxP articles leads to a big misunderstanding! You are only showing the feeds with their dynamic content inside an article. A better description would be:
aks_rss is an RSS parser plugin that fetches RSS feeds and shows the latest feed content inside TxP articles. It is possible to fetch multiple feeds and aggregate the content in one output.
Compliments for supporting multiple feeds (not tested yet)!
Get all online mentions of Textpattern via OPML subscription: TXP Info Sources: Textpattern RSS feeds as dynamic OPML
Offline
merz1 wrote:
The part outputs them as TxP articles leads to a big misunderstanding!
I agree with merz1 – it confused me too. Great plugin otherwise :-)
Last edited by JanDW (2009-04-21 19:06:42)
TXPDream – A Textpattern Tag Library for Adobe Dreamweaver. (updated for 4.2.0) | jdw_if_ajax – Only serve certain parts of a page when requested with AJAX
Offline
merz1, thanks for the help with the description.
Unfortunately, English is not my native language. :(
aks_cron : Cron inside Textpattern | aks_article : extended article_custom tag
aks_cache : cache for TxP | aks_meta | aks_header : Compress your pages on the fly
Offline
makks: When I input multiple feeds, will they get intermingled or will they appear one feed after the other? I’m experiencing the latter one, but I’m hoping it might be something I do, since I’m interested in the former. :-)
I think it would be nice to have a chronological order of multiple feeds in one. :-)
Also a couple of features that would interest me:
wraptag and break attributes?
If multiple feeds are called it would be nice if a css class could be added so that I can style them. Maybe it could use the domainname of the feed?
Last edited by JanDW (2009-04-21 20:22:20)
TXPDream – A Textpattern Tag Library for Adobe Dreamweaver. (updated for 4.2.0) | jdw_if_ajax – Only serve certain parts of a page when requested with AJAX
Offline
JanDW wrote:
makks: When I input multiple feeds, will they get intermingled or will they appear one feed after the other? I’m experiencing the latter one, but I’m hoping it might be something I do, since I’m interested in the former. :-)
I think it would be nice to have a chronological order of multiple feeds in one. :-)
Multiple feeds have a chronological order. Demo page is available now. :)
Also a couple of features that would interest me:
wraptagandbreakattributes?
All feed items output with TxP form, your may write any html or Txp tags. See sample rss form on demo page.
If multiple feeds are called it would be nice if a css
classcould be added so that I can style them. Maybe it could use the domainname of the feed?
Well, I think about it.
Last edited by makss (2009-04-21 21:43:22)
aks_cron : Cron inside Textpattern | aks_article : extended article_custom tag
aks_cache : cache for TxP | aks_meta | aks_header : Compress your pages on the fly
Offline
makss wrote
Multiple feeds have a chronological order, Demo page is available now :)
Great, that’s helpful – Thanks Makks
TXPDream – A Textpattern Tag Library for Adobe Dreamweaver. (updated for 4.2.0) | jdw_if_ajax – Only serve certain parts of a page when requested with AJAX
Offline
Please promote aks_rss here: simplepie.org/wiki/plugins/start
For a comparison here is the documentation for the standard SimplePie plug-in:
SimplePie Plugin for Textpattern adds one tag to your Textpattern installation: the <txp:feed> tag. Here’s how you use it:
<txp:feed>http://example.com/feed.xml</txp:feed> — To load a feed on your Textpattern pages, simply wrap the feed URL with <txp:feed> tags. Doing this with no attributes will display the default way:
Last edited by merz1 (2009-04-22 00:48:45)
Get all online mentions of Textpattern via OPML subscription: TXP Info Sources: Textpattern RSS feeds as dynamic OPML
Offline