Loading README.md +2 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ Currently, Fedify provides the following features out of the box: extensions) - [WebFinger] client and server - [HTTP Signatures] - [Object Integrity Proofs][FEP-8b32] - [Object Integrity Proofs][FEP-8b32] & [Linked Data Signatures] - Middlewares for handling webhooks - [NodeInfo] protocol - Special touch for interoperability with Mastodon and few other popular Loading Loading @@ -67,6 +67,7 @@ join our [Matrix chat space][Matrix] or [GitHub Discussions]. Or tag [WebFinger]: https://datatracker.ietf.org/doc/html/rfc7033 [HTTP Signatures]: https://tools.ietf.org/html/draft-cavage-http-signatures-12 [FEP-8b32]: https://w3id.org/fep/8b32 [Linked Data Signatures]: https://web.archive.org/web/20170923124140/https://w3c-dvcg.github.io/ld-signatures/ [NodeInfo]: https://nodeinfo.diaspora.software/ [GitHub Discussions]: https://github.com/dahlia/fedify/discussions [#Fedify]: https://mastodon.social/tags/fedify Loading docs/intro.md +3 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ Currently, Fedify provides the following features out of the box: extensions) - [WebFinger] client and server - [HTTP Signatures] - [Object Integrity Proofs][FEP-8b32] & [Linked Data Signatures] - Middlewares for handling webhooks - [NodeInfo] protocol - Special touch for interoperability with Mastodon and few other popular Loading Loading @@ -45,6 +46,8 @@ join our [Matrix chat space] or [GitHub Discussions]. [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://w3id.org/fep/8b32 [Linked Data Signatures]: https://web.archive.org/web/20170923124140/https://w3c-dvcg.github.io/ld-signatures/ [NodeInfo]: https://nodeinfo.diaspora.software/ [Matrix chat space]: https://matrix.to/#/#fedify:matrix.org [GitHub Discussions]: https://github.com/dahlia/fedify/discussions Loading src/mod.ts +2 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ * extensions) * - [WebFinger] client and server * - [HTTP Signatures] * - [Object Integrity Proofs][FEP-8b32] * - [Object Integrity Proofs][FEP-8b32] & [Linked Data Signatures] * - Middlewares for handling webhooks * - [NodeInfo] protocol * - Special touch for interoperability with Mastodon and few other popular Loading @@ -36,6 +36,7 @@ * [WebFinger]: https://datatracker.ietf.org/doc/html/rfc7033 * [HTTP Signatures]: https://tools.ietf.org/html/draft-cavage-http-signatures-12 * [FEP-8b32]: https://w3id.org/fep/8b32 * [Linked Data Signatures]: https://web.archive.org/web/20170923124140/https://w3c-dvcg.github.io/ld-signatures/ * [NodeInfo]: https://nodeinfo.diaspora.software/ * * @module Loading Loading
README.md +2 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ Currently, Fedify provides the following features out of the box: extensions) - [WebFinger] client and server - [HTTP Signatures] - [Object Integrity Proofs][FEP-8b32] - [Object Integrity Proofs][FEP-8b32] & [Linked Data Signatures] - Middlewares for handling webhooks - [NodeInfo] protocol - Special touch for interoperability with Mastodon and few other popular Loading Loading @@ -67,6 +67,7 @@ join our [Matrix chat space][Matrix] or [GitHub Discussions]. Or tag [WebFinger]: https://datatracker.ietf.org/doc/html/rfc7033 [HTTP Signatures]: https://tools.ietf.org/html/draft-cavage-http-signatures-12 [FEP-8b32]: https://w3id.org/fep/8b32 [Linked Data Signatures]: https://web.archive.org/web/20170923124140/https://w3c-dvcg.github.io/ld-signatures/ [NodeInfo]: https://nodeinfo.diaspora.software/ [GitHub Discussions]: https://github.com/dahlia/fedify/discussions [#Fedify]: https://mastodon.social/tags/fedify Loading
docs/intro.md +3 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ Currently, Fedify provides the following features out of the box: extensions) - [WebFinger] client and server - [HTTP Signatures] - [Object Integrity Proofs][FEP-8b32] & [Linked Data Signatures] - Middlewares for handling webhooks - [NodeInfo] protocol - Special touch for interoperability with Mastodon and few other popular Loading Loading @@ -45,6 +46,8 @@ join our [Matrix chat space] or [GitHub Discussions]. [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://w3id.org/fep/8b32 [Linked Data Signatures]: https://web.archive.org/web/20170923124140/https://w3c-dvcg.github.io/ld-signatures/ [NodeInfo]: https://nodeinfo.diaspora.software/ [Matrix chat space]: https://matrix.to/#/#fedify:matrix.org [GitHub Discussions]: https://github.com/dahlia/fedify/discussions Loading
src/mod.ts +2 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ * extensions) * - [WebFinger] client and server * - [HTTP Signatures] * - [Object Integrity Proofs][FEP-8b32] * - [Object Integrity Proofs][FEP-8b32] & [Linked Data Signatures] * - Middlewares for handling webhooks * - [NodeInfo] protocol * - Special touch for interoperability with Mastodon and few other popular Loading @@ -36,6 +36,7 @@ * [WebFinger]: https://datatracker.ietf.org/doc/html/rfc7033 * [HTTP Signatures]: https://tools.ietf.org/html/draft-cavage-http-signatures-12 * [FEP-8b32]: https://w3id.org/fep/8b32 * [Linked Data Signatures]: https://web.archive.org/web/20170923124140/https://w3c-dvcg.github.io/ld-signatures/ * [NodeInfo]: https://nodeinfo.diaspora.software/ * * @module Loading