[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 2 feeds together?



--- In syndication@yahoogroups.com, "browser1" <browser1@y...> wrote:
> I am not sure how to explain this as I am not a coder, but could
the 
> answer be to run a program that ran every thirty minutes or so to 
> read the seperate feeds and write them to a new seperate .xml feed 
> file?  It may not be possible, but it seems like it should be 
> somehow.  I have a program that will do it and write it to a php 
> file, but that doesnt work for syndicating the feed to other sites, 
> only to my own.
> 

You pull the feeds, parse them, put the <item>'s separately in the
database (plus a source ID), then re-publish a new XML feed which
mixes them all in one.
Basically, that's what I am doing at my site http://feedz.info/
It's pretty simple.
Contact me off-list if you want.

Regards
Pavel