christianhellsten / columbus forked from jnunemaker/columbus
- Source
- Commits
- Network (3)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Christian (author)
Wed Sep 30 03:06:45 -0700 2009
commit 443326ed4a4494a65ac0f374355ef165e3554701
tree 0fa940f0a60b783a31d583771894696c4a52652f
parent 8650c92b546a97f7e1e91fd91aee3bf98a78c403
tree 0fa940f0a60b783a31d583771894696c4a52652f
parent 8650c92b546a97f7e1e91fd91aee3bf98a78c403
columbus /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
LICENSE | ||
| |
README.rdoc | ||
| |
Rakefile | ||
| |
VERSION.yml | ||
| |
columbus.gemspec | ||
| |
examples/ | ||
| |
lib/ | ||
| |
test/ |
README.rdoc
columbus
Autodiscovers feeds from urls.
examples
See examples directory. Short example below.
require 'pp'
pp Columbus.new('http://www.railstips.org').primary
#<struct Columbus::Feed
url="http://feeds2.feedburner.com/railstips",
title="Railstips Articles">
Copyright
Copyright © 2009 John Nunemaker. See LICENSE for details.

