This is a beta release of *splitflap*, a Racket library for generating
valid Atom and RSS feeds, including podcast feeds.
- Source: https://github.com/otherjoel/splitflap
- Documentation (with quick tutorial):
https://docs.racket-lang.org/splitflap/index.html
The docs are substantially
Thank you for this!!
Feedback
- I like your podcast-specific entries
- The validation logic is refreshing to see
- Re: boolean arguments, I'd stick to keyword arguments and ask for any/c, not
boolean?, in contracts. That way forms like (and ... (member ...)) won't bug
users about a non-threaten
Great feedback, thank you. I like all your suggestions.
- Boolean arguments: great point, will do
- MIME types: Yes, I should use/add a more complete extension→type
mapping, though I probably will continue not to validate MIME types against
the IANA list. (My somewhat erroneous note
3 matches
Mail list logo