Page 1 of 1

How can I export my content as RSS feeds to feedburner

Posted: Mon Jul 30, 2007 10:02 am
by soulja90
How can I export my content as RSS feeds to feedburner

Re: How can I export my content as RSS feeds to feedburner

Posted: Mon Jul 30, 2007 1:00 pm
by Pierre M.
Hello,

the News module can export as RSS. see makerssbutton="true" in the help of the module in "extensions" in the admin panel.

Pierre M.

Re: How can I export my content as RSS feeds to feedburner

Posted: Mon Jul 30, 2007 11:37 pm
by soulja90
Thanks for your reply Pierre:

I tried it but all I get is the news as feeds I want information just from this page:

http://www.wdclub.com/resources/internet-marketing/

How would I do that?

Thanks

Sorry I'm a newbie:)

JB

Re: How can I export my content as RSS feeds to feedburner

Posted: Tue Jul 31, 2007 10:45 am
by Pierre M.
You are right JB, the News module handles news.
The core handles pages. There is a shared user defined tag (UDT) that "outputs a list of the 10 most recently updated pages". I'm confident this loop can be lightly modified to export as RSS rather than HTML.

Pierre M.

Re: How can I export my content as RSS feeds to feedburner

Posted: Thu Aug 02, 2007 1:56 am
by factor1
Pierre M. wrote: You are right JB, the News module handles news.
The core handles pages. There is a shared user defined tag (UDT) that "outputs a list of the 10 most recently updated pages". I'm confident this loop can be lightly modified to export as RSS rather than HTML.

Pierre M.
any idea how to do this modification?

Re: How can I export my content as RSS feeds to feedburner

Posted: Thu Aug 02, 2007 10:50 am
by Pierre M.
Hello,

I don't know RDF exactly but I bet the lines begining with "$ouput =" or "$output .=" should be changed from , , , to , , , , etc. The News module code is a working sample for this.

Pierre M.