Revert "Switch from local relative paths to absolute"
This reverts commit 275a159e1336c62e2030ca6e9f092a5f9035d69e. Webroot conflicts with local root filesystem and causes broken paths when opening repository files locally. Revert change from relative to absolute paths until a solution is found.
This commit is contained in:
parent
275a159e13
commit
d5f96630cc
44
about.html
44
about.html
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<!-- Inferencium - Website - About -->
|
<!-- Inferencium - Website - About -->
|
||||||
<!-- Version: 6.3.0-alpha.4 -->
|
<!-- Version: 6.3.0-alpha.3 -->
|
||||||
|
|
||||||
<!-- Copyright 2022 Jake Winters -->
|
<!-- Copyright 2022 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
@ -11,21 +11,21 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
<link rel="stylesheet" href="/main.css"/>
|
<link rel="stylesheet" href="main.css"/>
|
||||||
<title>Inferencium - About</title>
|
<title>Inferencium - About</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav class="navbar">
|
<nav class="navbar">
|
||||||
<div><a href="/index.html"><img src="/asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
<div><a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
||||||
<div><a href="/index.html" class="title">Inferencium</a></div>
|
<div><a href="index.html" class="title">Inferencium</a></div>
|
||||||
<div><a href="/about.html">About</a></div>
|
<div><a href="about.html">About</a></div>
|
||||||
<div><a href="/contact.html">Contact</a></div>
|
<div><a href="contact.html">Contact</a></div>
|
||||||
<div><a href="/blog.html">Blog</a></div>
|
<div><a href="blog.html">Blog</a></div>
|
||||||
<div><a href="/documentation.html">Documentation</a></div>
|
<div><a href="documentation.html">Documentation</a></div>
|
||||||
<div><a href="/source.html">Source</a></div>
|
<div><a href="source.html">Source</a></div>
|
||||||
<div><a href="/key.html">Key</a></div>
|
<div><a href="key.html">Key</a></div>
|
||||||
<div><a href="/changelog.html">Changelog</a></div>
|
<div><a href="changelog.html">Changelog</a></div>
|
||||||
<div><a href="/directory.html">Directory</a></div>
|
<div><a href="directory.html">Directory</a></div>
|
||||||
</nav>
|
</nav>
|
||||||
<h1>About</h1>
|
<h1>About</h1>
|
||||||
<nav id="toc">
|
<nav id="toc">
|
||||||
@ -87,10 +87,10 @@
|
|||||||
make changes to hardware and software without the entire system being
|
make changes to hardware and software without the entire system being
|
||||||
affected.</p>
|
affected.</p>
|
||||||
<p>I run multiple XMPP channels; a directory of channels can be found on the
|
<p>I run multiple XMPP channels; a directory of channels can be found on the
|
||||||
<a href="/directory.html">directory</a>
|
<a href="https://inferencium.net/directory.html">directory</a>
|
||||||
webpage.</p>
|
webpage.</p>
|
||||||
<p>If you wish to contact me for any reason, you can use my
|
<p>If you wish to contact me for any reason, you can use my
|
||||||
<a href="/contact.html">contact methods</a>.</p>
|
<a href="https://inferencium.net/contact.html">contact methods</a>.</p>
|
||||||
<h3 id="about_me-gnulinux_or_linux"><a href="#about_me-gnulinux_or_linux">Is it GNU/Linux or Just Linux?</a></h3>
|
<h3 id="about_me-gnulinux_or_linux"><a href="#about_me-gnulinux_or_linux">Is it GNU/Linux or Just Linux?</a></h3>
|
||||||
<p>It's just Linux. GNU is completely unrelated to Linux, which is a
|
<p>It's just Linux. GNU is completely unrelated to Linux, which is a
|
||||||
kernel developed by Linus Torvalds. Linux can be used entirely without
|
kernel developed by Linus Torvalds. Linux can be used entirely without
|
||||||
@ -237,7 +237,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Smartphone</td>
|
<td>Smartphone</td>
|
||||||
<td>
|
<td>
|
||||||
<img src="/asset/img/google-pixel_8_pro.png" width="100px" height="100px"/><br>
|
<img src="asset/img/google-pixel_8_pro.png" width="100px" height="100px"/><br>
|
||||||
<br>
|
<br>
|
||||||
Google Pixel
|
Google Pixel
|
||||||
</td>
|
</td>
|
||||||
@ -367,7 +367,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Operating system</td>
|
<td>Operating system</td>
|
||||||
<td>
|
<td>
|
||||||
<img src="/asset/img/logo-gentoo_linux.png" width="100px" height="100px"/><br>
|
<img src="asset/img/logo-gentoo_linux.png" width="100px" height="100px"/><br>
|
||||||
<br>
|
<br>
|
||||||
Gentoo Linux
|
Gentoo Linux
|
||||||
</td>
|
</td>
|
||||||
@ -412,7 +412,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Web browser</td>
|
<td>Web browser</td>
|
||||||
<td>
|
<td>
|
||||||
<img src="/asset/img/logo-chromium.png" width="100px" height="100px"/><br>
|
<img src="asset/img/logo-chromium.png" width="100px" height="100px"/><br>
|
||||||
<br>
|
<br>
|
||||||
Chromium
|
Chromium
|
||||||
</td>
|
</td>
|
||||||
@ -455,7 +455,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Operating system</td>
|
<td>Operating system</td>
|
||||||
<td>
|
<td>
|
||||||
<img src="/asset/img/logo-grapheneos.png" width="100px" height="100px"/><br>
|
<img src="asset/img/logo-grapheneos.png" width="100px" height="100px"/><br>
|
||||||
<br>
|
<br>
|
||||||
GrapheneOS
|
GrapheneOS
|
||||||
</td>
|
</td>
|
||||||
@ -513,7 +513,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Web browser</td>
|
<td>Web browser</td>
|
||||||
<td>
|
<td>
|
||||||
<img src="/asset/img/logo-vanadium.png" width="100px" height="100px"/><br>
|
<img src="asset/img/logo-vanadium.png" width="100px" height="100px"/><br>
|
||||||
<br>
|
<br>
|
||||||
Vanadium
|
Vanadium
|
||||||
</td>
|
</td>
|
||||||
@ -545,7 +545,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Messenger</td>
|
<td>Messenger</td>
|
||||||
<td>
|
<td>
|
||||||
<img src="/asset/img/logo-molly.png" width="100px" height="100px"/><br>
|
<img src="asset/img/logo-molly.png" width="100px" height="100px"/><br>
|
||||||
<br>
|
<br>
|
||||||
Molly
|
Molly
|
||||||
</td>
|
</td>
|
||||||
@ -594,7 +594,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Messenger</td>
|
<td>Messenger</td>
|
||||||
<td>
|
<td>
|
||||||
<img src="/asset/img/logo-conversations.png" width="100px" height="100px"/><br>
|
<img src="asset/img/logo-conversations.png" width="100px" height="100px"/><br>
|
||||||
<br>
|
<br>
|
||||||
Conversations
|
Conversations
|
||||||
</td>
|
</td>
|
||||||
@ -618,7 +618,7 @@
|
|||||||
<section id="recommendations-music">
|
<section id="recommendations-music">
|
||||||
<h3 id="recommendations-music"><a href="#recommendations-music">Music</a></h3>
|
<h3 id="recommendations-music"><a href="#recommendations-music">Music</a></h3>
|
||||||
<p>For a curated list of music I enjoy, visit my
|
<p>For a curated list of music I enjoy, visit my
|
||||||
<a href="/music.html">music page</a>.</p>
|
<a href="music.html">music page</a>.</p>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
32
blog.html
32
blog.html
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<!-- Inferencium - Website - Blog -->
|
<!-- Inferencium - Website - Blog -->
|
||||||
<!-- Version: 4.1.0-alpha.3 -->
|
<!-- Version: 4.1.0-alpha.2 -->
|
||||||
|
|
||||||
<!-- Copyright 2022 Jake Winters -->
|
<!-- Copyright 2022 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
@ -11,21 +11,21 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
<link rel="stylesheet" href="/main.css"/>
|
<link rel="stylesheet" href="main.css"/>
|
||||||
<title>Inferencium - Blog</title>
|
<title>Inferencium - Blog</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav class="navbar">
|
<nav class="navbar">
|
||||||
<div><a href="/index.html"><img src="/asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
<div><a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
||||||
<div><a href="/index.html" class="title">Inferencium</a></div>
|
<div><a href="index.html" class="title">Inferencium</a></div>
|
||||||
<div><a href="/about.html">About</a></div>
|
<div><a href="about.html">About</a></div>
|
||||||
<div><a href="/contact.html">Contact</a></div>
|
<div><a href="contact.html">Contact</a></div>
|
||||||
<div><a href="/blog.html">Blog</a></div>
|
<div><a href="blog.html">Blog</a></div>
|
||||||
<div><a href="/documentation.html">Documentation</a></div>
|
<div><a href="documentation.html">Documentation</a></div>
|
||||||
<div><a href="/source.html">Source</a></div>
|
<div><a href="source.html">Source</a></div>
|
||||||
<div><a href="/key.html">Key</a></div>
|
<div><a href="key.html">Key</a></div>
|
||||||
<div><a href="/changelog.html">Changelog</a></div>
|
<div><a href="changelog.html">Changelog</a></div>
|
||||||
<div><a href="/directory.html">Directory</a></div>
|
<div><a href="directory.html">Directory</a></div>
|
||||||
</nav>
|
</nav>
|
||||||
<h1>Blog</h1>
|
<h1>Blog</h1>
|
||||||
<nav id="toc">
|
<nav id="toc">
|
||||||
@ -33,19 +33,19 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li><b>2022-12-20</b></li>
|
<li><b>2022-12-20</b></li>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/blog/the_chromium_monopoly.html">#3 - The Chromium Monopoly</a></li>
|
<li><a href="blog/the_chromium_monopoly.html">#3 - The Chromium Monopoly</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<li><b>2022-06-30</b></li>
|
<li><b>2022-06-30</b></li>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/blog/untrusted_the_issue_with_decentralisation.html">#2 - Untrusted: The Issue with Decentralisation</a></li>
|
<li><a href="blog/untrusted_the_issue_with_decentralisation.html">#2 - Untrusted: The Issue with Decentralisation</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<li><b>2022-01-29</b></li>
|
<li><b>2022-01-29</b></li>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/blog/systemd_insecurity.html">#1 - systemd Insecurity</a></li>
|
<li><a href="blog/systemd_insecurity.html">#1 - systemd Insecurity</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<li><b>2022-01-27</b></li>
|
<li><b>2022-01-27</b></li>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/blog/foss_is_working_against_itself.html">#0 - FOSS is Working Against Itself</a></li>
|
<li><a href="blog/foss_is_working_against_itself.html">#0 - FOSS is Working Against Itself</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<!-- Inferencium - Website - Blog - #0 -->
|
<!-- Inferencium - Website - Blog - #0 -->
|
||||||
<!-- Version: 5.1.0-alpha.3 -->
|
<!-- Version: 5.1.0-alpha.2 -->
|
||||||
|
|
||||||
<!-- Copyright 2022 Jake Winters -->
|
<!-- Copyright 2022 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
@ -11,21 +11,21 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
<link rel="stylesheet" href="/main.css"/>
|
<link rel="stylesheet" href="../main.css"/>
|
||||||
<title>Inferencium - Blog - FOSS is Working Against Itself</title>
|
<title>Inferencium - Blog - FOSS is Working Against Itself</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav class="navbar">
|
<nav class="navbar">
|
||||||
<div><a href="/index.html"><img src="/asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
<div><a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
||||||
<div><a href="/index.html" class="title">Inferencium</a></div>
|
<div><a href="../index.html" class="title">Inferencium</a></div>
|
||||||
<div><a href="/about.html">About</a></div>
|
<div><a href="../about.html">About</a></div>
|
||||||
<div><a href="/contact.html">Contact</a></div>
|
<div><a href="../contact.html">Contact</a></div>
|
||||||
<div><a href="/blog.html">Blog</a></div>
|
<div><a href="../blog.html">Blog</a></div>
|
||||||
<div><a href="/documentation.html">Documentation</a></div>
|
<div><a href="../documentation.html">Documentation</a></div>
|
||||||
<div><a href="/source.html">Source</a></div>
|
<div><a href="../source.html">Source</a></div>
|
||||||
<div><a href="/key.html">Key</a></div>
|
<div><a href="../key.html">Key</a></div>
|
||||||
<div><a href="/changelog.html">Changelog</a></div>
|
<div><a href="../changelog.html">Changelog</a></div>
|
||||||
<div><a href="/directory.html">Directory</a></div>
|
<div><a href="../directory.html">Directory</a></div>
|
||||||
</nav>
|
</nav>
|
||||||
<h1>Blog - #0</h1>
|
<h1>Blog - #0</h1>
|
||||||
<h2>FOSS is Working Against Itself</h2>
|
<h2>FOSS is Working Against Itself</h2>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<!-- Inferencium - Website - Blog - #1 -->
|
<!-- Inferencium - Website - Blog - #1 -->
|
||||||
<!-- Version: 5.1.0-alpha.3 -->
|
<!-- Version: 5.1.0-alpha.2 -->
|
||||||
|
|
||||||
<!-- Copyright 2022 Jake Winters -->
|
<!-- Copyright 2022 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
@ -11,21 +11,21 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
<link rel="stylesheet" href="/main.css"/>
|
<link rel="stylesheet" href="../main.css"/>
|
||||||
<title>Inferencium - Blog - systemd Insecurity</title>
|
<title>Inferencium - Blog - systemd Insecurity</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav class="navbar">
|
<nav class="navbar">
|
||||||
<div><a href="/index.html"><img src="/asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
<div><a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
||||||
<div><a href="/index.html" class="title">Inferencium</a></div>
|
<div><a href="../index.html" class="title">Inferencium</a></div>
|
||||||
<div><a href="/about.html">About</a></div>
|
<div><a href="../about.html">About</a></div>
|
||||||
<div><a href="/contact.html">Contact</a></div>
|
<div><a href="../contact.html">Contact</a></div>
|
||||||
<div><a href="/blog.html">Blog</a></div>
|
<div><a href="../blog.html">Blog</a></div>
|
||||||
<div><a href="/documentation.html">Documentation</a></div>
|
<div><a href="../documentation.html">Documentation</a></div>
|
||||||
<div><a href="/source.html">Source</a></div>
|
<div><a href="../source.html">Source</a></div>
|
||||||
<div><a href="/key.html">Key</a></div>
|
<div><a href="../key.html">Key</a></div>
|
||||||
<div><a href="/changelog.html">Changelog</a></div>
|
<div><a href="../changelog.html">Changelog</a></div>
|
||||||
<div><a href="/directory.html">Directory</a></div>
|
<div><a href="../directory.html">Directory</a></div>
|
||||||
</nav>
|
</nav>
|
||||||
<h1>Blog - #1</h1>
|
<h1>Blog - #1</h1>
|
||||||
<h2>systemd Insecurity</h2>
|
<h2>systemd Insecurity</h2>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<!-- Inferencium - Website - Blog - #3 -->
|
<!-- Inferencium - Website - Blog - #3 -->
|
||||||
<!-- Version: 5.1.0-alpha.3 -->
|
<!-- Version: 5.1.0-alpha.2 -->
|
||||||
|
|
||||||
<!-- Copyright 2022 Jake Winters -->
|
<!-- Copyright 2022 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
@ -11,21 +11,21 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
<link rel="stylesheet" href="/main.css"/>
|
<link rel="stylesheet" href="../main.css"/>
|
||||||
<title>Inferencium - Blog - The Chromium Monopoly</title>
|
<title>Inferencium - Blog - The Chromium Monopoly</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav class="navbar">
|
<nav class="navbar">
|
||||||
<div><a href="/index.html"><img src="/asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
<div><a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
||||||
<div><a href="/index.html" class="title">Inferencium</a></div>
|
<div><a href="../index.html" class="title">Inferencium</a></div>
|
||||||
<div><a href="/about.html">About</a></div>
|
<div><a href="../about.html">About</a></div>
|
||||||
<div><a href="/contact.html">Contact</a></div>
|
<div><a href="../contact.html">Contact</a></div>
|
||||||
<div><a href="/blog.html">Blog</a></div>
|
<div><a href="../blog.html">Blog</a></div>
|
||||||
<div><a href="/documentation.html">Documentation</a></div>
|
<div><a href="../documentation.html">Documentation</a></div>
|
||||||
<div><a href="/source.html">Source</a></div>
|
<div><a href="../source.html">Source</a></div>
|
||||||
<div><a href="/key.html">Key</a></div>
|
<div><a href="../key.html">Key</a></div>
|
||||||
<div><a href="/changelog.html">Changelog</a></div>
|
<div><a href="../changelog.html">Changelog</a></div>
|
||||||
<div><a href="/directory.html">Directory</a></div>
|
<div><a href="../directory.html">Directory</a></div>
|
||||||
</nav>
|
</nav>
|
||||||
<h1>Blog - #3</h1>
|
<h1>Blog - #3</h1>
|
||||||
<h2>The Chromium Monopoly</h2>
|
<h2>The Chromium Monopoly</h2>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<!-- Inferencium - Website -- Blog - #2 -->
|
<!-- Inferencium - Website -- Blog - #2 -->
|
||||||
<!-- Version: 5.1.0-alpha.3 -->
|
<!-- Version: 5.1.0-alpha.2 -->
|
||||||
|
|
||||||
<!-- Copyright 2022 Jake Winters -->
|
<!-- Copyright 2022 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
@ -11,21 +11,21 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
<link rel="stylesheet" href="/main.css"/>
|
<link rel="stylesheet" href="../main.css"/>
|
||||||
<title>Inferencium - Blog - Untrusted: The Issue with Decentralisation</title>
|
<title>Inferencium - Blog - Untrusted: The Issue with Decentralisation</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav class="navbar">
|
<nav class="navbar">
|
||||||
<div><a href="/index.html"><img src="/asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
<div><a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
||||||
<div><a href="/index.html" class="title">Inferencium</a></div>
|
<div><a href="../index.html" class="title">Inferencium</a></div>
|
||||||
<div><a href="/about.html">About</a></div>
|
<div><a href="../about.html">About</a></div>
|
||||||
<div><a href="/contact.html">Contact</a></div>
|
<div><a href="../contact.html">Contact</a></div>
|
||||||
<div><a href="/blog.html">Blog</a></div>
|
<div><a href="../blog.html">Blog</a></div>
|
||||||
<div><a href="/documentation.html">Documentation</a></div>
|
<div><a href="../documentation.html">Documentation</a></div>
|
||||||
<div><a href="/source.html">Source</a></div>
|
<div><a href="../source.html">Source</a></div>
|
||||||
<div><a href="/key.html">Key</a></div>
|
<div><a href="../key.html">Key</a></div>
|
||||||
<div><a href="/changelog.html">Changelog</a></div>
|
<div><a href="../changelog.html">Changelog</a></div>
|
||||||
<div><a href="/directory.html">Directory</a></div>
|
<div><a href="../directory.html">Directory</a></div>
|
||||||
</nav>
|
</nav>
|
||||||
<h1>Blog - #2</h1>
|
<h1>Blog - #2</h1>
|
||||||
<h2>Untrusted: The Issue with Decentralisation</h2>
|
<h2>Untrusted: The Issue with Decentralisation</h2>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<!-- Inferencium - Website - Changelog -->
|
<!-- Inferencium - Website - Changelog -->
|
||||||
<!-- Version: 2.1.0-alpha.3 -->
|
<!-- Version: 2.1.0-alpha.2 -->
|
||||||
|
|
||||||
<!-- Copyright 2023 Jake Winters -->
|
<!-- Copyright 2023 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
@ -11,33 +11,33 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
<link rel="stylesheet" href="/main.css"/>
|
<link rel="stylesheet" href="main.css"/>
|
||||||
<title>Inferencium - Changelog</title>
|
<title>Inferencium - Changelog</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav class="navbar">
|
<nav class="navbar">
|
||||||
<div><a href="/index.html"><img src="/asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
<div><a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
||||||
<div><a href="/index.html" class="title">Inferencium</a></div>
|
<div><a href="index.html" class="title">Inferencium</a></div>
|
||||||
<div><a href="/about.html">About</a></div>
|
<div><a href="about.html">About</a></div>
|
||||||
<div><a href="/contact.html">Contact</a></div>
|
<div><a href="contact.html">Contact</a></div>
|
||||||
<div><a href="/blog.html">Blog</a></div>
|
<div><a href="blog.html">Blog</a></div>
|
||||||
<div><a href="/documentation.html">Documentation</a></div>
|
<div><a href="documentation.html">Documentation</a></div>
|
||||||
<div><a href="/source.html">Source</a></div>
|
<div><a href="source.html">Source</a></div>
|
||||||
<div><a href="/key.html">Key</a></div>
|
<div><a href="key.html">Key</a></div>
|
||||||
<div><a href="/changelog.html">Changelog</a></div>
|
<div><a href="changelog.html">Changelog</a></div>
|
||||||
<div><a href="/directory.html">Directory</a></div>
|
<div><a href="directory.html">Directory</a></div>
|
||||||
</nav>
|
</nav>
|
||||||
<h1>Changelog</h1>
|
<h1>Changelog</h1>
|
||||||
<nav id="toc">
|
<nav id="toc">
|
||||||
<h2 id="toc"><a href="#toc">Table of Contents<a/></h2>
|
<h2 id="toc"><a href="#toc">Table of Contents<a/></h2>
|
||||||
<!-- Changelog in alphabetical order -->
|
<!-- Changelog in alphabetical order -->
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/changelog/constellation.html">Constellation</a></li>
|
<li><a href="changelog/constellation.html">Constellation</a></li>
|
||||||
<li><a href="/changelog/inf_kernel.html">Inferencium Kernel</a></li>
|
<li><a href="changelog/inf_kernel.html">Inferencium Kernel</a></li>
|
||||||
<li><a href="/changelog/firmware-aa000-0.html">Firmware - aa000-0</a></li>
|
<li><a href="changelog/firmware-aa000-0.html">Firmware - aa000-0</a></li>
|
||||||
<li><a href="/changelog/firmware-xa000-0.html">Firmware - xa000-0</a></li>
|
<li><a href="changelog/firmware-xa000-0.html">Firmware - xa000-0</a></li>
|
||||||
<li><a href="/changelog/firmware-xb000-0.html">Firmware - xb000-0</a></li>
|
<li><a href="changelog/firmware-xb000-0.html">Firmware - xb000-0</a></li>
|
||||||
<li><a href="/changelog/planetarium.html">Planetarium</a></li>
|
<li><a href="changelog/planetarium.html">Planetarium</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
</body>
|
</body>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<!-- Inferencium - Website - Changelog - Constellation -->
|
<!-- Inferencium - Website - Changelog - Constellation -->
|
||||||
<!-- Version: 1.1.0-alpha.3 -->
|
<!-- Version: 1.1.0-alpha.2 -->
|
||||||
|
|
||||||
<!-- Copyright 2023 Jake Winters -->
|
<!-- Copyright 2023 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
@ -11,21 +11,21 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
<link rel="stylesheet" href="/main.css"/>
|
<link rel="stylesheet" href="../main.css"/>
|
||||||
<title>Inferencium - Changelog - Constellation</title>
|
<title>Inferencium - Changelog - Constellation</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav class="navbar">
|
<nav class="navbar">
|
||||||
<div><a href="/index.html"><img src="/asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
<div><a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
||||||
<div><a href="/index.html" class="title">Inferencium</a></div>
|
<div><a href="../index.html" class="title">Inferencium</a></div>
|
||||||
<div><a href="/about.html">About</a></div>
|
<div><a href="../about.html">About</a></div>
|
||||||
<div><a href="/contact.html">Contact</a></div>
|
<div><a href="../contact.html">Contact</a></div>
|
||||||
<div><a href="/blog.html">Blog</a></div>
|
<div><a href="../blog.html">Blog</a></div>
|
||||||
<div><a href="/documentation.html">Documentation</a></div>
|
<div><a href="../documentation.html">Documentation</a></div>
|
||||||
<div><a href="/source.html">Source</a></div>
|
<div><a href="../source.html">Source</a></div>
|
||||||
<div><a href="/key.html">Key</a></div>
|
<div><a href="../key.html">Key</a></div>
|
||||||
<div><a href="/changelog.html">Changelog</a></div>
|
<div><a href="../changelog.html">Changelog</a></div>
|
||||||
<div><a href="/directory.html">Directory</a></div>
|
<div><a href="../directory.html">Directory</a></div>
|
||||||
</nav>
|
</nav>
|
||||||
<h1>Changelog - Constellation</h1>
|
<h1>Changelog - Constellation</h1>
|
||||||
<nav id="toc">
|
<nav id="toc">
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<!-- Inferencium - Website - Changelog - Firmware - aa000-0 -->
|
<!-- Inferencium - Website - Changelog - Firmware - aa000-0 -->
|
||||||
<!-- Version: 1.1.0-alpha.3 -->
|
<!-- Version: 1.1.0-alpha.2 -->
|
||||||
|
|
||||||
<!-- Copyright 2023 Jake Winters -->
|
<!-- Copyright 2023 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
@ -11,21 +11,21 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
<link rel="stylesheet" href="/main.css"/>
|
<link rel="stylesheet" href="../main.css"/>
|
||||||
<title>Inferencium - Changelog - Firmware - aa000-0</title>
|
<title>Inferencium - Changelog - Firmware - aa000-0</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav class="navbar">
|
<nav class="navbar">
|
||||||
<div><a href="/index.html"><img src="/asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
<div><a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
||||||
<div><a href="/index.html" class="title">Inferencium</a></div>
|
<div><a href="../index.html" class="title">Inferencium</a></div>
|
||||||
<div><a href="/about.html">About</a></div>
|
<div><a href="../about.html">About</a></div>
|
||||||
<div><a href="/contact.html">Contact</a></div>
|
<div><a href="../contact.html">Contact</a></div>
|
||||||
<div><a href="/blog.html">Blog</a></div>
|
<div><a href="../blog.html">Blog</a></div>
|
||||||
<div><a href="/documentation.html">Documentation</a></div>
|
<div><a href="../documentation.html">Documentation</a></div>
|
||||||
<div><a href="/source.html">Source</a></div>
|
<div><a href="../source.html">Source</a></div>
|
||||||
<div><a href="/key.html">Key</a></div>
|
<div><a href="../key.html">Key</a></div>
|
||||||
<div><a href="/changelog.html">Changelog</a></div>
|
<div><a href="../changelog.html">Changelog</a></div>
|
||||||
<div><a href="/directory.html">Directory</a></div>
|
<div><a href="../directory.html">Directory</a></div>
|
||||||
</nav>
|
</nav>
|
||||||
<h1>Changelog - Firmware - aa000-0</h1>
|
<h1>Changelog - Firmware - aa000-0</h1>
|
||||||
<nav id="toc">
|
<nav id="toc">
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<!-- Inferencium - Website - Changelog - Firmware - xa000-0 -->
|
<!-- Inferencium - Website - Changelog - Firmware - xa000-0 -->
|
||||||
<!-- Version: 1.1.0-alpha.3 -->
|
<!-- Version: 1.1.0-alpha.2 -->
|
||||||
|
|
||||||
<!-- Copyright 2023 Jake Winters -->
|
<!-- Copyright 2023 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
@ -11,20 +11,20 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
<link rel="stylesheet" href="/main.css"/>
|
<link rel="stylesheet" href="../main.css"/>
|
||||||
<title>Inferencium - Changelog - Firmware - xa000-0</title>
|
<title>Inferencium - Changelog - Firmware - xa000-0</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav class="navbar">
|
<nav class="navbar">
|
||||||
<div><a href="/index.html"><img src="/asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
<div><a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
||||||
<div><a href="/index.html" class="title">Inferencium</a></div>
|
<div><a href="../index.html" class="title">Inferencium</a></div>
|
||||||
<div><a href="/about.html">About</a></div>
|
<div><a href="../about.html">About</a></div>
|
||||||
<div><a href="/contact.html">Contact</a></div>
|
<div><a href="../contact.html">Contact</a></div>
|
||||||
<div><a href="/blog.html">Blog</a></div>
|
<div><a href="../blog.html">Blog</a></div>
|
||||||
<div><a href="/documentation.html">Documentation</a></div>
|
<div><a href="../documentation.html">Documentation</a></div>
|
||||||
<div><a href="/source.html">Source</a></div>
|
<div><a href="../source.html">Source</a></div>
|
||||||
<div><a href="/key.html">Key</a></div>
|
<div><a href="../key.html">Key</a></div>
|
||||||
<div><a href="/changelog.html">Changelog</a></div>
|
<div><a href="../changelog.html">Changelog</a></div>
|
||||||
</nav>
|
</nav>
|
||||||
<h1>Changelog - Firmware - xa000-0</h1>
|
<h1>Changelog - Firmware - xa000-0</h1>
|
||||||
<nav id="toc">
|
<nav id="toc">
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<!-- Inferencium - Website - Changelog - Firmware - xb000-0 -->
|
<!-- Inferencium - Website - Changelog - Firmware - xb000-0 -->
|
||||||
<!-- Version: 1.1.0-alpha.3 -->
|
<!-- Version: 1.1.0-alpha.2 -->
|
||||||
|
|
||||||
<!-- Copyright 2023 Jake Winters -->
|
<!-- Copyright 2023 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
@ -11,21 +11,21 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
<link rel="stylesheet" href="/main.css"/>
|
<link rel="stylesheet" href="../main.css"/>
|
||||||
<title>Inferencium - Changelog - Firmware - xb000-0</title>
|
<title>Inferencium - Changelog - Firmware - xb000-0</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav class="navbar">
|
<nav class="navbar">
|
||||||
<div><a href="/index.html"><img src="/asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
<div><a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
||||||
<div><a href="/index.html" class="title">Inferencium</a></div>
|
<div><a href="../index.html" class="title">Inferencium</a></div>
|
||||||
<div><a href="/about.html">About</a></div>
|
<div><a href="../about.html">About</a></div>
|
||||||
<div><a href="/contact.html">Contact</a></div>
|
<div><a href="../contact.html">Contact</a></div>
|
||||||
<div><a href="/blog.html">Blog</a></div>
|
<div><a href="../blog.html">Blog</a></div>
|
||||||
<div><a href="/documentation.html">Documentation</a></div>
|
<div><a href="../documentation.html">Documentation</a></div>
|
||||||
<div><a href="/source.html">Source</a></div>
|
<div><a href="../source.html">Source</a></div>
|
||||||
<div><a href="/key.html">Key</a></div>
|
<div><a href="../key.html">Key</a></div>
|
||||||
<div><a href="/changelog.html">Changelog</a></div>
|
<div><a href="../changelog.html">Changelog</a></div>
|
||||||
<div><a href="/directory.html">Directory</a></div>
|
<div><a href="../directory.html">Directory</a></div>
|
||||||
</nav>
|
</nav>
|
||||||
<h1>Changelog - Firmware - xb000-0</h1>
|
<h1>Changelog - Firmware - xb000-0</h1>
|
||||||
<nav id="toc">
|
<nav id="toc">
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<!-- Inferencium - Website - Changelog - Planetarium -->
|
<!-- Inferencium - Website - Changelog - Planetarium -->
|
||||||
<!-- Version: 1.1.0-alpha.3 -->
|
<!-- Version: 1.1.0-alpha.2 -->
|
||||||
|
|
||||||
<!-- Copyright 2023 Jake Winters -->
|
<!-- Copyright 2023 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
@ -11,21 +11,21 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
<link rel="stylesheet" href="/main.css"/>
|
<link rel="stylesheet" href="../main.css"/>
|
||||||
<title>Inferencium - Changelog - Planetarium</title>
|
<title>Inferencium - Changelog - Planetarium</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav class="navbar">
|
<nav class="navbar">
|
||||||
<div><a href="/index.html"><img src="/asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
<div><a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
||||||
<div><a href="/index.html" class="title">Inferencium</a></div>
|
<div><a href="../index.html" class="title">Inferencium</a></div>
|
||||||
<div><a href="/about.html">About</a></div>
|
<div><a href="../about.html">About</a></div>
|
||||||
<div><a href="/contact.html">Contact</a></div>
|
<div><a href="../contact.html">Contact</a></div>
|
||||||
<div><a href="/blog.html">Blog</a></div>
|
<div><a href="../blog.html">Blog</a></div>
|
||||||
<div><a href="/documentation.html"</a></div>
|
<div><a href="../documentation.html"</a></div>
|
||||||
<div><a href="/source.html">Source</a></div>
|
<div><a href="../source.html">Source</a></div>
|
||||||
<div><a href="/key.html">Key</a></div>
|
<div><a href="../key.html">Key</a></div>
|
||||||
<div><a href="/changelog.html">Changelog</a></div>
|
<div><a href="../changelog.html">Changelog</a></div>
|
||||||
<div><a href="/directory.html">Directory</a></div>
|
<div><a href="../directory.html">Directory</a></div>
|
||||||
</nav>
|
</nav>
|
||||||
<h1>Changelog - Planetarium</h1>
|
<h1>Changelog - Planetarium</h1>
|
||||||
<nav id="toc">
|
<nav id="toc">
|
||||||
|
32
contact.html
32
contact.html
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<!-- Inferencium - Website - Contact -->
|
<!-- Inferencium - Website - Contact -->
|
||||||
<!-- Version: 6.3.0-alpha.5 -->
|
<!-- Version: 6.3.0-alpha.4 -->
|
||||||
|
|
||||||
<!-- Copyright 2022 Jake Winters -->
|
<!-- Copyright 2022 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
@ -11,21 +11,21 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
<link rel="stylesheet" href="/main.css"/>
|
<link rel="stylesheet" href="main.css"/>
|
||||||
<title>Inferencium - Contact</title>
|
<title>Inferencium - Contact</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav class="navbar">
|
<nav class="navbar">
|
||||||
<div><a href="/index.html"><img src="/asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
<div><a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
||||||
<div><a href="/index.html" class="title">Inferencium</a></div>
|
<div><a href="index.html" class="title">Inferencium</a></div>
|
||||||
<div><a href="/about.html">About</a></div>
|
<div><a href="about.html">About</a></div>
|
||||||
<div><a href="/contact.html">Contact</a></div>
|
<div><a href="contact.html">Contact</a></div>
|
||||||
<div><a href="/blog.html">Blog</a></div>
|
<div><a href="blog.html">Blog</a></div>
|
||||||
<div><a href="/documentation.html">Documentation</a></div>
|
<div><a href="documentation.html">Documentation</a></div>
|
||||||
<div><a href="/source.html">Source</a></div>
|
<div><a href="source.html">Source</a></div>
|
||||||
<div><a href="/key.html">Key</a></div>
|
<div><a href="key.html">Key</a></div>
|
||||||
<div><a href="/changelog.html">Changelog</a></div>
|
<div><a href="changelog.html">Changelog</a></div>
|
||||||
<div><a href="/directory.html">Directory</a></div>
|
<div><a href="directory.html">Directory</a></div>
|
||||||
</nav>
|
</nav>
|
||||||
<h1>Contact</h1>
|
<h1>Contact</h1>
|
||||||
<nav id="toc">
|
<nav id="toc">
|
||||||
@ -47,17 +47,17 @@
|
|||||||
allow verification to mitigate man-in-the-middle attacks, have
|
allow verification to mitigate man-in-the-middle attacks, have
|
||||||
high security, and reasonable privacy.</p>
|
high security, and reasonable privacy.</p>
|
||||||
<p><strong>Use the
|
<p><strong>Use the
|
||||||
<a href="/key.html">keys</a>
|
<a href="key.html">keys</a>
|
||||||
for each contact method to verify my devices.</strong><br>
|
for each contact method to verify my devices.</strong><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 force.</p>
|
and can be defeated via coercion or other force.</p>
|
||||||
<p><img src="/asset/img/logo-signal.png" class="logo-small" width="40px" height="40px"/> Signal<br>
|
<p><img src="asset/img/logo-signal.png" class="logo-small" width="40px" height="40px"/> Signal<br>
|
||||||
<br>
|
<br>
|
||||||
+447549902964<p>
|
+447549902964<p>
|
||||||
<p><img src="/asset/img/logo-xmpp.png" class="logo-small" width="40px" height="40px"/> XMPP<br>
|
<p><img src="asset/img/logo-xmpp.png" class="logo-small" width="40px" height="40px"/> XMPP<br>
|
||||||
<br>
|
<br>
|
||||||
inference@inferencium.net (Main) -
|
inference@inferencium.net (Main) -
|
||||||
(<a href="/key.html#xmpp-inferencium">Key</a>)</p>
|
(<a href="key.html#xmpp-inferencium">Key</a>)</p>
|
||||||
</section>
|
</section>
|
||||||
<!--
|
<!--
|
||||||
<section id="e2ee-metadatafree">
|
<section id="e2ee-metadatafree">
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<!-- Inferencium - Website - Directory -->
|
<!-- Inferencium - Website - Directory -->
|
||||||
<!-- Version: 0.9.0-alpha.1 -->
|
<!-- Version: 0.8.0-alpha.1 -->
|
||||||
|
|
||||||
<!-- Copyright 2023 Jake Winters -->
|
<!-- Copyright 2023 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
@ -11,21 +11,21 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
<link rel="stylesheet" href="/main.css"/>
|
<link rel="stylesheet" href="main.css"/>
|
||||||
<title>Inferencium - Directory</title>
|
<title>Inferencium - Directory</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav class="navbar">
|
<nav class="navbar">
|
||||||
<div><a href="/index.html"><img src="/asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
<div><a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
||||||
<div><a href="/index.html" class="title">Inferencium</a></div>
|
<div><a href="index.html" class="title">Inferencium</a></div>
|
||||||
<div><a href="/about.html">About</a></div>
|
<div><a href="about.html">About</a></div>
|
||||||
<div><a href="/contact.html">Contact</a></div>
|
<div><a href="contact.html">Contact</a></div>
|
||||||
<div><a href="/blog.html">Blog</a></div>
|
<div><a href="blog.html">Blog</a></div>
|
||||||
<div><a href="/documentation.html">Documentation</a></div>
|
<div><a href="documentation.html">Documentation</a></div>
|
||||||
<div><a href="/source.html">Source</a></div>
|
<div><a href="source.html">Source</a></div>
|
||||||
<div><a href="/key.html">Key</a></div>
|
<div><a href="key.html">Key</a></div>
|
||||||
<div><a href="/changelog.html">Changelog</a></div>
|
<div><a href="changelog.html">Changelog</a></div>
|
||||||
<div><a href="/directory.html">Directory</a></div>
|
<div><a href="directory.html">Directory</a></div>
|
||||||
</nav>
|
</nav>
|
||||||
<h1>Directory</h1>
|
<h1>Directory</h1>
|
||||||
<section id="xmpp">
|
<section id="xmpp">
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<!-- Inferencium - Website - Documentation -->
|
<!-- Inferencium - Website - Documentation -->
|
||||||
<!-- Version: 1.1.0-alpha.3 -->
|
<!-- Version: 1.1.0-alpha.2 -->
|
||||||
|
|
||||||
<!-- Copyright 2023 Jake Winters -->
|
<!-- Copyright 2023 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
@ -11,31 +11,31 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
<link rel="stylesheet" href="/main.css"/>
|
<link rel="stylesheet" href="main.css"/>
|
||||||
<title>Inferencium - Documentation</title>
|
<title>Inferencium - Documentation</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav class="navbar">
|
<nav class="navbar">
|
||||||
<div><a href="/index.html"><img src="/asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
<div><a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
||||||
<div><a href="/index.html" class="title">Inferencium</a></div>
|
<div><a href="index.html" class="title">Inferencium</a></div>
|
||||||
<div><a href="/about.html">About</a></div>
|
<div><a href="about.html">About</a></div>
|
||||||
<div><a href="/contact.html">Contact</a></div>
|
<div><a href="contact.html">Contact</a></div>
|
||||||
<div><a href="/blog.html">Blog</a></div>
|
<div><a href="blog.html">Blog</a></div>
|
||||||
<div><a href="/documentation.html">Documentation</a></div>
|
<div><a href="documentation.html">Documentation</a></div>
|
||||||
<div><a href="/source.html">Source</a></div>
|
<div><a href="source.html">Source</a></div>
|
||||||
<div><a href="/key.html">Key</a></div>
|
<div><a href="key.html">Key</a></div>
|
||||||
<div><a href="/changelog.html">Changelog</a></div>
|
<div><a href="changelog.html">Changelog</a></div>
|
||||||
<div><a href="/directory.html">Directory</a></div>
|
<div><a href="directory.html">Directory</a></div>
|
||||||
</nav>
|
</nav>
|
||||||
<h1>Documentation</h1>
|
<h1>Documentation</h1>
|
||||||
<nav id="toc">
|
<nav id="toc">
|
||||||
<h2 id="toc"><a href="#toc">Table of Contents<a/></h2>
|
<h2 id="toc"><a href="#toc">Table of Contents<a/></h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/documentation/hardened_malloc.html">hardened_malloc</a></li>
|
<li><a href="documentation/hardened_malloc.html">hardened_malloc</a></li>
|
||||||
<li><a href="/documentation/openssl_selfsigned_certificate_chain.html">OpenSSL Self-signed Certificate Chain</a></li>
|
<li><a href="documentation/openssl_selfsigned_certificate_chain.html">OpenSSL Self-signed Certificate Chain</a></li>
|
||||||
<!--<li><a href="/documentation/specification-system-aa000.html">Specification - System - aa000</a></li>-->
|
<!--<li><a href="documentation/specification-system-aa000.html">Specification - System - aa000</a></li>-->
|
||||||
<!--<li><a href="/documentation/specification-system-xa000.html">Specification - System - xa000</a></li>-->
|
<!--<li><a href="documentation/specification-system-xa000.html">Specification - System - xa000</a></li>-->
|
||||||
<!--<li><a href="/documentation/specification-system-xb000.html">Specification - System - xb000</a></li>-->
|
<!--<li><a href="documentation/specification-system-xb000.html">Specification - System - xb000</a></li>-->
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
</body>
|
</body>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<!-- Inferencium - Website - Documentation - GrapheneOS hardened_malloc -->
|
<!-- Inferencium - Website - Documentation - GrapheneOS hardened_malloc -->
|
||||||
<!-- Version: 1.1.0-alpha.3 -->
|
<!-- Version: 1.1.0-alpha.2 -->
|
||||||
|
|
||||||
<!-- Copyright 2023 Jake Winters -->
|
<!-- Copyright 2023 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
@ -11,21 +11,21 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
<link rel="stylesheet" href="/main.css"/>
|
<link rel="stylesheet" href="../main.css"/>
|
||||||
<title>Inferencium - Documentation - GrapheneOS hardened_malloc</title>
|
<title>Inferencium - Documentation - GrapheneOS hardened_malloc</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav class="navbar">
|
<nav class="navbar">
|
||||||
<div><a href="/index.html"><img src="/asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
<div><a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
||||||
<div><a href="/index.html" class="title">Inferencium</a></div>
|
<div><a href="../index.html" class="title">Inferencium</a></div>
|
||||||
<div><a href="/about.html">About</a></div>
|
<div><a href="../about.html">About</a></div>
|
||||||
<div><a href="/contact.html">Contact</a></div>
|
<div><a href="../contact.html">Contact</a></div>
|
||||||
<div><a href="/blog.html">Blog</a></div>
|
<div><a href="../blog.html">Blog</a></div>
|
||||||
<div><a href="/documentation.html">Documentation</a></div>
|
<div><a href="../documentation.html">Documentation</a></div>
|
||||||
<div><a href="/source.html">Source</a></div>
|
<div><a href="../source.html">Source</a></div>
|
||||||
<div><a href="/key.html">Key</a></div>
|
<div><a href="../key.html">Key</a></div>
|
||||||
<div><a href="/changelog.html">Changelog</a></div>
|
<div><a href="../changelog.html">Changelog</a></div>
|
||||||
<div><a href="/directory.html">Directory</a></div>
|
<div><a href="../directory.html">Directory</a></div>
|
||||||
</nav>
|
</nav>
|
||||||
<section id="introduction">
|
<section id="introduction">
|
||||||
<h1 id="introduction"><a href="#introduction">Documentation - GrapheneOS hardened_malloc</a></h1>
|
<h1 id="introduction"><a href="#introduction">Documentation - GrapheneOS hardened_malloc</a></h1>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<!-- Inferencium - Website - Documentation - OpenSSL Self-signed Certificate Chain -->
|
<!-- Inferencium - Website - Documentation - OpenSSL Self-signed Certificate Chain -->
|
||||||
<!-- Version: 1.1.0-alpha.3 -->
|
<!-- Version: 1.1.0-alpha.2 -->
|
||||||
|
|
||||||
<!-- Copyright 2023 Jake Winters -->
|
<!-- Copyright 2023 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
@ -11,21 +11,21 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
<link rel="stylesheet" href="/main.css"/>
|
<link rel="stylesheet" href="../main.css"/>
|
||||||
<title>Inferencium - Documentation - OpenSSL Self-signed Certificate Chain</title>
|
<title>Inferencium - Documentation - OpenSSL Self-signed Certificate Chain</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav class="navbar">
|
<nav class="navbar">
|
||||||
<div><a href="/index.html"><img src="/asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
<div><a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
||||||
<div><a href="/index.html" class="title">Inferencium</a></div>
|
<div><a href="../index.html" class="title">Inferencium</a></div>
|
||||||
<div><a href="/about.html">About</a></div>
|
<div><a href="../about.html">About</a></div>
|
||||||
<div><a href="/contact.html">Contact</a></div>
|
<div><a href="../contact.html">Contact</a></div>
|
||||||
<div><a href="/blog.html">Blog</a></div>
|
<div><a href="../blog.html">Blog</a></div>
|
||||||
<div><a href="/documentation.html">Documentation</a></div>
|
<div><a href="../documentation.html">Documentation</a></div>
|
||||||
<div><a href="/source.html">Source</a></div>
|
<div><a href="../source.html">Source</a></div>
|
||||||
<div><a href="/key.html">Key</a></div>
|
<div><a href="../key.html">Key</a></div>
|
||||||
<div><a href="/changelog.html">Changelog</a></div>
|
<div><a href="../changelog.html">Changelog</a></div>
|
||||||
<div><a href="/directory.html">Directory</a></div>
|
<div><a href="../directory.html">Directory</a></div>
|
||||||
</nav>
|
</nav>
|
||||||
<section id="introduction">
|
<section id="introduction">
|
||||||
<h1 id="introduction"><a href="#introduction">Documentation - OpenSSL Self-signed Certificate Chain</a></h1>
|
<h1 id="introduction"><a href="#introduction">Documentation - OpenSSL Self-signed Certificate Chain</a></h1>
|
||||||
|
24
index.html
24
index.html
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<!-- Inferencium - Website - Index -->
|
<!-- Inferencium - Website - Index -->
|
||||||
<!-- Version: 3.1.0-alpha.3 -->
|
<!-- Version: 3.1.0-alpha.2 -->
|
||||||
|
|
||||||
<!-- Copyright 2022 Jake Winters -->
|
<!-- Copyright 2022 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
@ -11,21 +11,21 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
<link rel="stylesheet" href="/main.css"/>
|
<link rel="stylesheet" href="main.css"/>
|
||||||
<title>Inferencium</title>
|
<title>Inferencium</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav class="navbar">
|
<nav class="navbar">
|
||||||
<div><a href="/index.html"><img src="/asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
<div><a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
||||||
<div><a href="/index.html" class="title">Inferencium</a></div>
|
<div><a href="index.html" class="title">Inferencium</a></div>
|
||||||
<div><a href="/about.html">About</a></div>
|
<div><a href="about.html">About</a></div>
|
||||||
<div><a href="/contact.html">Contact</a></div>
|
<div><a href="contact.html">Contact</a></div>
|
||||||
<div><a href="/blog.html">Blog</a></div>
|
<div><a href="blog.html">Blog</a></div>
|
||||||
<div><a href="/documentation.html">Documentation</a></div>
|
<div><a href="documentation.html">Documentation</a></div>
|
||||||
<div><a href="/source.html">Source</a></div>
|
<div><a href="source.html">Source</a></div>
|
||||||
<div><a href="/key.html">Key</a></div>
|
<div><a href="key.html">Key</a></div>
|
||||||
<div><a href="/changelog.html">Changelog</a></div>
|
<div><a href="changelog.html">Changelog</a></div>
|
||||||
<div><a href="/directory.html">Directory</a></div>
|
<div><a href="directory.html">Directory</a></div>
|
||||||
</nav>
|
</nav>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
24
key.html
24
key.html
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<!-- Inferencium - Website - Key -->
|
<!-- Inferencium - Website - Key -->
|
||||||
<!-- Version: 5.2.0-alpha.4 -->
|
<!-- Version: 5.2.0-alpha.3 -->
|
||||||
|
|
||||||
<!-- Copyright 2022 Jake Winters -->
|
<!-- Copyright 2022 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
@ -11,21 +11,21 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
<link rel="stylesheet" href="/main.css"/>
|
<link rel="stylesheet" href="main.css"/>
|
||||||
<title>Inferencium - Key</title>
|
<title>Inferencium - Key</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav class="navbar">
|
<nav class="navbar">
|
||||||
<div><a href="/index.html"><img src="/asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
<div><a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
||||||
<div><a href="/index.html" class="title">Inferencium</a></div>
|
<div><a href="index.html" class="title">Inferencium</a></div>
|
||||||
<div><a href="/about.html">About</a></div>
|
<div><a href="about.html">About</a></div>
|
||||||
<div><a href="/contact.html">Contact</a></div>
|
<div><a href="contact.html">Contact</a></div>
|
||||||
<div><a href="/blog.html">Blog</a></div>
|
<div><a href="blog.html">Blog</a></div>
|
||||||
<div><a href="/documentation.html">Documentation</a></div>
|
<div><a href="documentation.html">Documentation</a></div>
|
||||||
<div><a href="/source.html">Source</a></div>
|
<div><a href="source.html">Source</a></div>
|
||||||
<div><a href="/key.html">Key</a></div>
|
<div><a href="key.html">Key</a></div>
|
||||||
<div><a href="/changelog.html">Changelog</a></div>
|
<div><a href="changelog.html">Changelog</a></div>
|
||||||
<div><a href="/directory.html">Directory</a></div>
|
<div><a href="directory.html">Directory</a></div>
|
||||||
</nav>
|
</nav>
|
||||||
<h1>Key</h1>
|
<h1>Key</h1>
|
||||||
<nav id="toc">
|
<nav id="toc">
|
||||||
|
24
music.html
24
music.html
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<!-- Inferencium - Website - Music -->
|
<!-- Inferencium - Website - Music -->
|
||||||
<!-- Version: 2.1.0-alpha.3 -->
|
<!-- Version: 2.1.0-alpha.2 -->
|
||||||
|
|
||||||
<!-- Copyright 2023 Jake Winters -->
|
<!-- Copyright 2023 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
@ -11,21 +11,21 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
<link rel="stylesheet" href="/main.css"/>
|
<link rel="stylesheet" href="main.css"/>
|
||||||
<title>Inferencium - Music</title>
|
<title>Inferencium - Music</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav class="navbar">
|
<nav class="navbar">
|
||||||
<div><a href="/index.html"><img src="/asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
<div><a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
||||||
<div><a href="/index.html" class="title">Inferencium</a></div>
|
<div><a href="index.html" class="title">Inferencium</a></div>
|
||||||
<div><a href="/about.html">About</a></div>
|
<div><a href="about.html">About</a></div>
|
||||||
<div><a href="/contact.html">Contact</a></div>
|
<div><a href="contact.html">Contact</a></div>
|
||||||
<div><a href="/blog.html">Blog</a></div>
|
<div><a href="blog.html">Blog</a></div>
|
||||||
<div><a href="/documentation.html">Documentation</a></div>
|
<div><a href="documentation.html">Documentation</a></div>
|
||||||
<div><a href="/source.html">Source</a></div>
|
<div><a href="source.html">Source</a></div>
|
||||||
<div><a href="/key.html">Key</a></div>
|
<div><a href="key.html">Key</a></div>
|
||||||
<div><a href="/changelog.html">Changelog</a></div>
|
<div><a href="changelog.html">Changelog</a></div>
|
||||||
<div><a href="/directory.html">Directory</a></div>
|
<div><a href="directory.html">Directory</a></div>
|
||||||
</nav>
|
</nav>
|
||||||
<h1>Music</h1>
|
<h1>Music</h1>
|
||||||
<section id="music">
|
<section id="music">
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<!-- Inferencium - Website - Redirect - git.inferencium.net -->
|
<!-- Inferencium - Website - Redirect - git.inferencium.net -->
|
||||||
<!-- Version: 1.1.0-alpha.3 -->
|
<!-- Version: 1.1.0-alpha.2 -->
|
||||||
|
|
||||||
<!-- Copyright 2023 Jake Winters -->
|
<!-- Copyright 2023 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
@ -11,22 +11,22 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
<link rel="stylesheet" href="/main.css"/>
|
<link rel="stylesheet" href="main.css"/>
|
||||||
<title>Inferencium - Redirect</title>
|
<title>Inferencium - Redirect</title>
|
||||||
</head>
|
</head>
|
||||||
<!-- Navigation bar -->
|
<!-- Navigation bar -->
|
||||||
<body>
|
<body>
|
||||||
<nav class="navbar">
|
<nav class="navbar">
|
||||||
<div><a href="/index.html"><img src="/asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
<div><a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
||||||
<div><a href="/index.html" class="title">Inferencium</a></div>
|
<div><a href="index.html" class="title">Inferencium</a></div>
|
||||||
<div><a href="/about.html">About</a></div>
|
<div><a href="about.html">About</a></div>
|
||||||
<div><a href="/contact.html">Contact</a></div>
|
<div><a href="contact.html">Contact</a></div>
|
||||||
<div><a href="/blog.html">Blog</a></div>
|
<div><a href="blog.html">Blog</a></div>
|
||||||
<div><a href="/documentation.html">Documentation</a></div>
|
<div><a href="documentation.html">Documentation</a></div>
|
||||||
<div><a href="/source.html">Source</a></div>
|
<div><a href="source.html">Source</a></div>
|
||||||
<div><a href="/key.html">Key</a></div>
|
<div><a href="key.html">Key</a></div>
|
||||||
<div><a href="/changelog.html">Changelog</a></div>
|
<div><a href="changelog.html">Changelog</a></div>
|
||||||
<div><a href="/directory.html">Directory</a></div>
|
<div><a href="directory.html">Directory</a></div>
|
||||||
</nav>
|
</nav>
|
||||||
<h1>Redirect</h1>
|
<h1>Redirect</h1>
|
||||||
<p><code>git.inferencium.net</code> has been relocated to <code>src.inferencium.net</code>.<br>
|
<p><code>git.inferencium.net</code> has been relocated to <code>src.inferencium.net</code>.<br>
|
||||||
|
24
source.html
24
source.html
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<!-- Inferencium - Website - Source -->
|
<!-- Inferencium - Website - Source -->
|
||||||
<!-- Version: 4.1.0-alpha.3 -->
|
<!-- Version: 4.1.0-alpha.2 -->
|
||||||
|
|
||||||
<!-- Copyright 2022 Jake Winters -->
|
<!-- Copyright 2022 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
@ -11,21 +11,21 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
<link rel="stylesheet" href="/main.css"/>
|
<link rel="stylesheet" href="main.css"/>
|
||||||
<title>Inferencium - Source</title>
|
<title>Inferencium - Source</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav class="navbar">
|
<nav class="navbar">
|
||||||
<div><a href="/index.html"><img src="/asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
<div><a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
||||||
<div><a href="/index.html" class="title">Inferencium</a></div>
|
<div><a href="index.html" class="title">Inferencium</a></div>
|
||||||
<div><a href="/about.html">About</a></div>
|
<div><a href="about.html">About</a></div>
|
||||||
<div><a href="/contact.html">Contact</a></div>
|
<div><a href="contact.html">Contact</a></div>
|
||||||
<div><a href="/blog.html">Blog</a></div>
|
<div><a href="blog.html">Blog</a></div>
|
||||||
<div><a href="/documentation.html">Documentation</a></div>
|
<div><a href="documentation.html">Documentation</a></div>
|
||||||
<div><a href="/source.html">Source</a></div>
|
<div><a href="source.html">Source</a></div>
|
||||||
<div><a href="/key.html">Key</a></div>
|
<div><a href="key.html">Key</a></div>
|
||||||
<div><a href="/changelog.html">Changelog</a></div>
|
<div><a href="changelog.html">Changelog</a></div>
|
||||||
<div><a href="/directory.html">Directory</a></div>
|
<div><a href="directory.html">Directory</a></div>
|
||||||
</nav>
|
</nav>
|
||||||
<h1>Source</h1>
|
<h1>Source</h1>
|
||||||
<nav id="toc">
|
<nav id="toc">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user