From c8625fed954d81927143dea52820808c444cae33 Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Thu, 16 Nov 2023 14:01:41 -0800 Subject: [PATCH] fediverseid --- fediverseid.html | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 fediverseid.html diff --git a/fediverseid.html b/fediverseid.html new file mode 100644 index 0000000..00df28e --- /dev/null +++ b/fediverseid.html @@ -0,0 +1,45 @@ +
+

Fediverse ID (Fediverse)

+
+
+ by + +
+
+
+

+ A Fediverse ID is an identifier that conceptually is usually used to point to a person, but also can be conceptually used to point to an application, a group, a organization, a service, or any types of entities. +

+

+ Here are some sample Fediverse IDs: +

+
    +
  • @joeblow@example.com
  • +
  • @name@host
  • +
  • @reiver@mastodon.social
  • +
  • @massoud@onepicaday.com
  • +
  • @atomicpoet@atomicpoet.org
  • +
+
+
+

Resemblance With E-Mail Addresses

+

+ A Fediverse ID looks similar to an e-mail address. +

+

+ The main superficial difference being that a Fediverse ID starts with an at sign (“@”) (Unicode character U+0040), but an e-mail address does not. +

+
+
+
+     at sign
+       ↓
+       @joeblow@example.com ← Fediverse ID
+        joeblow@example.com ← e-mail address
+       ↑
+  no at sign
+
+
+
+
+