@@ 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