I've been searching how to build a rss feed, but I only found stuff about the aggregator module There is any hook, or drupal core function to that?? Thanks Feijó
if you have the information displayed through views, it's as simple as adding the Feed Selector argument to your view. On Feb 6, 2008 3:54 PM, Alessandro Feijó <patrao@legendas.feijo.info> wrote:
I've been searching how to build a rss feed, but I only found stuff about the aggregator module
There is any hook, or drupal core function to that??
Thanks Feijó
No views nor nodes, my own module I'm building Feijó Jerad Bitner escreveu:
if you have the information displayed through views, it's as simple as adding the Feed Selector argument to your view.
On Feb 6, 2008 3:54 PM, Alessandro Feijó <patrao@legendas.feijo.info> wrote:
I've been searching how to build a rss feed, but I only found stuff about the aggregator module
There is any hook, or drupal core function to that??
Thanks Feijó
if the contents are nodes, you may use node_feed(). if not, use format_rss_channel and format_rss_item just like node_feed does. On Feb 6, 2008 4:25 PM, Alessandro Feijó <patrao@legendas.feijo.info> wrote:
No views nor nodes, my own module I'm building
Feijó
Jerad Bitner escreveu:
if you have the information displayed through views, it's as simple as adding the Feed Selector argument to your view.
On Feb 6, 2008 3:54 PM, Alessandro Feijó <patrao@legendas.feijo.info> wrote:
I've been searching how to build a rss feed, but I only found stuff about the aggregator module
There is any hook, or drupal core function to that??
Thanks Feijó
In that case I would read the views module code that implements the feed selector and replicate the way it outputs. create your query and run it out through a theme function that formats the results as xml in the same fasion. On Feb 6, 2008 4:25 PM, Alessandro Feijó <patrao@legendas.feijo.info> wrote:
No views nor nodes, my own module I'm building
Feijó
Jerad Bitner escreveu:
if you have the information displayed through views, it's as simple as adding the Feed Selector argument to your view.
On Feb 6, 2008 3:54 PM, Alessandro Feijó <patrao@legendas.feijo.info> wrote:
I've been searching how to build a rss feed, but I only found stuff about the aggregator module
There is any hook, or drupal core function to that??
Thanks Feijó
Quoting Alessandro Feijó <patrao@legendas.feijo.info>:
No views nor nodes, my own module I'm building
Check out the feedparser module, as well as feedapi. Earnie -- http://for-my-kids.com/ -- http://give-me-an-offer.com/
Hi, See http://api.drupal.org/api/function/node_feed/5 Gordon. Alessandro Feijó wrote:
No views nor nodes, my own module I'm building
Feijó
Jerad Bitner escreveu:
if you have the information displayed through views, it's as simple as adding the Feed Selector argument to your view.
On Feb 6, 2008 3:54 PM, Alessandro Feijó <patrao@legendas.feijo.info> wrote:
I've been searching how to build a rss feed, but I only found stuff about the aggregator module
There is any hook, or drupal core function to that??
Thanks Feijó
!DSPAM:1000,47aa2b3b137951294614062!
Thanks everyone who reply me I'm progressing fine using format_rss_item and format_rss_channel, will complete my task in just a few hours :) Feijó Alessandro Feijó escreveu:
I've been searching how to build a rss feed, but I only found stuff about the aggregator module
There is any hook, or drupal core function to that??
Thanks Feijó
participants (5)
-
Alessandro Feijó -
Earnie Boyd -
Gordon Heydon -
Jerad Bitner -
Moshe Weitzman