romefeeder
A library by Bruno Nadeau for the Processing programming environment.
Last update, 12/24/2011.
Contact, .
romefeeder is a library that facilitates the management of syndicated feeds. It is built upon the ROME library, which provides the tools for parsing, generating and publishing RSS and Atom feeds. romefeeder allows to easily load, access and update the entries of one or multiple feeds, and provides tools that simplify the process in the Processing environment.
romefeeder is a wrapper around the ROME library, so don't forget to import both using the following two lines. Using the 'import library' function from the Processing IDE menu will fail to import ROME correctly.
import com.wyldco.romefeeder.*; //romefeeder
import com.sun.syndication.feed.synd.*; //ROME
Download
Download romefeeder version 1.0.0 (1) in .
Installation
Unzip and put the extracted romefeeder folder into the libraries folder of your Processing sketches. Reference and examples are included in the romefeeder folder.
Keywords. syndication, rss, atom, rome
Reference. Have a look at the javadoc reference here. A copy of the reference is included in the .zip as well.
Source. The source code of romefeeder is available at , and its repository can be browsed .
Examples
Find a list of examples in the current distribution of romefeeder, or have a look at them by following the links below.
Tested
Platform osx,windows
Processing 1.2.1, 1.5, 2.0
Dependencies ROME library