~chrisppy/hare-rss

1b51bb375a3588806b5d0c2d6d7f03ad383c8ce4 — Chris Palmer 1 year, 28 days ago ea5955e
cleanup README.md

Signed-off-by: Chris Palmer <chris@red-oxide.org>
1 files changed, 7 insertions(+), 7 deletions(-)

M README.md
M README.md => README.md +7 -7
@@ 1,9 1,8 @@
# format::rss

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

[0]: https://www.rssboard.org/rss-specification

## Provided modules



@@ 11,7 10,7 @@ programs, based on [RSS][0] specification.

## Dependencies

- [hare-xml](https://git.sr.ht/~sircmpwn/hare-xml)
- [hare-xml][xml]

## Installation



@@ 39,15 38,16 @@ 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][dco]:

[dco]: https://developercertificate.org/

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

[list]: https://lists.sr.ht/~chrisppy/public-inbox

## 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.

[dco]: https://developercertificate.org/
[list]: https://lists.sr.ht/~chrisppy/public-inbox
[rss]: https://www.rssboard.org/rss-specification
[xml]: https://git.sr.ht/~sircmpwn/hare-xml