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 | |
|---|---|---|---|
| |
LICENSE | Sat Mar 24 09:34:45 -0700 2007 | |
| |
README | ||
| |
RUBY-TESTING | ||
| |
Rakefile | ||
| |
doc/ | ||
| |
lib/ | ||
| |
tests/ |
README
Universal Feed Parser Parse RSS and Atom feeds in Python translated to Ruby. 3000 unit tests. Open source. Copyright (c) 2002-5 by Mark Pilgrim open source, see LICENSE file for details See <http://rfeedparser.rubyforge.org> and <http://github.com/jmhodges/rfeedparser/tree/master>. ----- To use: If installed as a gem require 'rubygems' require 'rfeedparser' pf = FeedParser.parse("some-feed-stream-filepath-or-url") If not installed as a gem, copy the contents of lib into the your directory: require 'rfeedparser' pf = FeedParser.parse("some-feed-filepath-stream-or-url") ---- To help out: Clone the git repository at <git://github.com/jmhodges/rfeedparser.git> and which has a webpage at <http://github.com/jmhodges/rfeedparser/tree/master>.








