Sha256: 708fbf85467801b6a0afbf34ee81ae5b7ff08c493eda274e777d734d6f3ac0e2

Contents?: true

Size: 800 Bytes

Versions: 13

Compression:

Stored size: 800 Bytes

Contents

Universal Feed Parser
Parse RSS and Atom feeds in Python.  3000 unit tests.  Open source.

Copyright (c) 2002-5 by Mark Pilgrim
open source, see LICENSE file for details

-----

To use:
  If installed as a gem
     require 'rubygems'
     require 'rfeedparser'

     fp = FeedParser.parse("some-feed-filepath-or-url")

  If not installed as a gem, copy the contents of lib into the ruby path and just use 
     require 'rfeedparser'
     
     fp = FeedParser.parse("some-feed-filepath-or-url")

----

For developers: 
  I currently have the "rough" code in a bzr branch over at
  <http://somethingsimilar.com/code/bzr/rfeedparser/>.  You'll want
  to check out the rfeedparser-main branch for the current code, or
  rfeedparser-release for the code in the latest release.

Version data entries

13 entries across 13 versions & 3 rubygems

Version Path
rfeedparser-0.9.8 README
rfeedparser-0.9.85 README
rfeedparser-0.9.86 README
rfeedparser-0.9.87 README
rfeedparser-0.9.9 README
rfeedparser-0.9.91 README
rfeedparser-0.9.92 README
rfeedparser-0.9.93 README
rfeedparser-0.9.931 README
rfeedparser-0.9.940 README
rfeedparser-ictv-0.9.931 README
rfeedparser_ictv-0.9.931 README
rfeedparser_ictv-0.9.932 README