From ce6a25317853c8779cbb928f7c1562539a3dbe2b Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Fri, 25 Oct 2019 23:27:21 +0200 Subject: [PATCH] Tweak README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 739a19d..849ec7d 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ - Private "bookmark" support - List support - Allows you to attach files to your notes - - Custom emojos + - Custom emojis support - Cares about your privacy - The image upload endpoint strips EXIF meta data before storing the file - Every attachment/media is cached (or proxied) by the server @@ -40,6 +40,7 @@ - IndieWeb citizen - Microformats aware (exports `h-feed`, `h-entry`, `h-cards`, ...) - Export a feed in the HTML that is WebSub compatible + - Partial [Micropub](https://www.w3.org/TR/micropub/) support ([implementation report](https://micropub.rocks/implementation-reports/servers/416/s0BDEXZiX805btoa47sz)) - Implements [IndieAuth](https://indieauth.spec.indieweb.org/) endpoints (authorization and token endpoint) - You can use your ActivityPub identity to login to other websites/app (with U2F support) - Send [Webmentions](https://www.w3.org/TR/webmention/) to linked website (only for public notes)