summaryrefslogtreecommitdiff
path: root/textproc/ruby-feed-normalizer/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2010-09-10Update textproc/ruby-feed-normalizer to 1.5.2.taca1-4/+3
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Update HOMEPAGE. * Add LICENSE. * Ajust new ruby package's framework. Changes are unknown.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-6/+1
2008-04-04Update ruby-feed-normalizer to version 1.5.1. Changes from version 1.3.0jlam1-9/+27
include: + Install as a Ruby gem. * Add support for new fields: * Atom 0.3: issued is now available through entry.date_published. * RSS: feed.skip_hours, feed.skip_days, feed.ttl * All: entry.last_updated, this is an alias to entry.date_published for RSS. * Rewrite relative links in content * Handle CDATA sections consistently across all formats. * Prevent SimpleRSS from doing its own escaping. * Reparse Time classes * Support content:encoded. Accessible via Entry#content. * Support categories. Accessible via Entry#categories. * Introduces a new parsing feature 'loose parsing'. * Add support for applicable dublin core elements. (dc:date and dc:creator) * Feeds can now be dumped to YAML. * Reduced the greediness of a regexp that was removing html comments.
2007-06-11Import ruby-feed-normalizer.minskim1-0/+9
Feed normalizer is an extensible Ruby wrapper for Atom and RSS parsers. It wraps various RSS and Atom parsers, and returns a single unified object graph, regardless of the underlying feed format.