~chrisppy/hare-rss

rss implementation for hare
ignore rating, textInput, source, and cloud
Cleanup and add extensions & attributes to channel and item
Updates from stdlib

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~chrisppy/hare-rss
read/write
git@git.sr.ht:~chrisppy/hare-rss

You can also use your local clone with git send-email.

#format::rss

This package provides an implementation of the rss syndication format for Hare programs, based on RSS specification.

Status: Incomplete.

#Provided modules

  • format::rss: rss primitives and scanning support

#Dependencies

#Installation

#From your distribution

The recommended name for this package is "hare-rss". Look for this, or something similar, in your local package manager. This is the preferred way to install this package.

#System-wide installation

make install

#Vendoring

git subtree -P vendor/hare-rss/ add https://git.sr.ht/~chrisppy/hare-rss main

#Contributing

All contributors are required to "sign-off" their commits (using git commit -s) to indicate that they have agreed to the Developer Certificate of Origin:

Please send patches to my public-inbox to send your changes upstream.

#Licensing

Like the Hare standard library, this library is available under the terms of the Mozilla Public License (MPL). You can freely link to the standard library with software distributed under any license, but if you modify the library, you must release your derivative works under the MPL as well.