Unverified Commit 1b12e7dd authored by Hong Minhee's avatar Hong Minhee
Browse files

Use w3id.org/fep/ permalinks for linking to FEPs

[ci skip]
parent 6c39741b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -908,8 +908,8 @@ is now distributed under the [MIT License] to encourage wider adoption.
[#68]: https://github.com/dahlia/fedify/pull/68
[AGPL 3.0]: https://www.gnu.org/licenses/agpl-3.0.en.html
[MIT License]: https://minhee.mit-license.org/
[FEP-521a]: https://codeberg.org/fediverse/fep/src/branch/main/fep/521a/fep-521a.md
[FEP-8b32]: https://codeberg.org/fediverse/fep/src/branch/main/fep/8b32/fep-8b32.md
[FEP-521a]: https://w3id.org/fep/521a
[FEP-8b32]: https://w3id.org/fep/8b32
[x-forwarded-fetch]: https://github.com/dahlia/x-forwarded-fetch


@@ -1117,7 +1117,7 @@ Released on May 6, 2024.

[@fedify/cli]: https://jsr.io/@fedify/cli
[releases]: https://github.com/dahlia/fedify/releases
[FEP-8fcf]: https://codeberg.org/fediverse/fep/src/branch/main/fep/8fcf/fep-8fcf.md
[FEP-8fcf]: https://w3id.org/fep/8fcf
[#47]: https://github.com/dahlia/fedify/issues/47


+7 −7
Original line number Diff line number Diff line
@@ -28,13 +28,13 @@ Supported FEPs
 -  [FEP-5feb][]: Search indexing consent for actors
 -  [FEP-c7d3][]: Ownership

[FEP-67ff]: https://codeberg.org/fediverse/fep/src/branch/main/fep/67ff/fep-67ff.md
[FEP-8fcf]: https://codeberg.org/fediverse/fep/src/branch/main/fep/8fcf/fep-8fcf.md
[FEP-f1d5]: https://codeberg.org/fediverse/fep/src/branch/main/fep/f1d5/fep-f1d5.md
[FEP-8b32]: https://codeberg.org/fediverse/fep/src/branch/main/fep/8b32/fep-8b32.md
[FEP-521a]: https://codeberg.org/fediverse/fep/src/branch/main/fep/521a/fep-521a.md
[FEP-5feb]: https://codeberg.org/fediverse/fep/src/branch/main/fep/5feb/fep-5feb.md
[FEP-c7d3]: https://codeberg.org/silverpill/feps/src/branch/main/c7d3/fep-c7d3.md
[FEP-67ff]: https://w3id.org/fep/67ff
[FEP-8fcf]: https://w3id.org/fep/8fcf
[FEP-f1d5]: https://w3id.org/fep/f1d5
[FEP-8b32]: https://w3id.org/fep/8b32
[FEP-521a]: https://w3id.org/fep/521a
[FEP-5feb]: https://w3id.org/fep/5feb
[FEP-c7d3]: https://w3id.org/fep/c7d3


ActivityPub
+1 −1
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@ join our [Matrix chat space][Matrix] or [GitHub Discussions]. Or tag
[Activity Vocabulary]: https://www.w3.org/TR/activitystreams-vocabulary/
[WebFinger]: https://datatracker.ietf.org/doc/html/rfc7033
[HTTP Signatures]: https://tools.ietf.org/html/draft-cavage-http-signatures-12
[FEP-8b32]: https://codeberg.org/fediverse/fep/src/branch/main/fep/8b32/fep-8b32.md
[FEP-8b32]: https://w3id.org/fep/8b32
[NodeInfo]: https://nodeinfo.diaspora.software/
[GitHub Discussions]: https://github.com/dahlia/fedify/discussions
[#Fedify]: https://mastodon.social/tags/fedify
+2 −3
Original line number Diff line number Diff line
@@ -57,9 +57,8 @@ features:
- icon: 🪪
  title: Object Integrity Proofs (FEP-8b32)
  details: >-
    Creating and verifying <a
    href="https://codeberg.org/fediverse/fep/src/branch/main/fep/8b32/fep-8b32.md"
    >Object Integrity Proofs</a>
    Creating and verifying <a href="https://w3id.org/fep/8b32">Object Integrity
    Proofs</a>
  link: /manual/send.md#object-integrity-proofs
- icon: ℹ️
  title: NodeInfo
+2 −2
Original line number Diff line number Diff line
@@ -240,7 +240,7 @@ the digest of the followers collection in the payload.
> the `PUBLIC_COLLECTION`, the activity is visible to everyone regardless of
> the recipients parameter.

[FEP-8fcf]: https://codeberg.org/fediverse/fep/src/branch/main/fep/8fcf/fep-8fcf.md
[FEP-8fcf]: https://w3id.org/fep/8fcf


Excluding same-server recipients
@@ -348,6 +348,6 @@ equal to the number of Ed25519 key pairs.
> generate both RSA-PKCS#1-v1.5 and Ed25519 key pairs for each actor, and
> store them in the database.

[FEP-8b32]: https://codeberg.org/fediverse/fep/src/branch/main/fep/8b32/fep-8b32.md
[FEP-8b32]: https://w3id.org/fep/8b32
[forwarding from inbox]: https://www.w3.org/TR/activitypub/#inbox-forwarding
[several other cases]: https://socialhub.activitypub.rocks/t/fep-8b32-object-integrity-proofs/2725/79?u=hongminhee
Loading