1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
# `indieweb`
This is a crate holding a collection of utilities that other libraries
and applications alike can use to interact with IndieWeb services like
one's site or a service that provides a IndieWeb-compatible system.
## Goals
- [ ] HTTP client agnostic
- [ ] Normalized interactions with IndieWeb services
- [ ] Errors for most known usecases
## Features
- [link relationship resolution][linkrel]
- [Micropub][]
- [Microsub][]
- [IndieAuth][]
- [WebSub][]
- [Webmention][]
[Micropub]: https://micropub.spec.indieweb.org/
[Microsub]: http://microsub.spec.indieweb.org/
[IndieAuth]: https://indieauth.spec.indieweb.org/
[Webmention]: https://webmention.net/draft/
[WebSub]: https://www.w3.org/TR/websub/
[linkrel]: https://microformats.org/wiki/rel
|