You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4.0 KiB

slug authors status dateReceived trackingIssue discussionsTo
67ff silverpill <@silverpill@mitra.social> DRAFT 2023-09-05 https://codeberg.org/fediverse/fep/issues/157 https://codeberg.org/fediverse/fep/issues/157

FEP-67ff: FEDERATION.md

Summary

FEDERATION.md is a file containing information necessary for achieving interoperability with a federated service. It was originally proposed by Darius Kazemi on SocialHub forum in Documenting federation behavior in a semi-standard way? topic.

Requirements

The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC-2119.

Structure

The FEDERATION.md file can have arbitrary structure and content. The only requirements are:

  • It MUST be a valid Markdown document.
  • It MUST be located in the root of a project's code repository. If project's documentation is located in another place, the FEDERATION.md file may contain a link to that location.
  • It SHOULD include a list of implemented federation protocols.
  • It SHOULD include a list of supported Fediverse Enhancement Proposals (FEPs).

Template

(This section is non-normative.)

# Federation

## Supported federation protocols and standards

- [ActivityPub](https://www.w3.org/TR/activitypub/) (Server-to-Server)
- [WebFinger](https://webfinger.net/)
- [Http Signatures](https://datatracker.ietf.org/doc/html/draft-cavage-http-signatures)
- [NodeInfo](https://nodeinfo.diaspora.software/)

## Supported FEPs

- [FEP-f1d5: NodeInfo in Fediverse Software](https://codeberg.org/fediverse/fep/src/branch/main/fep/f1d5/fep-f1d5.md)

## ActivityPub

<!-- Describe activities and extensions. -->

## Additional documentation

<!-- Add links to documentation pages. -->

Implementations

References

CC0 1.0 Universal (CC0 1.0) Public Domain Dedication

To the extent possible under law, the authors of this Fediverse Enhancement Proposal have waived all copyright and related or neighboring rights to this work.