github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

kballard / feedparser

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 70
    • 6
  • Source
  • Commits
  • Network (6)
  • Issues (4)
  • Downloads (0)
  • Wiki (1)
  • Graphs
  • Branch: master

click here to add a description

click here to add a homepage

  • Branches (1)
    • master ✓
  • Tags (0)
Sending Request…
Enable Donations

Pledgie Donations

Once activated, we'll place the following badge in your repository's detail box:
Pledgie_example
This service is courtesy of Pledgie.

A Cocoa RSS/Atom parser for Mac OS X and the iPhone — Read more

  cancel

  cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

Handle dates that are almost RFC822 format, but haven't specified a 
timezone. 
jabley (author)
Fri Jan 15 23:04:17 -0800 2010
kballard (committer)
Mon Jan 18 01:35:01 -0800 2010
commit  74037acd231072930803868f766e23b39534ba4c
tree    d2e6b06460fb9f1c99c0b30fc3d0539a85e40ebd
parent  e6620c1ffc5f835c44bedaf22344ca3f953af07a
feedparser /
name age
history
message
directory FeedParser.xcodeproj/ Fri Nov 20 19:42:24 -0800 2009 Add support for the <enclosure> element of <item> [kballard]
directory FeedParser/ Mon Jan 18 01:35:01 -0800 2010 Handle dates that are almost RFC822 format, but... [jabley]
file LICENSE.txt Sun Apr 12 05:50:04 -0700 2009 Add MIT license to the project Add LICENSE.txt... [kballard]
file README.txt Mon Sep 14 17:28:33 -0700 2009 Fix a typo (extend -> extent) [kballard]
directory Test/ Mon Jan 18 01:35:01 -0800 2010 Handle dates that are almost RFC822 format, but... [jabley]
README.txt
=== Introduction ===

FeedParser is an NSXMLParser-based RSS/Atom feed parser for Cocoa. It is
intended to parse well-formed RSS and Atom feeds on both the desktop and the
iPhone.

=== Usage ===

The simplest way to use FeedParser is to simply add the FeedParser directory
to your project. FeedParser also includes a static library target if you
prefer to include it that way.

=== Design Goals ===

FeedParser was designed to parse valid RSS and Atom feeds, including support
for extensions outside of the RSS or Atom namespaces. All parsed feeds MUST be
well-formed, but the parser may or may not enforce validity.

=== Current State ===

As of this writing, FeedParser can parse a full valid RSS 2.0 feed, though it
intentionally skips elements that I did not consider useful. The parser may be
extended later to expose the values of those elements. FeedParser has only a
limited understanding of Atom feeds. It can understand a handful of Atom
elements embedded within an RSS feed, but it cannot understand a complete Atom
feed. Full understanding of Atom feeds is one of the future goals of this
project.

FeedParser requires that the entire feed must be a well-formed XML document,
but it does not do any validity checking of individual elements.

=== Future Development ===

The goals for future development of FeedParser are the following:

* Fully support Atom feeds

* Be as lenient as possible. To this extent, parsing non-well-formed documents
  should be investigated. NSXMLParser is documented as aborting parsing upon
  encountering an error, but in practice it appears that, at least on Mac OS X
  10.5, it actually can recover from errors. However, at the current time
  FeedParser explicitly aborts the parser when an error is encountered

* Support the more common RSS/Atom extensions

* Better error reporting

=== Naming Issues ===

The name FeedParser conflicts with RSS/Atom parsers for other languages. A new
name unique name should be chosen that is available on Google Code for bug
reporting purposes.
Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server