Loading README.md +5 −2 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ Fedify: an ActivityPub server framework [![npm][npm badge]][npm] [![GitHub Actions][GitHub Actions badge]][GitHub Actions] [![Matrix][Matrix badge]][Matrix] [![Discord][Discord badge]][Discord] [![Follow @fedify@hollo.social][@fedify@hollo.social badge]][@fedify@hollo.social] > [!NOTE] Loading Loading @@ -44,8 +45,8 @@ resources: - [Examples](https://github.com/dahlia/fedify/tree/main/examples) If you have any questions, suggestions, or feedback, please feel free to join our [Matrix chat space][Matrix] or [GitHub Discussions]. Or tag [#Fedify] in the fediverse! join our [Matrix chat space][Matrix] or [Discord server][Discord] or [GitHub Discussions]. Or tag [#Fedify] in the fediverse! [^1]: You may already know some of the networks in the fediverse, such as [Mastodon], [Lemmy], [Pixelfed], [PeerTube], and so on. Loading @@ -58,6 +59,8 @@ join our [Matrix chat space][Matrix] or [GitHub Discussions]. Or tag [GitHub Actions badge]: https://github.com/dahlia/fedify/actions/workflows/build.yaml/badge.svg [Matrix]: https://matrix.to/#/#fedify:matrix.org [Matrix badge]: https://img.shields.io/matrix/fedify%3Amatrix.org?logo=matrix [Discord]: https://discord.gg/bhtwpzURwd [Discord badge]: https://img.shields.io/discord/1295652627505217647?logo=discord&cacheSeconds=60 [@fedify@hollo.social badge]: https://fedi-badge.deno.dev/@fedify@hollo.social/followers.svg [@fedify@hollo.social]: https://hollo.social/@fedify [Fedify Demo]: https://dash.deno.com/playground/fedify-demo Loading docs/.vitepress/config.mts +13 −8 Original line number Diff line number Diff line Loading @@ -118,14 +118,6 @@ export default withMermaid(defineConfig({ ], socialLinks: [ { icon: { svg: '<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Matrix</title><path d="M.632.55v22.9H2.28V24H0V0h2.28v.55zm7.043 7.26v1.157h.033c.309-.443.683-.784 1.117-1.024.433-.245.936-.365 1.5-.365.54 0 1.033.107 1.481.314.448.208.785.582 1.02 1.108.254-.374.6-.706 1.034-.992.434-.287.95-.43 1.546-.43.453 0 .872.056 1.26.167.388.11.716.286.993.53.276.245.489.559.646.951.152.392.23.863.23 1.417v5.728h-2.349V11.52c0-.286-.01-.559-.032-.812a1.755 1.755 0 0 0-.18-.66 1.106 1.106 0 0 0-.438-.448c-.194-.11-.457-.166-.785-.166-.332 0-.6.064-.803.189a1.38 1.38 0 0 0-.48.499 1.946 1.946 0 0 0-.231.696 5.56 5.56 0 0 0-.06.785v4.768h-2.35v-4.8c0-.254-.004-.503-.018-.752a2.074 2.074 0 0 0-.143-.688 1.052 1.052 0 0 0-.415-.503c-.194-.125-.476-.19-.854-.19-.111 0-.259.024-.439.074-.18.051-.36.143-.53.282-.171.138-.319.337-.439.595-.12.259-.18.6-.18 1.02v4.966H5.46V7.81zm15.693 15.64V.55H21.72V0H24v24h-2.28v-.55z"/></svg>', }, link: "https://matrix.to/#/#fedify:matrix.org", ariaLabel: "Matrix", }, { icon: { svg: Loading @@ -139,6 +131,19 @@ export default withMermaid(defineConfig({ link: "https://www.npmjs.com/package/@fedify/fedify", ariaLabel: "npm", }, { icon: { svg: '<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Matrix</title><path d="M.632.55v22.9H2.28V24H0V0h2.28v.55zm7.043 7.26v1.157h.033c.309-.443.683-.784 1.117-1.024.433-.245.936-.365 1.5-.365.54 0 1.033.107 1.481.314.448.208.785.582 1.02 1.108.254-.374.6-.706 1.034-.992.434-.287.95-.43 1.546-.43.453 0 .872.056 1.26.167.388.11.716.286.993.53.276.245.489.559.646.951.152.392.23.863.23 1.417v5.728h-2.349V11.52c0-.286-.01-.559-.032-.812a1.755 1.755 0 0 0-.18-.66 1.106 1.106 0 0 0-.438-.448c-.194-.11-.457-.166-.785-.166-.332 0-.6.064-.803.189a1.38 1.38 0 0 0-.48.499 1.946 1.946 0 0 0-.231.696 5.56 5.56 0 0 0-.06.785v4.768h-2.35v-4.8c0-.254-.004-.503-.018-.752a2.074 2.074 0 0 0-.143-.688 1.052 1.052 0 0 0-.415-.503c-.194-.125-.476-.19-.854-.19-.111 0-.259.024-.439.074-.18.051-.36.143-.53.282-.171.138-.319.337-.439.595-.12.259-.18.6-.18 1.02v4.966H5.46V7.81zm15.693 15.64V.55H21.72V0H24v24h-2.28v-.55z"/></svg>', }, link: "https://matrix.to/#/#fedify:matrix.org", ariaLabel: "Matrix", }, { icon: "discord", link: "https://discord.gg/bhtwpzURwd", ariaLabel: "Discord", }, { icon: { svg: Loading docs/intro.md +2 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ resources: - [Examples](https://github.com/dahlia/fedify/tree/main/examples) If you have any questions, suggestions, or feedback, please feel free to join our [Matrix chat space] or [GitHub Discussions]. join our [Matrix chat space] or [Discord server] or [GitHub Discussions]. [^1]: You may already know some of the networks in the fediverse, such as [Mastodon], [Lemmy], [Pixelfed], [PeerTube], and so on. Loading @@ -46,6 +46,7 @@ join our [Matrix chat space] or [GitHub Discussions]. [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 [Discord server]: https://discord.gg/bhtwpzURwd [GitHub Discussions]: https://github.com/dahlia/fedify/discussions [Mastodon]: https://joinmastodon.org/ [Lemmy]: https://join-lemmy.org/ Loading docs/tutorial/basics.md +3 −1 Original line number Diff line number Diff line Loading @@ -1297,10 +1297,12 @@ a federated server, and you can explore them by reading the [manual](./manual.md) and the [API reference]. If you have any questions or feedback, feel free to ask in the [Fedify community] on Matrix or the [GitHub Discussions]. the [Fedify community] on Matrix or the [Discord server] or the [GitHub Discussions]. [API reference]: https://jsr.io/@fedify/fedify [Fedify community]: https://matrix.to/#/#fedify:matrix.org [Discord server]: https://discord.gg/bhtwpzURwd [GitHub Discussions]: https://github.com/dahlia/fedify/discussions Loading docs/tutorial/microblog.md +2 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ an ActivityPub server framework. This tutorial will focus more on how to use Fedify rather than understanding its underlying operating principles. If you have any questions, suggestions, or feedback, please feel free to join our [Matrix chat space] or [GitHub Discussions]. our [Matrix chat space] or [Discord server] or [GitHub Discussions]. [한국어]: https://hackmd.io/@hongminhee/fedify-tutorial-ko [日本語]: https://zenn.dev/hongminhee/books/4a38b6358a027b Loading @@ -28,6 +28,7 @@ our [Matrix chat space] or [GitHub Discussions]. [Misskey]: https://misskey-hub.net/ [Fedify]: https://fedify.dev/ [Matrix chat space]: https://matrix.to/#/#fedify:matrix.org [Discord server]: https://discord.gg/bhtwpzURwd [GitHub Discussions]: https://github.com/dahlia/fedify/discussions Loading Loading
README.md +5 −2 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ Fedify: an ActivityPub server framework [![npm][npm badge]][npm] [![GitHub Actions][GitHub Actions badge]][GitHub Actions] [![Matrix][Matrix badge]][Matrix] [![Discord][Discord badge]][Discord] [![Follow @fedify@hollo.social][@fedify@hollo.social badge]][@fedify@hollo.social] > [!NOTE] Loading Loading @@ -44,8 +45,8 @@ resources: - [Examples](https://github.com/dahlia/fedify/tree/main/examples) If you have any questions, suggestions, or feedback, please feel free to join our [Matrix chat space][Matrix] or [GitHub Discussions]. Or tag [#Fedify] in the fediverse! join our [Matrix chat space][Matrix] or [Discord server][Discord] or [GitHub Discussions]. Or tag [#Fedify] in the fediverse! [^1]: You may already know some of the networks in the fediverse, such as [Mastodon], [Lemmy], [Pixelfed], [PeerTube], and so on. Loading @@ -58,6 +59,8 @@ join our [Matrix chat space][Matrix] or [GitHub Discussions]. Or tag [GitHub Actions badge]: https://github.com/dahlia/fedify/actions/workflows/build.yaml/badge.svg [Matrix]: https://matrix.to/#/#fedify:matrix.org [Matrix badge]: https://img.shields.io/matrix/fedify%3Amatrix.org?logo=matrix [Discord]: https://discord.gg/bhtwpzURwd [Discord badge]: https://img.shields.io/discord/1295652627505217647?logo=discord&cacheSeconds=60 [@fedify@hollo.social badge]: https://fedi-badge.deno.dev/@fedify@hollo.social/followers.svg [@fedify@hollo.social]: https://hollo.social/@fedify [Fedify Demo]: https://dash.deno.com/playground/fedify-demo Loading
docs/.vitepress/config.mts +13 −8 Original line number Diff line number Diff line Loading @@ -118,14 +118,6 @@ export default withMermaid(defineConfig({ ], socialLinks: [ { icon: { svg: '<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Matrix</title><path d="M.632.55v22.9H2.28V24H0V0h2.28v.55zm7.043 7.26v1.157h.033c.309-.443.683-.784 1.117-1.024.433-.245.936-.365 1.5-.365.54 0 1.033.107 1.481.314.448.208.785.582 1.02 1.108.254-.374.6-.706 1.034-.992.434-.287.95-.43 1.546-.43.453 0 .872.056 1.26.167.388.11.716.286.993.53.276.245.489.559.646.951.152.392.23.863.23 1.417v5.728h-2.349V11.52c0-.286-.01-.559-.032-.812a1.755 1.755 0 0 0-.18-.66 1.106 1.106 0 0 0-.438-.448c-.194-.11-.457-.166-.785-.166-.332 0-.6.064-.803.189a1.38 1.38 0 0 0-.48.499 1.946 1.946 0 0 0-.231.696 5.56 5.56 0 0 0-.06.785v4.768h-2.35v-4.8c0-.254-.004-.503-.018-.752a2.074 2.074 0 0 0-.143-.688 1.052 1.052 0 0 0-.415-.503c-.194-.125-.476-.19-.854-.19-.111 0-.259.024-.439.074-.18.051-.36.143-.53.282-.171.138-.319.337-.439.595-.12.259-.18.6-.18 1.02v4.966H5.46V7.81zm15.693 15.64V.55H21.72V0H24v24h-2.28v-.55z"/></svg>', }, link: "https://matrix.to/#/#fedify:matrix.org", ariaLabel: "Matrix", }, { icon: { svg: Loading @@ -139,6 +131,19 @@ export default withMermaid(defineConfig({ link: "https://www.npmjs.com/package/@fedify/fedify", ariaLabel: "npm", }, { icon: { svg: '<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Matrix</title><path d="M.632.55v22.9H2.28V24H0V0h2.28v.55zm7.043 7.26v1.157h.033c.309-.443.683-.784 1.117-1.024.433-.245.936-.365 1.5-.365.54 0 1.033.107 1.481.314.448.208.785.582 1.02 1.108.254-.374.6-.706 1.034-.992.434-.287.95-.43 1.546-.43.453 0 .872.056 1.26.167.388.11.716.286.993.53.276.245.489.559.646.951.152.392.23.863.23 1.417v5.728h-2.349V11.52c0-.286-.01-.559-.032-.812a1.755 1.755 0 0 0-.18-.66 1.106 1.106 0 0 0-.438-.448c-.194-.11-.457-.166-.785-.166-.332 0-.6.064-.803.189a1.38 1.38 0 0 0-.48.499 1.946 1.946 0 0 0-.231.696 5.56 5.56 0 0 0-.06.785v4.768h-2.35v-4.8c0-.254-.004-.503-.018-.752a2.074 2.074 0 0 0-.143-.688 1.052 1.052 0 0 0-.415-.503c-.194-.125-.476-.19-.854-.19-.111 0-.259.024-.439.074-.18.051-.36.143-.53.282-.171.138-.319.337-.439.595-.12.259-.18.6-.18 1.02v4.966H5.46V7.81zm15.693 15.64V.55H21.72V0H24v24h-2.28v-.55z"/></svg>', }, link: "https://matrix.to/#/#fedify:matrix.org", ariaLabel: "Matrix", }, { icon: "discord", link: "https://discord.gg/bhtwpzURwd", ariaLabel: "Discord", }, { icon: { svg: Loading
docs/intro.md +2 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ resources: - [Examples](https://github.com/dahlia/fedify/tree/main/examples) If you have any questions, suggestions, or feedback, please feel free to join our [Matrix chat space] or [GitHub Discussions]. join our [Matrix chat space] or [Discord server] or [GitHub Discussions]. [^1]: You may already know some of the networks in the fediverse, such as [Mastodon], [Lemmy], [Pixelfed], [PeerTube], and so on. Loading @@ -46,6 +46,7 @@ join our [Matrix chat space] or [GitHub Discussions]. [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 [Discord server]: https://discord.gg/bhtwpzURwd [GitHub Discussions]: https://github.com/dahlia/fedify/discussions [Mastodon]: https://joinmastodon.org/ [Lemmy]: https://join-lemmy.org/ Loading
docs/tutorial/basics.md +3 −1 Original line number Diff line number Diff line Loading @@ -1297,10 +1297,12 @@ a federated server, and you can explore them by reading the [manual](./manual.md) and the [API reference]. If you have any questions or feedback, feel free to ask in the [Fedify community] on Matrix or the [GitHub Discussions]. the [Fedify community] on Matrix or the [Discord server] or the [GitHub Discussions]. [API reference]: https://jsr.io/@fedify/fedify [Fedify community]: https://matrix.to/#/#fedify:matrix.org [Discord server]: https://discord.gg/bhtwpzURwd [GitHub Discussions]: https://github.com/dahlia/fedify/discussions Loading
docs/tutorial/microblog.md +2 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ an ActivityPub server framework. This tutorial will focus more on how to use Fedify rather than understanding its underlying operating principles. If you have any questions, suggestions, or feedback, please feel free to join our [Matrix chat space] or [GitHub Discussions]. our [Matrix chat space] or [Discord server] or [GitHub Discussions]. [한국어]: https://hackmd.io/@hongminhee/fedify-tutorial-ko [日本語]: https://zenn.dev/hongminhee/books/4a38b6358a027b Loading @@ -28,6 +28,7 @@ our [Matrix chat space] or [GitHub Discussions]. [Misskey]: https://misskey-hub.net/ [Fedify]: https://fedify.dev/ [Matrix chat space]: https://matrix.to/#/#fedify:matrix.org [Discord server]: https://discord.gg/bhtwpzURwd [GitHub Discussions]: https://github.com/dahlia/fedify/discussions Loading