Loading README.md +2 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,7 @@ Currently, Fedify provides the following features out of the box: extensions) - [WebFinger] client and server - [HTTP Signatures] - [Object Integrity Proofs][FEP-8b32] - Middlewares for handling webhooks - [NodeInfo] protocol - Special touch for interoperability with Mastodon and few other popular Loading Loading @@ -61,6 +62,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 [NodeInfo]: https://nodeinfo.diaspora.software/ [GitHub Discussions]: https://github.com/dahlia/fedify/discussions [#Fedify]: https://elk.zone/mastodon.social/tags/fedify Loading docs/index.md +9 −7 Original line number Diff line number Diff line Loading @@ -47,21 +47,23 @@ features: details: >- <a href="https://datatracker.ietf.org/doc/html/rfc7033">WebFinger</a> client and server - icon: ✉️ - icon: ✍️ title: HTTPS Signatures details: >- Signing and verifying <a href="https://tools.ietf.org/html/draft-cavage-http-signatures-12">HTTP Signatures</a> link: /manual/send.md#http-signatures - 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> link: /manual/send.md#object-integrity-proofs - icon: ℹ️ title: NodeInfo details: >- <a href="https://nodeinfo.diaspora.software/">NodeInfo</a> server link: /manual/nodeinfo.md - icon: 🤝 title: Interoperability details: >- Special touch for interoperability with Mastodon and few other popular fediverse software link: /manual/pragmatics.md --- mod.ts +2 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ * extensions) * - [WebFinger] client and server * - [HTTP Signatures] * - [Object Integrity Proofs][FEP-8b32] * - Middlewares for handling webhooks * - [NodeInfo] protocol * - Special touch for interoperability with Mastodon and few other popular Loading @@ -32,6 +33,7 @@ * [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 * [NodeInfo]: https://nodeinfo.diaspora.software/ * * @module Loading Loading
README.md +2 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,7 @@ Currently, Fedify provides the following features out of the box: extensions) - [WebFinger] client and server - [HTTP Signatures] - [Object Integrity Proofs][FEP-8b32] - Middlewares for handling webhooks - [NodeInfo] protocol - Special touch for interoperability with Mastodon and few other popular Loading Loading @@ -61,6 +62,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 [NodeInfo]: https://nodeinfo.diaspora.software/ [GitHub Discussions]: https://github.com/dahlia/fedify/discussions [#Fedify]: https://elk.zone/mastodon.social/tags/fedify Loading
docs/index.md +9 −7 Original line number Diff line number Diff line Loading @@ -47,21 +47,23 @@ features: details: >- <a href="https://datatracker.ietf.org/doc/html/rfc7033">WebFinger</a> client and server - icon: ✉️ - icon: ✍️ title: HTTPS Signatures details: >- Signing and verifying <a href="https://tools.ietf.org/html/draft-cavage-http-signatures-12">HTTP Signatures</a> link: /manual/send.md#http-signatures - 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> link: /manual/send.md#object-integrity-proofs - icon: ℹ️ title: NodeInfo details: >- <a href="https://nodeinfo.diaspora.software/">NodeInfo</a> server link: /manual/nodeinfo.md - icon: 🤝 title: Interoperability details: >- Special touch for interoperability with Mastodon and few other popular fediverse software link: /manual/pragmatics.md ---
mod.ts +2 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ * extensions) * - [WebFinger] client and server * - [HTTP Signatures] * - [Object Integrity Proofs][FEP-8b32] * - Middlewares for handling webhooks * - [NodeInfo] protocol * - Special touch for interoperability with Mastodon and few other popular Loading @@ -32,6 +33,7 @@ * [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 * [NodeInfo]: https://nodeinfo.diaspora.software/ * * @module Loading