This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
README | Fri Nov 21 13:49:06 -0800 2008 | |
| |
feed_detector.rb | Thu Jul 16 17:33:16 -0700 2009 | |
| |
feed_detector_test.rb | Fri Nov 21 13:49:06 -0800 2008 |
README
Modification of the feed detector done by http://dominiek.com/articles/2007/6/22/detecting-atom-rss-feeds-in-ruby. Basically it returns all the feeds that it find not just one... Usage: FeedDetector.fetch_feed_urls('http://www.rubycorner.com') returns: ["http://www.rubycorner.com/feeds/updated/atom10", "http://www.rubycorner.com/feeds/updated/rss20"]







