mirror of
https://codeberg.org/fediverse/fep.git
synced 2026-08-05 19:55:46 +00:00
cf880fd7a6
This is an extensive update to FEP-fffd: - Proxy links are now `Link`s in `url` with `"rel": "alternate"` or `"rel": "canonical"`. The new `@context` entries have been removed entirely. - Protocols are determined by URI scheme and/or `mediaType`, not an explicit `protocol` URI. - Added ATProto, DID, Secure Scuttlebutt, RSS, Atom, and ActivityPub to the list of well-known protocols. - Specified that only bare NIP-19 identifiers can be used in Nostr URIs. - Added a section to explain the merging "algorithm", mostly the situations in which merging breaks down and should be skipped. - Removed references to Zot, since no bridging is needed for Zot. - More clarity about which sections are normative. - Added a reference to proxies for moved ActivityPub posts, which seems like an ideal use case not considered before. Co-authored-by: Adam R. Nelson <adam@nels.onl> Reviewed-on: https://codeberg.org/fediverse/fep/pulls/99 Co-authored-by: Adam Nelson <arnelson@noreply.codeberg.org> Co-committed-by: Adam Nelson <arnelson@noreply.codeberg.org>