Search code examples
rubymerbatom-feed

Ruby Atom generator to use with merb


I want to provide feed in my merb application. After reading wikipedia, RSSvsAtom and seeing that StackOverflow uses it, I think I will use Atom. What library should I use? I have found rAtom that looks quite good. Are there better alternatives? Or does merb has anything built in to help me?

UPDATE: maybe I should just do the news in plain html and use FeedBurner?


Solution

  • I went for rAtom and for now, and it works really good - code is minimal and nice.