资 源 简 介
URGENT
Please update your plugin version. I was make several changes to make work better. Thanks.
Features:
Creates tables to store data feeds
Provides templates for: Add/delete/update_entries feed, show entries by feeds, list feeds.
Support RSS 0.9, RSS1.0 , RSS2.0 and ATOM
REQUIRE:
open-uri
feed-normalizer
hpricot
Current Version: 0.1
_HOW TO USE_
07/26/07
Generator:
script/generate feeder
rake db:migrate (To create the tables)
Class Mehods:
* is_feed? (url , option = :only_verify)
option:
* :feed_url (return the feed url or false)
* :only_verify (return true if is a feed or contains a feed, else return false)
* :xml (return a hash with the xml feed and the feed url {:file => xml_file , :feed_url => f