From 4f579275aef05e46a677d2d23f0c46665fc7d310 Mon Sep 17 00:00:00 2001 From: silverpill Date: Thu, 27 Jul 2023 20:47:20 +0000 Subject: [PATCH 1/2] Specify how "authors" metadata field should be used --- fep-xxxx-template.md | 4 ++-- fep/a4ed/fep-a4ed.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fep-xxxx-template.md b/fep-xxxx-template.md index 2ef4b89..e982fe3 100644 --- a/fep-xxxx-template.md +++ b/fep-xxxx-template.md @@ -1,6 +1,6 @@ --- slug: "xxxx" -authors: Alyssa P. Hacker , Chatty Ben +authors: Alyssa P. Hacker <@alyssa.p.hacker@social.example>, Chatty Ben <@ben@chatty.example> status: DRAFT dateReceived: 1970-01-01 --- @@ -20,6 +20,6 @@ dateReceived: 1970-01-01 ## Copyright -CC0 1.0 Universal (CC0 1.0) Public Domain Dedication +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. diff --git a/fep/a4ed/fep-a4ed.md b/fep/a4ed/fep-a4ed.md index af3d6c3..87893cf 100644 --- a/fep/a4ed/fep-a4ed.md +++ b/fep/a4ed/fep-a4ed.md @@ -56,7 +56,7 @@ Proposal metadata is placed at the top of the document as key-value pairs betwee Following metadata key-value pairs may be placed at the top of a proposal: -- `authors`: A comma separated list of authors of the proposal. +- `authors`: A comma separated list of authors of the proposal. Each item of the list should contain an author's name followed by a contact address in angle brackets (e.g. `Name <@alyssa.p.hacker@social.example>`). - `status`: Indicates the proposal status. Can be either `DRAFT`, `WITHDRAWN` or `FINAL`. - `dateReceived`: Date of when the proposal was added to the repository (when status is set to `DRAFT`). - `dateWithdrawn`: Date of when the proposal status was set to `WITHDRAWN` (only for proposals with status `WITHDRAWN`). From 1536e995e74f23469f5f7faddb5e4fc3a1babe4e Mon Sep 17 00:00:00 2001 From: silverpill Date: Sat, 9 Sep 2023 11:40:51 +0000 Subject: [PATCH 2/2] Provide example of using email address in "authors" field --- fep-xxxx-template.md | 4 ++-- fep/a4ed/fep-a4ed.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fep-xxxx-template.md b/fep-xxxx-template.md index e982fe3..29ab6e0 100644 --- a/fep-xxxx-template.md +++ b/fep-xxxx-template.md @@ -1,6 +1,6 @@ --- slug: "xxxx" -authors: Alyssa P. Hacker <@alyssa.p.hacker@social.example>, Chatty Ben <@ben@chatty.example> +authors: Alyssa P. Hacker , Chatty Ben <@ben@fediverse.example> status: DRAFT dateReceived: 1970-01-01 --- @@ -15,7 +15,7 @@ dateReceived: 1970-01-01 ## References - [ActivityPub] Christine Lemmer Webber, Jessica Tallon, [ActivityPub](https://www.w3.org/TR/activitypub/), 2018 -- [ABC] Alyssa P. Hacker, [An example proposal](http://example.org/abc.html), 2020 +- [ABC] Alyssa P. Hacker, [An example proposal](http://abc.example/abc.html), 2020 ## Copyright diff --git a/fep/a4ed/fep-a4ed.md b/fep/a4ed/fep-a4ed.md index 87893cf..80243e5 100644 --- a/fep/a4ed/fep-a4ed.md +++ b/fep/a4ed/fep-a4ed.md @@ -56,7 +56,7 @@ Proposal metadata is placed at the top of the document as key-value pairs betwee Following metadata key-value pairs may be placed at the top of a proposal: -- `authors`: A comma separated list of authors of the proposal. Each item of the list should contain an author's name followed by a contact address in angle brackets (e.g. `Name <@alyssa.p.hacker@social.example>`). +- `authors`: A comma separated list of authors of the proposal. Each item of the list should contain an author's name followed by a contact address in angle brackets (e.g. `Alyssa P. Hacker `, `Alyssa P. Hacker <@alyssa.p.hacker@fediverse.example>`). - `status`: Indicates the proposal status. Can be either `DRAFT`, `WITHDRAWN` or `FINAL`. - `dateReceived`: Date of when the proposal was added to the repository (when status is set to `DRAFT`). - `dateWithdrawn`: Date of when the proposal status was set to `WITHDRAWN` (only for proposals with status `WITHDRAWN`).