Combining RSS Feeds for repositories in hgweb

Tarek Ziadé ziade.tarek at gmail.com
Fri Dec 3 14:52:52 CST 2010


On Fri, Dec 3, 2010 at 1:59 PM, Tony Much <much.done at gmail.com> wrote:
> I am looking for the way to join multiple repositories RSS/atom feeds
> by some criterion ( branches for example).
> Can you suggest the quickest way to do that ?
> Using XSLT is a way, but kind of tedious, when using secure
> connection. Probably not the most effective neither.

I am not entirely sure of what you want to do, but if you just want to
merge arbitrary feeds, Feedparser is a great lib for this
(feedparser.org)
It's fairly easy to iterate over all entries for each feed then
rebuild a consolidated feed you would render via a template. No need
for any XML tool using this lib.


>
> Looking for any ideas,
>
> Thanks
> _______________________________________________
> Mercurial-devel mailing list
> Mercurial-devel at selenic.com
> http://selenic.com/mailman/listinfo/mercurial-devel
>



-- 
Tarek Ziadé | http://ziade.org


More information about the Mercurial-devel mailing list