Add copyright information. Add licensing. Add versioning system. Add comments to clarify each section of code. Improve HTML formatting. Rebrand Inferencium Network to Inferencium.

This commit is contained in:
inference 2022-11-25 06:17:08 +00:00
parent fbf9766d4e
commit a33244f903
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -1,11 +1,23 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Inferencium - Website -- Blog - #2 -->
<!-- Copyright 2022 Inference -->
<!-- License: BSD 3-Clause Clear (with personal content exception) -->
<!-- 0.0.0.0 -->
<html> <html>
<head> <head>
<title>Inferencium Network - Blog - Untrusted: The Issue with Decentralisation</title> <title>Inferencium - Blog - Untrusted: The Issue with Decentralisation</title>
<link rel="stylesheet" href="../infnet.css"> <link rel="stylesheet" href="../infnet.css">
</head> </head>
<!-- Navigation bar. -->
<div class="sidebar"> <div class="sidebar">
<a class="title">Inferencium Network</a><br> <a class="title">Inferencium</a><br>
<br> <br>
<br> <br>
<div><a href="../about.html">About</a></div> <div><a href="../about.html">About</a></div>
@ -13,6 +25,7 @@
<div><a href="../blog.html">Blog</a></div> <div><a href="../blog.html">Blog</a></div>
<div><a href="../source.html">Source</a></div> <div><a href="../source.html">Source</a></div>
</div> </div>
<body> <body>
<h1>Blog - #2</h1> <h1>Blog - #2</h1>
<br> <br>
@ -21,6 +34,7 @@
<p>Posted: 2022-06-30 (UTC+00:00)</p> <p>Posted: 2022-06-30 (UTC+00:00)</p>
<p>Updated: 2022-10-29 (UTC+00:00)</p> <p>Updated: 2022-10-29 (UTC+00:00)</p>
<br> <br>
<h4>Introduction</h4> <h4>Introduction</h4>
<p>A recent trend is seeing people move towards decentralised services and <p>A recent trend is seeing people move towards decentralised services and
platforms. While this is reasonable and I can understand why they are doing platforms. While this is reasonable and I can understand why they are doing
@ -135,4 +149,5 @@ must live by: Threat model.</p>
<br> <br>
<br> <br>
</body> </body>
</html> </html>