Is your plugin hosted on GitHub? Make sure to press the "fetch" button next to the repository field to fetch your plugin's info from GitHub rather than typing it all in.
Repository
Name
Home Page
Short description Acts as feeder is a plugin that generates a feed aggregator in Ruby on Rails. This plugin is inspired by Craig Ambrose FeedFetcher. Thanks Craig.
Description ==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_* _Added (07/24/07)_ Generator script/generate feeder rake db:migrate (to make the table) 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 link, else return _false_) Instance Methods: * parse_feed (feed_url , option = nil) Parse the feed_url and return the _feed model_ _option:_ * :save (save the model returned) * get_entries (option = :update) Get the entries for the feed _option:_ * :new (get entries for a _new feed without entries_) * :update (_update_ the entries for a feed) === Notes === On my wiki site page, i will update the progress information, versions and updates. Thanks a lot.
Description format RDoc MarkDown Textile
License Ruby's Rails' (MIT) GPL LGPL BSD Apache Artistic PublicDomain BSD-type Free-Trial Free-but-Restricted OpenSource Proprietary Shareware Source-available-proprietary Commercial
Category Assets Controllers Internationalization Misc. Enhancements Model Rails Engines Searching and Queries Security Statistics and Logs Testing View Extensions