master
Charles Iliya Krempeaux 2023-11-17 10:24:55 -08:00
parent b609a5b4b7
commit 907cb79c31
1 changed files with 6 additions and 0 deletions

View File

@ -11,7 +11,9 @@
An <strong>acct URI</strong> looks like this: An <strong>acct URI</strong> looks like this:
</p> </p>
<pre> <pre>
acct:joeblow@example.com acct:joeblow@example.com
</pre> </pre>
<p> <p>
Typically an <strong>acct URI</strong> is used to turn an <strong>e-mail address</strong> or <ziba-link name="id">Fediverse ID</ziba-link> into a URL / URI. Typically an <strong>acct URI</strong> is used to turn an <strong>e-mail address</strong> or <ziba-link name="id">Fediverse ID</ziba-link> into a URL / URI.
@ -21,13 +23,17 @@ acct:joeblow@example.com
For example, this <ziba-link name="id">Fediverse ID</ziba-link>: For example, this <ziba-link name="id">Fediverse ID</ziba-link>:
</p> </p>
<pre> <pre>
@reiver@changelog.ca @reiver@changelog.ca
</pre> </pre>
<p> <p>
Gets turned into this <strong>acct URI</strong>: Gets turned into this <strong>acct URI</strong>:
</p> </p>
<pre> <pre>
acct:reiver@changelog.ca acct:reiver@changelog.ca
</pre> </pre>
</section> </section>
<section> <section>