otherjoel / splitflap

🔖⚛️ RSS / Atom feed generation library for Racket
Other
22 stars 2 forks source link

splitflap

CI Contributor Covenant

🔖⚛️ RSS / Atom feed generation library for Racket.

Everything you supply is validated, so the result is always either a valid feed or an exception.

Documentation is at https://joeldueck.com/what-about/splitflap

Splitflap requires Racket 8.1 or higher. To install Splitflap from the command line:

> raco pkg install splitflap

Or using DrRacket: click the File menu → Install Package … and enter splitflap.

If deploying Splitflap in a production environment, you probably want to use splitflap-lib instead of splitflap. This will avoid fetching/building the docs, and will greatly reduce the number of dependencies installed.