0.0
No commit activity in last 3 years
No release in over 3 years
This library creates a common object graph for the RSS/Atom/RDF parsing classes in the ruby standard library. This allows you parse different feed formats and get back the same (or at least a very similar) set of results - item authors are accessible under an "author(s)" attribute, categories/tags/subjects are accessible under "category(ies)" attributes, etc. We do our best to make sure the data makes sense, too - RSS items lack an "updated" attribute, so we use "pubDate" to populate it.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

 Project Readme

FeedAbstract¶ ↑

FeedAbstract creates a common object graph for RSS, Atom, and RDF feeds using the classes returned by RSS::Parser

Installation¶ ↑

gem install feed-abstract

Usage ¶ ↑

See FeedAbstract::Feed for basic examples. Also see the FeedAbstract::Channel and FeedAbstract::Item namespaces. See also the rdoc at rubydoc.info/gems/feed-abstract/0.0.12/frames

Author¶ ↑

Dan Collis Puro, Berkman Center for Internet & Society djcp@cyber.law.harvard.edu

License & Copyright¶ ↑

GPLv3

2011 President and Fellows of Harvard College