jqr / columbus forked from jnunemaker/columbus
- Source
- Commits
- Network (3)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
columbus /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Mar 25 17:51:40 -0700 2009 | |
| |
LICENSE | Wed Mar 25 16:54:03 -0700 2009 | |
| |
README.rdoc | Wed Mar 25 17:12:28 -0700 2009 | |
| |
Rakefile | Thu Apr 02 08:20:04 -0700 2009 | |
| |
VERSION.yml | Wed Mar 25 18:24:53 -0700 2009 | |
| |
columbus.gemspec | Thu Apr 02 08:34:20 -0700 2009 | |
| |
examples/ | Wed Mar 25 17:09:51 -0700 2009 | |
| |
lib/ | Wed Mar 25 18:09:09 -0700 2009 | |
| |
test/ | Wed Mar 25 18:22:39 -0700 2009 |
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.
