updated installation notes to include a warning about mac ports
updated installation notes to include a warning about mac ports
View Articleudpated installation instructions with notes about how to fix curb er…
udpated installation instructions with notes about how to fix curb errors
View Articleupdated the install instructions again with possible errors and fixes
updated the install instructions again with possible errors and fixes
View Articlechanged the feed parsing to make the RSS parser work for .9, 1.0, and…
changed the feed parsing to make the RSS parser work for .9, 1.0, and 2.0 types. Should remove the RDF classes later since they're no longer in use
View Articlechanged the update logic for how new_entries are determined. This was…
changed the update logic for how new_entries are determined. This was necessary because we don't want to need all feed entries in memory to compare against to see if a feed is new. The way it's done...
View Articleadded sanitiztion of entry fields through dryopteris
added sanitiztion of entry fields through dryopteris
View Articleupdated readme with sanitize usage. added a method to feed_utilities …
updated readme with sanitize usage. added a method to feed_utilities to sanitize everything in place
View Articleadd rel=alternate check for atom entry urls
add rel=alternate check for atom entry urls
View ArticleMerge branch 'master' of git://github.com/atduskgreg/feedzirra
Merge branch 'master' of git://github.com/atduskgreg/feedzirra
View Articlepatch for AtomFeedBurnerEntry to fall back on rel=alternate
patch for AtomFeedBurnerEntry to fall back on rel=alternate
View ArticleEnsure that #fetch_raw and #fetch_and_parse always return a hash when…
Ensure that #fetch_raw and #fetch_and_parse always return a hash when passed an array-even an array with a single element.
View Articleadding category example to README
adding category example to README removing categories/tags form TODO list
View Articlebrought in ozgor's contributing to add gzip and deflate support. modi…
brought in ozgor's contributing to add gzip and deflate support. modified get routines to always accept those encodings. added zlib to feedzirra.rb requires. commented out a no longer valid spec in...
View ArticleMerge branch 'master' of git://github.com/meekish/feedzirra
Merge branch 'master' of git://github.com/meekish/feedzirra
View ArticleMerge branch 'master' of git://github.com/jchupp/feedzirra
Merge branch 'master' of git://github.com/jchupp/feedzirra
View Articleupdated installation notes with info about installing on ubuntu or de…
updated installation notes with info about installing on ubuntu or debian
View Articleadded builder dependency to fix activesupport load errors
added builder dependency to fix activesupport load errors
View Article