diff options
author | Marc Coquand <marcc@fastmail.fr> | 2023-10-19 13:43:04 -0300 |
---|---|---|
committer | Marc Coquand <marcc@fastmail.fr> | 2023-10-19 13:43:04 -0300 |
commit | 1112bdebb4d144e36e6e007ffc23cdf80c40550c (patch) | |
tree | 6ff931d8d97ab9c58cf0e7312986bf00c35ffb5c /posts | |
parent | f5611508c38058339dd84cbca0a0b4c47af2bcc4 (diff) | |
download | mccd.space-1112bdebb4d144e36e6e007ffc23cdf80c40550c.tar.gz mccd.space-1112bdebb4d144e36e6e007ffc23cdf80c40550c.tar.bz2 mccd.space-1112bdebb4d144e36e6e007ffc23cdf80c40550c.zip |
Typo fix
Diffstat (limited to '')
-rw-r--r-- | posts/design-pitch-ann.njk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posts/design-pitch-ann.njk b/posts/design-pitch-ann.njk index 4761e00..e4814d3 100644 --- a/posts/design-pitch-ann.njk +++ b/posts/design-pitch-ann.njk @@ -6,7 +6,7 @@ date: 2023-10-19 --- <p> Ann is a minimal ActivityPub-based decentralised alternative social media built around <a href="https://www.w3.org/TR/annotation-model/">Web Annotations</a>. An annotation can be thought of a comment, recommendation or a like on any piece of content. Ann allows you to store your annotations, send annotations your followers and receive annotations from people that you follow.</p> -<p> Ann is different from other social medias and federated social medias. It is not really meant to have a single webpage you go to where you see all your "Ann related content" (though you could built that). Instead, it is just a server, so on it's own it's not very usable. What does get cool is when you connect it to front-end applications, so for example some applications could be:</p> +<p> Ann is different from other social medias and federated social medias. It is not really meant to have a single webpage you go to where you see all your "Ann related content" (though you could build that). Instead, it is just a server, so on it's own it's not very usable. What does get cool is when you connect it to front-end applications, so for example some applications could be:</p> <ul> <li>A comment section in a <a href="https://geminiprotocol.net/">Gemini</a> browser or for your blog.</li> <li>A research department could have a private setup where they comment and share papers.</li> |