Projects tagged ‘feed’, ‘parser’, and ‘syndication’


Jump to tag:

Projects tagged ‘feed’, ‘parser’, and ‘syndication’

Filtered by Project Tags feed parser syndication

Refine results Project Tags xml (6) atom (6) rss (6) programming (4) web (3) library (3) aggregator (3) feeds (3) tools (3) feedreader (2) www (2) news (2)

[6 total ]

36 Users
   

Rome is a set of Atom/RSS Java utilities that make it easy to work in Java with most syndication formats. Today it accepts all flavors of RSS (0.90, 0.91, 0.92, 0.93, 0.94, 1.0 and 2.0) and Atom 0.3 ... [More] feeds. Rome includes a set of parsers and generators for the various flavors of feeds, as well as converters to convert from one format to another. The parsers can give you back Java objects that are either specific for the format you want to work with, or a generic normalized SyndFeed object that lets you work on with the data without bothering about the underlying format. [Less]
Created over 3 years ago.

22 Users
 

Parse RSS and Atom feeds in Python
Created over 3 years ago.

15 Users
   

SimplePie puts the 'simple' back into 'really simple syndication'. Flexible enough to suit newbies and veterans alike, SimplePie's focus has been two-fold: speed and ease of use. By thinking about the ... [More] most useful ways to handle blogs, news sites, and podcasts, we've come up with an API that makes it easy to do cool things with your feeds. [Less]
Created over 3 years ago.

1 Users
 

Feed Launch .NET is an open-source feed creator for both RSS 2.0 and ATOM 1.0 Feeds. A clean gui interface makes feed creation intuitive. Preview your Feeds or save them on your hard disk. Upload ... [More] feature via FTP is integrated directly into the application. [Less]
Created over 3 years ago.

1 Users

This plugin adds RSS Feeds support for evolution mail. RSS support was built upon the somewhat existing RSS support in evolution-1.4 branch. The motivation behind this was to have RSS in same place as ... [More] mails, at this moment I do not see the point having a separate RSS reader since a RSS Article is like an email message. Probably that's the same reason for NNTP support in evolution. Evolution RSS can display article using summary view or HTML view. [Less]
Created over 2 years ago.

0 Users

URGENTPlease update your plugin version. I was make several changes to make work better. Thanks. Features:Creates tables to store data feeds Provides templates for: Add/delete/update_entries feed ... [More] , show entries by feeds, list feeds. Support RSS 0.9, RSS1.0 , RSS2.0 and ATOM REQUIRE: open-uri feed-normalizer hpricot Current Version: 0.1HOW TO USE 07/26/07Generator: script/generate feeder rake db:migrate (To create the tables) Class Mehods: is_feed? (url , option = :only_verify) option: :feed_url (return the feed url or false) :only_verify (return true if is a feed or contains a feed, else return false) :xml (return a hash with the xml feed and the feed url {:file => xml_file , :feed_url => feed_url}) Instance Methods: parse_feed (feed_url , option = :feed_url , want_save = false) Parse the feed_url and return the feed model option: :feed_url (set with this value when you pass the feed url) :xml (set with this value when you pass the hash with the xml feed file and feed url) want_save: If is set to true saves the model returned get_entries (option = :update) Get the entries for the feed option: :new (get entries for a new feed without entries) :update (update the entries for a feed) Please see the Changelog in the wiki page [Less]
Created about 1 year ago.