Unverified Commit 6bb0c90f authored by Hong Minhee's avatar Hong Minhee
Browse files

Update intro

[ci skip]
parent ba9789d8
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
<!-- deno-fmt-ignore-file -->

![](./logo.svg)
Fedify: a fediverse server framework
====================================
Fedify: an ActivityPub server framework
=======================================

[![JSR][JSR badge]][JSR]
[![JSR score][JSR score badge]][JSR score]
@@ -44,6 +44,9 @@ resources:
 -  [API reference][JSR]
 -  [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].

[^1]: You may already know some of the networks in the fediverse, such as
      [Mastodon], [Lemmy], [Pixelfed], [PeerTube], and so on.

@@ -65,6 +68,7 @@ resources:
[WebFinger]: https://datatracker.ietf.org/doc/html/rfc7033
[HTTP Signatures]: https://tools.ietf.org/html/draft-cavage-http-signatures-12
[NodeInfo]: https://nodeinfo.diaspora.software/
[GitHub Discussions]: https://github.com/dahlia/fedify/discussions
[Mastodon]: https://joinmastodon.org/
[Lemmy]: https://join-lemmy.org/
[Pixelfed]: https://pixelfed.org/
+7 −2
Original line number Diff line number Diff line
@@ -12,13 +12,18 @@
  "top_links": [
    {
      "icon": "fab fa-github",
      "title": "GitHub",
      "title": "GitHub (repository)",
      "url": "https://github.com/dahlia/fedify"
    },
    {
      "icon": "fa-solid fa-cube",
      "title": "JSR",
      "title": "JSR (package)",
      "url": "https://jsr.io/@fedify/fedify"
    },
    {
      "icon": "fa-regular fa-comments",
      "title": "Matrix (chat)",
      "url": "https://matrix.to/#/#fedify:matrix.org"
    }
  ],
  "nav_links": [
+11 −5
Original line number Diff line number Diff line
---
title: Fedify
doc_title: "Fedify: a fediverse server framework"
doc_title: "Fedify: an ActivityPub server framework"
nav_order: 1
metas:
  description: >-
    Fedify is a Deno/TypeScript library for building federated server apps
    powered by ActivityPub and other standards, so-called fediverse.
---
Fedify: a fediverse server framework
====================================

Fedify: an ActivityPub server framework
=======================================

> [!NOTE]
> Looking for a quick demo?  Here it is: [Fedify Demo] on Deno Playground.
@@ -44,6 +45,9 @@ resources:
 -  [API reference](https://jsr.io/@fedify/fedify)
 -  [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].

[^1]: You may already know some of the networks in the fediverse, such as
      [Mastodon], [Lemmy], [Pixelfed], [PeerTube], and so on.

@@ -55,6 +59,8 @@ resources:
[WebFinger]: https://datatracker.ietf.org/doc/html/rfc7033
[HTTP Signatures]: https://tools.ietf.org/html/draft-cavage-http-signatures-12
[NodeInfo]: https://nodeinfo.diaspora.software/
[Matrix chat space]: https://matrix.to/#/#fedify:matrix.org
[GitHub Discussions]: https://github.com/dahlia/fedify/discussions
[Mastodon]: https://joinmastodon.org/
[Lemmy]: https://join-lemmy.org/
[Pixelfed]: https://pixelfed.org/