1
0
Fork
You've already forked fep
0
forked from fediverse/fep
Fediverse Enhancement Proposals
  • Markdown 100%
2023年04月11日 05:17:02 +02:00
feps Add FEP-9606 regarding the usage of w3id.org/fep ( #81 ) 2023年04月11日 02:55:52 +00:00
ISSUE_TEMPLATE Update withdraw message to 1 year in tracking issue template 2022年12月09日 18:56:19 +00:00
EDITORS.md Clarify README.md and update EDITORS.md ( #78 ) 2023年04月09日 22:00:45 +00:00
fep-0000-template.md Fix attribution of ActivityPub 2022年12月12日 17:47:02 -06:00
LICENSE init 2020年10月06日 17:57:15 +02:00
README.md Update tracking table for FEP-9606 2023年04月11日 05:17:02 +02:00
SUBMISSION.md SUBMISSION: Move to codeberg.org. 2021年10月25日 09:42:53 +02:00

Fediverse Enhancement Proposals

This is the Git repository containing Fediverse Enhancment Proposals (FEPs).

A Fediverse Enhancement Proposal (FEP) is a document that provides information to the Fediverse community. The goal of a FEP is to improve interoperability and well-being of diverse services, applications and communities that form the Fediverse.

The FEP Process is an initiative of the SocialHub developer community, a liaison of the W3C Social Web Incubator Community Group. For ongoing and past discussion see the SocialHub FEP category.

FEPs

Title Status Tracking issue dateReceived dateFinalized (or dateWithdrawn)
FEP-a4ed: The Fediverse Enhancement Proposal Process FINAL #10 2020年10月16日 2020年01月18日
FEP-8fcf: Followers collection synchronization across servers FINAL #6 #11 2020年10月24日 2022年02月07日
FEP-f1d5: NodeInfo in Fediverse Software DRAFT #50 #12 2022年12月17日 -
FEP-400e: Publicly-appendable ActivityPub collections FINAL #5 2021年02月16日 2020年02月04日
FEP-8c3f: Web Monetization DRAFT #3 2022年01月18日 -
FEP-2100: Unbound Group and Organization DRAFT #36 2022年03月31日 -
FEP-e232: Object Links DRAFT #14 2022年08月01日 -
FEP-5624: Per-object reply control policies DRAFT #18 2022年08月23日 -
FEP-1b12: Group federation FINAL #22 2022年11月12日 2023年02月09日
FEP-8b32: Object Integrity Proofs DRAFT #29 2022年11月12日 -
FEP-c390: Identity Proofs DRAFT #34 2022年11月23日 -
FEP-cb76: Content Addressed Vocabulary DRAFT #41 2022年11月29日 -
FEP-fb2a: Actor metadata DRAFT #45 2022年12月09日 -
FEP-c118: Content licensing support DRAFT #57 2023年01月16日 -
FEP-2e40: The FEP Vocabulary Extension Process DRAFT #62 2023年02月13日 -
FEP-7888: Demystifying the context property DRAFT #68 2023年03月14日 -
FEP-d767: Extend ActivityPub with Valueflows DRAFT #76 2023年04月02日 -
FEP-5bf0: Collection sorting and filtering DRAFT #80 2023年04月10日 -
FEP-9606: Using w3id.org/fep as a namespace for extension terms and for FEP documents DRAFT #83 2023年04月11日 -

Submitting a FEP

Do you have an idea, opinion or information that you want to share with the wider Fediverse community? You may do so with a Fediverse Enhancement Proposal (FEP).

To create and submit a FEP:

  1. Fork this repository, and then clone it to your local machine. Check the Codeberg Cheat sheet on how to prepare your Pull Request.
  2. Think of a title for the FEP you want to submit.
  3. Compute the identifier of the FEP by computing the hash of the title. This can be done with following Unix command:
$ echo -n "The title of my proposal" | sha256sum | cut -c-4
b3f0
  1. Copy the FEP template (fep-0000-template.md) to the feps/ folder and change the filename to fep-abcd.md where abcd is the identifier computed in step 2.
  2. Write down your idea in the newly created file and commit it to a new branch in your repository (ex. fep-xxxx).
  3. Create a Pull Request to complete Step 1 of FEP-a4ed: The Fediverse Enhancement Proposal Process. Further process is described in FEP-a4ed.

Editors

The list of FEP's is facilitated by Editors who are listed in the EDITORS.md file. Editors are neutral custodians of the FEP process, who merge PR's, create tracking issues, and start discussion threads for each FEP in the SocialHub developer community forum.

Contributing

Do you have ideas to improve the FEP Process? Post your suggestions to the issue tracker, or on the SocialHub forum. The SocialHub developer community is a "DoOcracy" which means: "pick up any task you want, and then steer it to completion". Your contributions are most welcome, so delve in and find out how you can help.

License

CC0 1.0 Universal (CC0 1.0) Public Domain Dedication

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