1
0
mirror of https://codeberg.org/fediverse/fep.git synced 2026-08-05 11:46:04 +00:00
Commit Graph

12 Commits

Author SHA1 Message Date
silverpill 61af68bbdf Fix redirects for some FEPs (#115)
This PR updates redirection pages for my proposals.

Co-authored-by: silverpill <silverpill@firemail.cc>
Reviewed-on: https://codeberg.org/fediverse/fep/pulls/115
2023-07-07 19:55:11 +00:00
a d3cd04d8a8 Migrate to dedicated fep/ directory and FEP-xxxx subdirectories (#109)
as discussed in https://socialhub.activitypub.rocks/t/fep-a4ed-the-fediverse-enhancement-proposal-process/1171/38?u=trwnh onward, and as described in https://socialhub.activitypub.rocks/t/fep-a4ed-the-fediverse-enhancement-proposal-process/1171/57?u=trwnh

Open considerations:

1. This PR copies `feps/fep-xxxx.md` to `fep/xxxx/fep-xxxx.md` for now. There is some consideration for naming it `index.md` instead, in order to ease with potential future static site generation via CI/CD. Imagine a CI/CD task that clones the repo and generates a proper site using `fep` as the content directory. (The idea is that this site may then be served to anyone requesting text/html representations of the `https://w3id.org/fep/xxxx` URI following the specifications laid out in FEP-9606.)

2. This PR does not yet delete any old paths. Everything in `feps/` has been edited to contain a Markdown link to the new location.

Rationale:

- We have encountered FEPs that wish to create their own assets, and the current structure is confusingly laid out. Asset colocation is widely considered a "best practice" for this sort of scenario. Particularly in cases where the rest of the repo's structure may potentially change in the future, asset colocation prevents any FEP-specific links from breaking because those links can be written relative to their FEP root.

- To ease PURL resolution, context documents can be considered sidecar assets to each FEP that defines extension terms. The mechanism for this is again described in FEP-9606. Redirection rules can be simplified to use less conditions, since the base folder remains the same.

Next steps:

- Edit the README.md to update the instructions for submitting a new FEP (pending open consideration 1)
- Set a timeline for when or if the old `feps/` directory should be removed (pending open consideration 2)
- Merge this PR

Co-authored-by: a <a@trwnh.com>
Reviewed-on: https://codeberg.org/fediverse/fep/pulls/109
Co-authored-by: a <trwnh@noreply.codeberg.org>
Co-committed-by: a <trwnh@noreply.codeberg.org>
2023-06-13 20:46:13 +00:00
silverpill 33a8691603 FEP-e232: Update proposal (#104)
- Added known implementations
- Changed domains in example according to https://www.rfc-editor.org/rfc/rfc2606#section-2

Co-authored-by: silverpill <silverpill@firemail.cc>
Reviewed-on: https://codeberg.org/fediverse/fep/pulls/104
Co-authored-by: silverpill <silverpill@noreply.codeberg.org>
Co-committed-by: silverpill <silverpill@noreply.codeberg.org>
2023-05-26 00:56:33 +00:00
silverpill 53c344afad FEP-e232: Add note about application/activity+json media type 2022-12-23 19:49:38 +00:00
silverpill 25a9bb1ff2 FEP-e232: Add discussionsTo field, add @context to example 2022-11-29 00:35:12 +00:00
silverpill 33d3fb5be4 Remove rel property from example 2022-08-21 00:46:13 +02:00
silverpill dcd4371ad4 Update example 2022-08-20 13:27:09 +00:00
silverpill 66f538eee8 Media type & rel 2022-08-20 13:20:53 +00:00
silverpill 5dec4e36c8 Improve wording 2022-08-15 01:21:06 +02:00
silverpill 6e4b88d5d4 Change author name 2022-08-14 22:51:50 +02:00
silverpill c7b1d5f75a Clarify use of microsyntax 2022-08-02 11:25:40 +00:00
silverpill 3c35810e41 Object Links draft 2022-08-01 23:04:09 +00:00