public
Rubygem
Fork of jmhodges/rfeedparser
Description: rFeedParser is a translation of the Universal Feed Parser from Python into Ruby. It has nearly the exact same behavior.
Homepage: http://rfeedparser.rubyforge.org
Clone URL: git://github.com/technomancy/rfeedparser.git

technomancy's rfeedparser Feed   feed

technomancy committed to technomancy/rfeedparser 3 months ago
arthurgeek started watching rfeedparser 3 months ago
rfeedparser is at technomancy/rfeedparser
technomancy committed to technomancy/rfeedparser 3 months ago

74e2ddced0a13fb179565751e2fbd9fd64025f12

fixed media title handling

technomancy committed to technomancy/rfeedparser 3 months ago

ed2330cacba5efea17f49e3e52c7057606ce5275

Add a failing test for a title in a media element

technomancy committed to technomancy/rfeedparser 5 months ago

f270afb25487d7df0e3ee9ea8cca0b1e0f19b8ee

run all tests by default; skip known bad as an option

technomancy committed to technomancy/rfeedparser 5 months ago
technomancy committed to technomancy/rfeedparser 5 months ago

0d7425c5194022d54b217e19a812ce08b01cb311

Fixed dependency installation problems.

jnewland started watching rfeedparser 5 months ago
rfeedparser is at technomancy/rfeedparser
technomancy committed to technomancy/rfeedparser 5 months ago

214430375cd98d5170f9315cf74584b39d1a71e0

rearranged tests to skip known bads and allow single runs

technomancy committed to technomancy/rfeedparser 5 months ago

a5c23b21031cffb67bc96f9b34d960d405c6aaa1

cleaning up libxml parser

technomancy committed to technomancy/rfeedparser 5 months ago

be6782199fba7fcd047042073f7be166ab262400

Remove last traces of ForgivingURI.

technomancy committed to technomancy/rfeedparser 5 months ago

ba01551a9ef955cd3c46901309194ea6fcca1980

updated contributors list

technomancy committed to technomancy/rfeedparser 5 months ago

f03e7e9a5d5682ade48650aec1f4c60d243af106

remove python-style license docstring; we have a LICENSE file for that

technomancy committed to technomancy/rfeedparser 5 months ago

dd1dc51f69649c2a14910cfb18dd1fde4962a545

switch to using the Addressable gem instead of ForgivingURI. Still failing a lot of tests

technomancy committed to technomancy/rfeedparser 5 months ago

e112b6e782527a47edfb1348466cd6fc71cd9430

Being smart about how to load libxml vs expat, falling back on loose parser if neither loads.

technomancy committed to technomancy/rfeedparser 5 months ago

16bf0cf0be319a248fc409bda93013b59dbe064f

fall back on expat if libxml is not present

technomancy committed to technomancy/rfeedparser 5 months ago

8113d0a1ace05e28a47b93fc609c491046787ead

more explanation about the difference between expat and libxml

technomancy committed to technomancy/rfeedparser 5 months ago

e8e178fe6d2b687e57e5fe398e6e315f9e3f0e56

Applying Charlie Savage's patch (slightly modified) to allow use of libxml instead of expat.

jmhodges started watching rfeedparser 5 months ago
rfeedparser is at technomancy/rfeedparser