Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/otherjoel/splitflap
🔖⚛️ RSS / Atom feed generation library for Racket
https://github.com/otherjoel/splitflap
Last synced: 16 days ago
JSON representation
🔖⚛️ RSS / Atom feed generation library for Racket
- Host: GitHub
- URL: https://github.com/otherjoel/splitflap
- Owner: otherjoel
- License: other
- Created: 2021-06-26T20:34:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-23T13:37:09.000Z (3 months ago)
- Last Synced: 2024-08-23T19:00:10.868Z (3 months ago)
- Language: Racket
- Size: 218 KB
- Stars: 22
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# `splitflap`
[![CI](https://github.com/otherjoel/splitflap/actions/workflows/push.yml/badge.svg)](https://github.com/otherjoel/splitflap/actions)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.0-4baaaa.svg)](CODE_OF_CONDUCT.md)🔖⚛️ 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 **
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.