wrote a script to gather some sample real world feed data to play with
wrote a script to gather some sample real world feed data to play with
View Articleadded the main feed class (which will wrap logic for parsing any type…
added the main feed class (which will wrap logic for parsing any type of feed) with some yet to be implemented specs
View Articleimplemented the pending feed specs to determine feed types for Atom, …
implemented the pending feed specs to determine feed types for Atom, AtomFeedBurner, and RDF. Created Atom, FeedBurner, and RDF classes and wrote will_parse? specs for them.
View Articlefixed the rakefile to load feedzirra. started specs and implementatio…
fixed the rakefile to load feedzirra. started specs and implementation for RSS class
View Articleadded a spec for feed to return the RSS class those types of feeds
added a spec for feed to return the RSS class those types of feeds
View ArticleImplemented the basic Atom parse so it now pulls out the url, feed_ur…
Implemented the basic Atom parse so it now pulls out the url, feed_url, and title of a feed. Spec'd the AtomEntry class for parsing the entires.
View Articleadded general feed_utilities module that will provide shared function…
added general feed_utilities module that will provide shared functionality across most of the Feed parsing classes. implemented Atom parsing.
View Articleimplemented the RDF and RDFEntry parser and specs. Updated the gemspe…
implemented the RDF and RDFEntry parser and specs. Updated the gemspec with new files. Updated a few style things in atom stuff.
View Articleimplemented RSS parsing. updated gemspec with new files. updated rdf …
implemented RSS parsing. updated gemspec with new files. updated rdf to provide an accessor for feed_url.
View Articleimplemented specs and parse method on generic Feed class. It's a wrap…
implemented specs and parse method on generic Feed class. It's a wrapper for parsing any kind of feed
View Articlerefactored will_parse? methods to able_to_parse?. refactored how Feed…
refactored will_parse? methods to able_to_parse?. refactored how Feed class considers different feed classes for parsing
View Article