Update back-end code to new 100-120 column coding style.

This commit is contained in:
inference 2022-12-09 12:09:37 +00:00
parent 6499b6a05b
commit b5f5f2694b
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -5,7 +5,7 @@
<!-- Copyright 2022 Inference --> <!-- Copyright 2022 Inference -->
<!-- License: BSD 3-Clause Clear (with personal content exception) --> <!-- License: BSD 3-Clause Clear (with personal content exception) -->
<!-- 0.3.1.8 --> <!-- 0.3.2.9 -->
<html> <html>
@ -36,48 +36,53 @@
<h2>End-to-end Encrypted Contact Methods</h2> <h2>End-to-end Encrypted Contact Methods</h2>
<br> <br>
<h3>Preferred</h3> <h3>Preferred</h3>
<p>Whenever possible, use the following contact methods; <p>Whenever possible, use the following contact methods; they allow verification to mitigate man-in-the-middle
they allow verification to mitigate man-in-the-middle attacks, attacks, have high security, and reasonable privacy.<br>
have high security, and reasonable privacy.<br>
<br> <br>
<p>Use the keys for each contact method to verify my devices.<br> <p>Use the keys for each contact method to verify my devices.<br>
Note: Verification does not verify a person, only their devices, Note: Verification does not verify a person, only their devices, and can be defeated via coercion or other
and can be defeated via coercion or other force.</p> force.</p>
<br> <br>
<p><img class="logo-small" src="img/logo-signal.png" width="40px" height="40px"/> <p><img class="logo-small" src="img/logo-signal.png"
<a class="body-link" href="contact/signal.html">Signal</a><p> width="40px" height="40px"/>
<p><img class="logo-small" src="img/logo-xmpp.png" width="40px" height="40px"/> <a class="body-link" href="contact/signal.html"
<a class="body-link" href="contact/xmpp.html">XMPP</a><p> >Signal</a><p>
<p><img class="logo-small" src="img/logo-xmpp.png"
width="40px" height="40px"/>
<a class="body-link" href="contact/xmpp.html"
>XMPP</a><p>
<br> <br>
<br> <br>
<!-- Place metadata-free contact methods here. --> <!-- Place metadata-free contact methods here. -->
<!-- Clarify that preferred methods should be used whenever possible. --> <!-- Clarify that preferred methods should be used whenever possible. -->
<h3>Metadata-free</h3> <h3>Metadata-free</h3>
<p>If metadata leakage is an issue for you, you can use the following <p>If metadata leakage is an issue for you, you can use the following contact methods.<br>
contact methods.<br>
<br> <br>
Note: These services do not have verification Note: These services do not have verification functionality and will be treated as less secure; <strong>unless
functionality and will be treated as less secure; you really need to use these services, use a preferred method instead.</strong></p>
<strong>unless you really
need to use these services, use a preferred method instead.</strong></p>
<br> <br>
<p><img class="logo-small" src="img/logo-briar.png" width="40px" height="40px"/> <p><img class="logo-small" src="img/logo-briar.png"
<a class="body-link" href="contact/briar.html">Briar</a></p> width="40px" height="40px"/>
<p><img class="logo-small" src="img/logo-session.png" width="40px" height="40px"/> <a class="body-link" href="contact/briar.html"
<a class="body-link" href="contact/session.html">Session</a></p> >Briar</a></p>
<p><img class="logo-small" src="img/logo-session.png"
width="40px" height="40px"/>
<a class="body-link" href="contact/session.html"
>Session</a></p>
<br> <br>
<br> <br>
<br> <br>
<!-- Place non-private contact methods here. --> <!-- Place non-private contact methods here. -->
<!-- Clarify that these contact methods are for public contact only. --> <!-- Clarify that these contact methods are for public contact only. -->
<h2>Non-private Contact Methods</h2> <h2>Non-private Contact Methods</h2>
<p>The following contact methods do not utilise end-to-end encryption, <p>The following contact methods do not utilise end-to-end encryption, or I do not use such functionality; they
or I do not use such functionality; they are suitable for public contact are suitable for public contact only, including directly and groups. Do not use these methods if confidentiality
only, including directly and groups. Do not use these methods if and/or privacy is required.</p>
confidentiality and/or privacy is required.</p>
<br> <br>
<p><img class="logo-small" src="img/logo-pleroma.png" width="40px" height="40px"/> <p><img class="logo-small" src="img/logo-pleroma.png"
<a class="body-link" href="https://plr.inferencium.net/inference/">Fediverse</a></p> width="40px" height="40px"/>
<a class="body-link" href="https://plr.inferencium.net/inference/"
>Fediverse</a></p>
<br> <br>
<br> <br>
</body> </body>