Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aggregate feeds #6

Open
vazy opened this issue Feb 28, 2015 · 1 comment
Open

aggregate feeds #6

vazy opened this issue Feb 28, 2015 · 1 comment

Comments

@vazy
Copy link

vazy commented Feb 28, 2015

How can I aggregate multiple feeds?

simply:

<feed url="http://www.feed1.com/rss" summary="true"></feed>  
<feed url="http://www.feed2.com/rss" summary="true"></feed>  
<feed url="http://www.feed3.com/rss" summary="true"></feed>  

would result in segregated sections for each source. I would like it aggregated and sorted by most recent regardless of the source.

Any way to achieve this?

@siddii
Copy link
Owner

siddii commented Mar 1, 2015

AFAIK, Google Feeds doesn't support opml format - http://en.wikipedia.org/wiki/OPML.
If you have some server side script running, you could mash them up and return an aggregated RSS feed.

Or, if you want this module to support multiple url's as the input, feel free to send a PR.

<feed urls="http://url1.com, http://url2.com" />

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants