Atom and RSS feed syndication


The syndication vocabulary implements support for reading Atom and RSS feeds, and writing Atom feeds.

Data types:
feed

<feed> ( -- feed )

entry

<entry> ( -- entry )


Reading feeds:
download-feed ( url -- feed )

parse-feed ( seq -- feed )

xml>feed ( xml -- feed )


Writing feeds:
feed>xml ( feed -- xml )


The furnace.syndication vocabulary builds on top of this vocabulary to enable easy generation of Atom feeds from web applications. The webapps.planet vocabulary is a complete example of a web application which reads and exports feeds.

See also
URL objects