File: README.markdown

package info (click to toggle)
rust-indieweb 0.4.5-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 820 kB
  • sloc: makefile: 12; sh: 1
file content (27 lines) | stat: -rw-r--r-- 759 bytes parent folder | download
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