update the reg instructions

This commit is contained in:
idk
2022-09-28 22:04:30 -04:00
parent 990475a718
commit 7dd3daac4e
3 changed files with 6 additions and 5 deletions

View File

@ -7,11 +7,12 @@
<p>I chose it because it's easy-to-setup, build, and modify, does not require a database server, and is written in an understandable way in a memory-safe language.</p>
<p>It has a unique, highly useful registration-verification procedure which I have adapted for I2P users.</p>
<p>If you have an I2P site, you can: <a href="/register">register</a> an account.</p>
<p>If you do not have an I2P site, you can still register, but it's slightly more involved for now: <a href="/register">register</a> an account. If you're a passerby, feel free to read the <a href="/">public threads</a>.</p>
<p>If you can host a single file within I2P, you can <a href="/register">register</a> an account. If you're a passerby, feel free to read the <a href="/">public threads</a>.</p>
<h2>Code of conduct</h2>
<p>This forum's code of conduct shall be defined in a forum thread and referenced here at a later date.</p>
<p>This distribution is intended for self-hosting by communities where needs may be different between instances.</p>
<p>This forum's code of conduct shall be defined in a forum thread and referenced here at a later date, or may remain undefined.</p>
<p>That decision is left to the forum operator.</p>
<h2>Forum syntax</h2>
<p>Posts in the forum are made using <a href="https://en.wikipedia.org/wiki/Markdown#Examples">Markdown

View File

@ -184,7 +184,7 @@
<body>
<header>
<a style="margin-bottom: 0; height: 48px;" href="/" aria-label="Home">
<object data="/assets/toopie.svg" type="image/svg+xml" width="100" height="100"></object>
<object data="/assets/toopie.svg" type="image/svg+xml" width="48" height="48"></object>
</a>
<nav>
<ul type="menu">

View File

@ -12,7 +12,7 @@
<ul>
<li><b>I2P site:</b> Host a plaintext file somewhere on your I2P site containing the verification code from above.
Pass the link to the hosted file as the verification link below.</li>
<li><b>One-time hosting:</b> Use this tool: <a href="https://git.idk.i2p/idk/singlefile">git.idk.i2p/idk/singlefile</a> and pass the flag <code>--string={{ .Data.VerificationCode }}</code>.
<li><b>One-time hosting:</b> Use this tool: <a href="https://git.idk.i2p/idk/singlefile">git.idk.i2p/idk/singlefile</a> and pass the flag <code>-string={{ .Data.VerificationCode }}</code>.
Pass the link to the hosted file as the verification link below.</li>
<li><b>One-time hosting:</b> Use literally any file-hosting tool which can be proxied to I2P.
Pass the link to the hosted file as the verification link below.</li>