Splitflap: Atom and RSS Feeds
(require splitflap) | package: splitflap-lib |
This library provides a simple interface for building valid Atom and RSS feeds, including podcast feeds, for your web properties.
It’s not mechanically difficult to generate feeds without any special libraries, but there are a lot of tedious details to get right. Syndication feeds involve several layers of standards and specifications about how different types data should be encoded, what elements are required, and so forth. Adhering strictly to those standards is not only good citizenship, it’s the best way of preventing problems for your subscribers.
With this library, you are only made to supply the minimum set of data needed to produce a feed. But everything you supply is carefully validated, so that the result is either a fully valid feed or an exception.
Please report any problems on the Github repo.
Installation: Splitflap requires Racket 8.1 or higher. To install this package from the command line:
> raco pkg install splitflap |
Or using DrRacket: click the File menu → Install Package ….
If deploying Splitflap in a production environment, you will probably want to use splitflap-lib instead of splitflap. This will avoid fetching/building this documentation, and will greatly reduce the number of dependencies installed.