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>
|
||||
|
||||
<!-- Inferencium - Website - About -->
|
||||
<!-- Version: 6.3.0-alpha.4 -->
|
||||
<!-- Version: 6.3.0-alpha.3 -->
|
||||
|
||||
<!-- Copyright 2022 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -11,21 +11,21 @@
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<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>
|
||||
</head>
|
||||
<body>
|
||||
<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" class="title">Inferencium</a></div>
|
||||
<div><a href="/about.html">About</a></div>
|
||||
<div><a href="/contact.html">Contact</a></div>
|
||||
<div><a href="/blog.html">Blog</a></div>
|
||||
<div><a href="/documentation.html">Documentation</a></div>
|
||||
<div><a href="/source.html">Source</a></div>
|
||||
<div><a href="/key.html">Key</a></div>
|
||||
<div><a href="/changelog.html">Changelog</a></div>
|
||||
<div><a href="/directory.html">Directory</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="about.html">About</a></div>
|
||||
<div><a href="contact.html">Contact</a></div>
|
||||
<div><a href="blog.html">Blog</a></div>
|
||||
<div><a href="documentation.html">Documentation</a></div>
|
||||
<div><a href="source.html">Source</a></div>
|
||||
<div><a href="key.html">Key</a></div>
|
||||
<div><a href="changelog.html">Changelog</a></div>
|
||||
<div><a href="directory.html">Directory</a></div>
|
||||
</nav>
|
||||
<h1>About</h1>
|
||||
<nav id="toc">
|
||||
@ -87,10 +87,10 @@
|
||||
make changes to hardware and software without the entire system being
|
||||
affected.</p>
|
||||
<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>
|
||||
<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>
|
||||
<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
|
||||
@ -237,7 +237,7 @@
|
||||
<tr>
|
||||
<td>Smartphone</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>
|
||||
Google Pixel
|
||||
</td>
|
||||
@ -367,7 +367,7 @@
|
||||
<tr>
|
||||
<td>Operating system</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>
|
||||
Gentoo Linux
|
||||
</td>
|
||||
@ -412,7 +412,7 @@
|
||||
<tr>
|
||||
<td>Web browser</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>
|
||||
Chromium
|
||||
</td>
|
||||
@ -455,7 +455,7 @@
|
||||
<tr>
|
||||
<td>Operating system</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>
|
||||
GrapheneOS
|
||||
</td>
|
||||
@ -513,7 +513,7 @@
|
||||
<tr>
|
||||
<td>Web browser</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>
|
||||
Vanadium
|
||||
</td>
|
||||
@ -545,7 +545,7 @@
|
||||
<tr>
|
||||
<td>Messenger</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>
|
||||
Molly
|
||||
</td>
|
||||
@ -594,7 +594,7 @@
|
||||
<tr>
|
||||
<td>Messenger</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>
|
||||
Conversations
|
||||
</td>
|
||||
@ -618,7 +618,7 @@
|
||||
<section id="recommendations-music">
|
||||
<h3 id="recommendations-music"><a href="#recommendations-music">Music</a></h3>
|
||||
<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>
|
||||
</body>
|
||||
</html>
|
||||
|
32
blog.html
32
blog.html
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - Blog -->
|
||||
<!-- Version: 4.1.0-alpha.3 -->
|
||||
<!-- Version: 4.1.0-alpha.2 -->
|
||||
|
||||
<!-- Copyright 2022 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -11,21 +11,21 @@
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<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>
|
||||
</head>
|
||||
<body>
|
||||
<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" class="title">Inferencium</a></div>
|
||||
<div><a href="/about.html">About</a></div>
|
||||
<div><a href="/contact.html">Contact</a></div>
|
||||
<div><a href="/blog.html">Blog</a></div>
|
||||
<div><a href="/documentation.html">Documentation</a></div>
|
||||
<div><a href="/source.html">Source</a></div>
|
||||
<div><a href="/key.html">Key</a></div>
|
||||
<div><a href="/changelog.html">Changelog</a></div>
|
||||
<div><a href="/directory.html">Directory</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="about.html">About</a></div>
|
||||
<div><a href="contact.html">Contact</a></div>
|
||||
<div><a href="blog.html">Blog</a></div>
|
||||
<div><a href="documentation.html">Documentation</a></div>
|
||||
<div><a href="source.html">Source</a></div>
|
||||
<div><a href="key.html">Key</a></div>
|
||||
<div><a href="changelog.html">Changelog</a></div>
|
||||
<div><a href="directory.html">Directory</a></div>
|
||||
</nav>
|
||||
<h1>Blog</h1>
|
||||
<nav id="toc">
|
||||
@ -33,19 +33,19 @@
|
||||
<ul>
|
||||
<li><b>2022-12-20</b></li>
|
||||
<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>
|
||||
<li><b>2022-06-30</b></li>
|
||||
<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>
|
||||
<li><b>2022-01-29</b></li>
|
||||
<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>
|
||||
<li><b>2022-01-27</b></li>
|
||||
<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>
|
||||
</nav>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - Blog - #0 -->
|
||||
<!-- Version: 5.1.0-alpha.3 -->
|
||||
<!-- Version: 5.1.0-alpha.2 -->
|
||||
|
||||
<!-- Copyright 2022 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -11,21 +11,21 @@
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<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>
|
||||
</head>
|
||||
<body>
|
||||
<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" class="title">Inferencium</a></div>
|
||||
<div><a href="/about.html">About</a></div>
|
||||
<div><a href="/contact.html">Contact</a></div>
|
||||
<div><a href="/blog.html">Blog</a></div>
|
||||
<div><a href="/documentation.html">Documentation</a></div>
|
||||
<div><a href="/source.html">Source</a></div>
|
||||
<div><a href="/key.html">Key</a></div>
|
||||
<div><a href="/changelog.html">Changelog</a></div>
|
||||
<div><a href="/directory.html">Directory</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="../about.html">About</a></div>
|
||||
<div><a href="../contact.html">Contact</a></div>
|
||||
<div><a href="../blog.html">Blog</a></div>
|
||||
<div><a href="../documentation.html">Documentation</a></div>
|
||||
<div><a href="../source.html">Source</a></div>
|
||||
<div><a href="../key.html">Key</a></div>
|
||||
<div><a href="../changelog.html">Changelog</a></div>
|
||||
<div><a href="../directory.html">Directory</a></div>
|
||||
</nav>
|
||||
<h1>Blog - #0</h1>
|
||||
<h2>FOSS is Working Against Itself</h2>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - Blog - #1 -->
|
||||
<!-- Version: 5.1.0-alpha.3 -->
|
||||
<!-- Version: 5.1.0-alpha.2 -->
|
||||
|
||||
<!-- Copyright 2022 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -11,21 +11,21 @@
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<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>
|
||||
</head>
|
||||
<body>
|
||||
<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" class="title">Inferencium</a></div>
|
||||
<div><a href="/about.html">About</a></div>
|
||||
<div><a href="/contact.html">Contact</a></div>
|
||||
<div><a href="/blog.html">Blog</a></div>
|
||||
<div><a href="/documentation.html">Documentation</a></div>
|
||||
<div><a href="/source.html">Source</a></div>
|
||||
<div><a href="/key.html">Key</a></div>
|
||||
<div><a href="/changelog.html">Changelog</a></div>
|
||||
<div><a href="/directory.html">Directory</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="../about.html">About</a></div>
|
||||
<div><a href="../contact.html">Contact</a></div>
|
||||
<div><a href="../blog.html">Blog</a></div>
|
||||
<div><a href="../documentation.html">Documentation</a></div>
|
||||
<div><a href="../source.html">Source</a></div>
|
||||
<div><a href="../key.html">Key</a></div>
|
||||
<div><a href="../changelog.html">Changelog</a></div>
|
||||
<div><a href="../directory.html">Directory</a></div>
|
||||
</nav>
|
||||
<h1>Blog - #1</h1>
|
||||
<h2>systemd Insecurity</h2>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - Blog - #3 -->
|
||||
<!-- Version: 5.1.0-alpha.3 -->
|
||||
<!-- Version: 5.1.0-alpha.2 -->
|
||||
|
||||
<!-- Copyright 2022 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -11,21 +11,21 @@
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<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>
|
||||
</head>
|
||||
<body>
|
||||
<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" class="title">Inferencium</a></div>
|
||||
<div><a href="/about.html">About</a></div>
|
||||
<div><a href="/contact.html">Contact</a></div>
|
||||
<div><a href="/blog.html">Blog</a></div>
|
||||
<div><a href="/documentation.html">Documentation</a></div>
|
||||
<div><a href="/source.html">Source</a></div>
|
||||
<div><a href="/key.html">Key</a></div>
|
||||
<div><a href="/changelog.html">Changelog</a></div>
|
||||
<div><a href="/directory.html">Directory</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="../about.html">About</a></div>
|
||||
<div><a href="../contact.html">Contact</a></div>
|
||||
<div><a href="../blog.html">Blog</a></div>
|
||||
<div><a href="../documentation.html">Documentation</a></div>
|
||||
<div><a href="../source.html">Source</a></div>
|
||||
<div><a href="../key.html">Key</a></div>
|
||||
<div><a href="../changelog.html">Changelog</a></div>
|
||||
<div><a href="../directory.html">Directory</a></div>
|
||||
</nav>
|
||||
<h1>Blog - #3</h1>
|
||||
<h2>The Chromium Monopoly</h2>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website -- Blog - #2 -->
|
||||
<!-- Version: 5.1.0-alpha.3 -->
|
||||
<!-- Version: 5.1.0-alpha.2 -->
|
||||
|
||||
<!-- Copyright 2022 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -11,21 +11,21 @@
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<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>
|
||||
</head>
|
||||
<body>
|
||||
<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" class="title">Inferencium</a></div>
|
||||
<div><a href="/about.html">About</a></div>
|
||||
<div><a href="/contact.html">Contact</a></div>
|
||||
<div><a href="/blog.html">Blog</a></div>
|
||||
<div><a href="/documentation.html">Documentation</a></div>
|
||||
<div><a href="/source.html">Source</a></div>
|
||||
<div><a href="/key.html">Key</a></div>
|
||||
<div><a href="/changelog.html">Changelog</a></div>
|
||||
<div><a href="/directory.html">Directory</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="../about.html">About</a></div>
|
||||
<div><a href="../contact.html">Contact</a></div>
|
||||
<div><a href="../blog.html">Blog</a></div>
|
||||
<div><a href="../documentation.html">Documentation</a></div>
|
||||
<div><a href="../source.html">Source</a></div>
|
||||
<div><a href="../key.html">Key</a></div>
|
||||
<div><a href="../changelog.html">Changelog</a></div>
|
||||
<div><a href="../directory.html">Directory</a></div>
|
||||
</nav>
|
||||
<h1>Blog - #2</h1>
|
||||
<h2>Untrusted: The Issue with Decentralisation</h2>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - Changelog -->
|
||||
<!-- Version: 2.1.0-alpha.3 -->
|
||||
<!-- Version: 2.1.0-alpha.2 -->
|
||||
|
||||
<!-- Copyright 2023 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -11,33 +11,33 @@
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<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>
|
||||
</head>
|
||||
<body>
|
||||
<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" class="title">Inferencium</a></div>
|
||||
<div><a href="/about.html">About</a></div>
|
||||
<div><a href="/contact.html">Contact</a></div>
|
||||
<div><a href="/blog.html">Blog</a></div>
|
||||
<div><a href="/documentation.html">Documentation</a></div>
|
||||
<div><a href="/source.html">Source</a></div>
|
||||
<div><a href="/key.html">Key</a></div>
|
||||
<div><a href="/changelog.html">Changelog</a></div>
|
||||
<div><a href="/directory.html">Directory</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="about.html">About</a></div>
|
||||
<div><a href="contact.html">Contact</a></div>
|
||||
<div><a href="blog.html">Blog</a></div>
|
||||
<div><a href="documentation.html">Documentation</a></div>
|
||||
<div><a href="source.html">Source</a></div>
|
||||
<div><a href="key.html">Key</a></div>
|
||||
<div><a href="changelog.html">Changelog</a></div>
|
||||
<div><a href="directory.html">Directory</a></div>
|
||||
</nav>
|
||||
<h1>Changelog</h1>
|
||||
<nav id="toc">
|
||||
<h2 id="toc"><a href="#toc">Table of Contents<a/></h2>
|
||||
<!-- Changelog in alphabetical order -->
|
||||
<ul>
|
||||
<li><a href="/changelog/constellation.html">Constellation</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-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/planetarium.html">Planetarium</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/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-xb000-0.html">Firmware - xb000-0</a></li>
|
||||
<li><a href="changelog/planetarium.html">Planetarium</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</body>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - Changelog - Constellation -->
|
||||
<!-- Version: 1.1.0-alpha.3 -->
|
||||
<!-- Version: 1.1.0-alpha.2 -->
|
||||
|
||||
<!-- Copyright 2023 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -11,21 +11,21 @@
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<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>
|
||||
</head>
|
||||
<body>
|
||||
<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" class="title">Inferencium</a></div>
|
||||
<div><a href="/about.html">About</a></div>
|
||||
<div><a href="/contact.html">Contact</a></div>
|
||||
<div><a href="/blog.html">Blog</a></div>
|
||||
<div><a href="/documentation.html">Documentation</a></div>
|
||||
<div><a href="/source.html">Source</a></div>
|
||||
<div><a href="/key.html">Key</a></div>
|
||||
<div><a href="/changelog.html">Changelog</a></div>
|
||||
<div><a href="/directory.html">Directory</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="../about.html">About</a></div>
|
||||
<div><a href="../contact.html">Contact</a></div>
|
||||
<div><a href="../blog.html">Blog</a></div>
|
||||
<div><a href="../documentation.html">Documentation</a></div>
|
||||
<div><a href="../source.html">Source</a></div>
|
||||
<div><a href="../key.html">Key</a></div>
|
||||
<div><a href="../changelog.html">Changelog</a></div>
|
||||
<div><a href="../directory.html">Directory</a></div>
|
||||
</nav>
|
||||
<h1>Changelog - Constellation</h1>
|
||||
<nav id="toc">
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - Changelog - Firmware - aa000-0 -->
|
||||
<!-- Version: 1.1.0-alpha.3 -->
|
||||
<!-- Version: 1.1.0-alpha.2 -->
|
||||
|
||||
<!-- Copyright 2023 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -11,21 +11,21 @@
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<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>
|
||||
</head>
|
||||
<body>
|
||||
<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" class="title">Inferencium</a></div>
|
||||
<div><a href="/about.html">About</a></div>
|
||||
<div><a href="/contact.html">Contact</a></div>
|
||||
<div><a href="/blog.html">Blog</a></div>
|
||||
<div><a href="/documentation.html">Documentation</a></div>
|
||||
<div><a href="/source.html">Source</a></div>
|
||||
<div><a href="/key.html">Key</a></div>
|
||||
<div><a href="/changelog.html">Changelog</a></div>
|
||||
<div><a href="/directory.html">Directory</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="../about.html">About</a></div>
|
||||
<div><a href="../contact.html">Contact</a></div>
|
||||
<div><a href="../blog.html">Blog</a></div>
|
||||
<div><a href="../documentation.html">Documentation</a></div>
|
||||
<div><a href="../source.html">Source</a></div>
|
||||
<div><a href="../key.html">Key</a></div>
|
||||
<div><a href="../changelog.html">Changelog</a></div>
|
||||
<div><a href="../directory.html">Directory</a></div>
|
||||
</nav>
|
||||
<h1>Changelog - Firmware - aa000-0</h1>
|
||||
<nav id="toc">
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - Changelog - Firmware - xa000-0 -->
|
||||
<!-- Version: 1.1.0-alpha.3 -->
|
||||
<!-- Version: 1.1.0-alpha.2 -->
|
||||
|
||||
<!-- Copyright 2023 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -11,20 +11,20 @@
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<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>
|
||||
</head>
|
||||
<body>
|
||||
<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" class="title">Inferencium</a></div>
|
||||
<div><a href="/about.html">About</a></div>
|
||||
<div><a href="/contact.html">Contact</a></div>
|
||||
<div><a href="/blog.html">Blog</a></div>
|
||||
<div><a href="/documentation.html">Documentation</a></div>
|
||||
<div><a href="/source.html">Source</a></div>
|
||||
<div><a href="/key.html">Key</a></div>
|
||||
<div><a href="/changelog.html">Changelog</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="../about.html">About</a></div>
|
||||
<div><a href="../contact.html">Contact</a></div>
|
||||
<div><a href="../blog.html">Blog</a></div>
|
||||
<div><a href="../documentation.html">Documentation</a></div>
|
||||
<div><a href="../source.html">Source</a></div>
|
||||
<div><a href="../key.html">Key</a></div>
|
||||
<div><a href="../changelog.html">Changelog</a></div>
|
||||
</nav>
|
||||
<h1>Changelog - Firmware - xa000-0</h1>
|
||||
<nav id="toc">
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - Changelog - Firmware - xb000-0 -->
|
||||
<!-- Version: 1.1.0-alpha.3 -->
|
||||
<!-- Version: 1.1.0-alpha.2 -->
|
||||
|
||||
<!-- Copyright 2023 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -11,21 +11,21 @@
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<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>
|
||||
</head>
|
||||
<body>
|
||||
<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" class="title">Inferencium</a></div>
|
||||
<div><a href="/about.html">About</a></div>
|
||||
<div><a href="/contact.html">Contact</a></div>
|
||||
<div><a href="/blog.html">Blog</a></div>
|
||||
<div><a href="/documentation.html">Documentation</a></div>
|
||||
<div><a href="/source.html">Source</a></div>
|
||||
<div><a href="/key.html">Key</a></div>
|
||||
<div><a href="/changelog.html">Changelog</a></div>
|
||||
<div><a href="/directory.html">Directory</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="../about.html">About</a></div>
|
||||
<div><a href="../contact.html">Contact</a></div>
|
||||
<div><a href="../blog.html">Blog</a></div>
|
||||
<div><a href="../documentation.html">Documentation</a></div>
|
||||
<div><a href="../source.html">Source</a></div>
|
||||
<div><a href="../key.html">Key</a></div>
|
||||
<div><a href="../changelog.html">Changelog</a></div>
|
||||
<div><a href="../directory.html">Directory</a></div>
|
||||
</nav>
|
||||
<h1>Changelog - Firmware - xb000-0</h1>
|
||||
<nav id="toc">
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - Changelog - Planetarium -->
|
||||
<!-- Version: 1.1.0-alpha.3 -->
|
||||
<!-- Version: 1.1.0-alpha.2 -->
|
||||
|
||||
<!-- Copyright 2023 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -11,21 +11,21 @@
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<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>
|
||||
</head>
|
||||
<body>
|
||||
<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" class="title">Inferencium</a></div>
|
||||
<div><a href="/about.html">About</a></div>
|
||||
<div><a href="/contact.html">Contact</a></div>
|
||||
<div><a href="/blog.html">Blog</a></div>
|
||||
<div><a href="/documentation.html"</a></div>
|
||||
<div><a href="/source.html">Source</a></div>
|
||||
<div><a href="/key.html">Key</a></div>
|
||||
<div><a href="/changelog.html">Changelog</a></div>
|
||||
<div><a href="/directory.html">Directory</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="../about.html">About</a></div>
|
||||
<div><a href="../contact.html">Contact</a></div>
|
||||
<div><a href="../blog.html">Blog</a></div>
|
||||
<div><a href="../documentation.html"</a></div>
|
||||
<div><a href="../source.html">Source</a></div>
|
||||
<div><a href="../key.html">Key</a></div>
|
||||
<div><a href="../changelog.html">Changelog</a></div>
|
||||
<div><a href="../directory.html">Directory</a></div>
|
||||
</nav>
|
||||
<h1>Changelog - Planetarium</h1>
|
||||
<nav id="toc">
|
||||
|
32
contact.html
32
contact.html
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - Contact -->
|
||||
<!-- Version: 6.3.0-alpha.5 -->
|
||||
<!-- Version: 6.3.0-alpha.4 -->
|
||||
|
||||
<!-- Copyright 2022 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -11,21 +11,21 @@
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<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>
|
||||
</head>
|
||||
<body>
|
||||
<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" class="title">Inferencium</a></div>
|
||||
<div><a href="/about.html">About</a></div>
|
||||
<div><a href="/contact.html">Contact</a></div>
|
||||
<div><a href="/blog.html">Blog</a></div>
|
||||
<div><a href="/documentation.html">Documentation</a></div>
|
||||
<div><a href="/source.html">Source</a></div>
|
||||
<div><a href="/key.html">Key</a></div>
|
||||
<div><a href="/changelog.html">Changelog</a></div>
|
||||
<div><a href="/directory.html">Directory</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="about.html">About</a></div>
|
||||
<div><a href="contact.html">Contact</a></div>
|
||||
<div><a href="blog.html">Blog</a></div>
|
||||
<div><a href="documentation.html">Documentation</a></div>
|
||||
<div><a href="source.html">Source</a></div>
|
||||
<div><a href="key.html">Key</a></div>
|
||||
<div><a href="changelog.html">Changelog</a></div>
|
||||
<div><a href="directory.html">Directory</a></div>
|
||||
</nav>
|
||||
<h1>Contact</h1>
|
||||
<nav id="toc">
|
||||
@ -47,17 +47,17 @@
|
||||
allow verification to mitigate man-in-the-middle attacks, have
|
||||
high security, and reasonable privacy.</p>
|
||||
<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>
|
||||
Note: Verification does not verify a person, only their devices,
|
||||
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>
|
||||
+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>
|
||||
inference@inferencium.net (Main) -
|
||||
(<a href="/key.html#xmpp-inferencium">Key</a>)</p>
|
||||
(<a href="key.html#xmpp-inferencium">Key</a>)</p>
|
||||
</section>
|
||||
<!--
|
||||
<section id="e2ee-metadatafree">
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - Directory -->
|
||||
<!-- Version: 0.9.0-alpha.1 -->
|
||||
<!-- Version: 0.8.0-alpha.1 -->
|
||||
|
||||
<!-- Copyright 2023 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -11,21 +11,21 @@
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<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>
|
||||
</head>
|
||||
<body>
|
||||
<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" class="title">Inferencium</a></div>
|
||||
<div><a href="/about.html">About</a></div>
|
||||
<div><a href="/contact.html">Contact</a></div>
|
||||
<div><a href="/blog.html">Blog</a></div>
|
||||
<div><a href="/documentation.html">Documentation</a></div>
|
||||
<div><a href="/source.html">Source</a></div>
|
||||
<div><a href="/key.html">Key</a></div>
|
||||
<div><a href="/changelog.html">Changelog</a></div>
|
||||
<div><a href="/directory.html">Directory</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="about.html">About</a></div>
|
||||
<div><a href="contact.html">Contact</a></div>
|
||||
<div><a href="blog.html">Blog</a></div>
|
||||
<div><a href="documentation.html">Documentation</a></div>
|
||||
<div><a href="source.html">Source</a></div>
|
||||
<div><a href="key.html">Key</a></div>
|
||||
<div><a href="changelog.html">Changelog</a></div>
|
||||
<div><a href="directory.html">Directory</a></div>
|
||||
</nav>
|
||||
<h1>Directory</h1>
|
||||
<section id="xmpp">
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - Documentation -->
|
||||
<!-- Version: 1.1.0-alpha.3 -->
|
||||
<!-- Version: 1.1.0-alpha.2 -->
|
||||
|
||||
<!-- Copyright 2023 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -11,31 +11,31 @@
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<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>
|
||||
</head>
|
||||
<body>
|
||||
<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" class="title">Inferencium</a></div>
|
||||
<div><a href="/about.html">About</a></div>
|
||||
<div><a href="/contact.html">Contact</a></div>
|
||||
<div><a href="/blog.html">Blog</a></div>
|
||||
<div><a href="/documentation.html">Documentation</a></div>
|
||||
<div><a href="/source.html">Source</a></div>
|
||||
<div><a href="/key.html">Key</a></div>
|
||||
<div><a href="/changelog.html">Changelog</a></div>
|
||||
<div><a href="/directory.html">Directory</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="about.html">About</a></div>
|
||||
<div><a href="contact.html">Contact</a></div>
|
||||
<div><a href="blog.html">Blog</a></div>
|
||||
<div><a href="documentation.html">Documentation</a></div>
|
||||
<div><a href="source.html">Source</a></div>
|
||||
<div><a href="key.html">Key</a></div>
|
||||
<div><a href="changelog.html">Changelog</a></div>
|
||||
<div><a href="directory.html">Directory</a></div>
|
||||
</nav>
|
||||
<h1>Documentation</h1>
|
||||
<nav id="toc">
|
||||
<h2 id="toc"><a href="#toc">Table of Contents<a/></h2>
|
||||
<ul>
|
||||
<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/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-xb000.html">Specification - System - xb000</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/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-xb000.html">Specification - System - xb000</a></li>-->
|
||||
</ul>
|
||||
</nav>
|
||||
</body>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - Documentation - GrapheneOS hardened_malloc -->
|
||||
<!-- Version: 1.1.0-alpha.3 -->
|
||||
<!-- Version: 1.1.0-alpha.2 -->
|
||||
|
||||
<!-- Copyright 2023 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -11,21 +11,21 @@
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<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>
|
||||
</head>
|
||||
<body>
|
||||
<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" class="title">Inferencium</a></div>
|
||||
<div><a href="/about.html">About</a></div>
|
||||
<div><a href="/contact.html">Contact</a></div>
|
||||
<div><a href="/blog.html">Blog</a></div>
|
||||
<div><a href="/documentation.html">Documentation</a></div>
|
||||
<div><a href="/source.html">Source</a></div>
|
||||
<div><a href="/key.html">Key</a></div>
|
||||
<div><a href="/changelog.html">Changelog</a></div>
|
||||
<div><a href="/directory.html">Directory</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="../about.html">About</a></div>
|
||||
<div><a href="../contact.html">Contact</a></div>
|
||||
<div><a href="../blog.html">Blog</a></div>
|
||||
<div><a href="../documentation.html">Documentation</a></div>
|
||||
<div><a href="../source.html">Source</a></div>
|
||||
<div><a href="../key.html">Key</a></div>
|
||||
<div><a href="../changelog.html">Changelog</a></div>
|
||||
<div><a href="../directory.html">Directory</a></div>
|
||||
</nav>
|
||||
<section id="introduction">
|
||||
<h1 id="introduction"><a href="#introduction">Documentation - GrapheneOS hardened_malloc</a></h1>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - Documentation - OpenSSL Self-signed Certificate Chain -->
|
||||
<!-- Version: 1.1.0-alpha.3 -->
|
||||
<!-- Version: 1.1.0-alpha.2 -->
|
||||
|
||||
<!-- Copyright 2023 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -11,21 +11,21 @@
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<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>
|
||||
</head>
|
||||
<body>
|
||||
<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" class="title">Inferencium</a></div>
|
||||
<div><a href="/about.html">About</a></div>
|
||||
<div><a href="/contact.html">Contact</a></div>
|
||||
<div><a href="/blog.html">Blog</a></div>
|
||||
<div><a href="/documentation.html">Documentation</a></div>
|
||||
<div><a href="/source.html">Source</a></div>
|
||||
<div><a href="/key.html">Key</a></div>
|
||||
<div><a href="/changelog.html">Changelog</a></div>
|
||||
<div><a href="/directory.html">Directory</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="../about.html">About</a></div>
|
||||
<div><a href="../contact.html">Contact</a></div>
|
||||
<div><a href="../blog.html">Blog</a></div>
|
||||
<div><a href="../documentation.html">Documentation</a></div>
|
||||
<div><a href="../source.html">Source</a></div>
|
||||
<div><a href="../key.html">Key</a></div>
|
||||
<div><a href="../changelog.html">Changelog</a></div>
|
||||
<div><a href="../directory.html">Directory</a></div>
|
||||
</nav>
|
||||
<section id="introduction">
|
||||
<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>
|
||||
|
||||
<!-- Inferencium - Website - Index -->
|
||||
<!-- Version: 3.1.0-alpha.3 -->
|
||||
<!-- Version: 3.1.0-alpha.2 -->
|
||||
|
||||
<!-- Copyright 2022 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -11,21 +11,21 @@
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<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>
|
||||
</head>
|
||||
<body>
|
||||
<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" class="title">Inferencium</a></div>
|
||||
<div><a href="/about.html">About</a></div>
|
||||
<div><a href="/contact.html">Contact</a></div>
|
||||
<div><a href="/blog.html">Blog</a></div>
|
||||
<div><a href="/documentation.html">Documentation</a></div>
|
||||
<div><a href="/source.html">Source</a></div>
|
||||
<div><a href="/key.html">Key</a></div>
|
||||
<div><a href="/changelog.html">Changelog</a></div>
|
||||
<div><a href="/directory.html">Directory</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="about.html">About</a></div>
|
||||
<div><a href="contact.html">Contact</a></div>
|
||||
<div><a href="blog.html">Blog</a></div>
|
||||
<div><a href="documentation.html">Documentation</a></div>
|
||||
<div><a href="source.html">Source</a></div>
|
||||
<div><a href="key.html">Key</a></div>
|
||||
<div><a href="changelog.html">Changelog</a></div>
|
||||
<div><a href="directory.html">Directory</a></div>
|
||||
</nav>
|
||||
</body>
|
||||
</html>
|
||||
|
24
key.html
24
key.html
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - Key -->
|
||||
<!-- Version: 5.2.0-alpha.4 -->
|
||||
<!-- Version: 5.2.0-alpha.3 -->
|
||||
|
||||
<!-- Copyright 2022 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -11,21 +11,21 @@
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<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>
|
||||
</head>
|
||||
<body>
|
||||
<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" class="title">Inferencium</a></div>
|
||||
<div><a href="/about.html">About</a></div>
|
||||
<div><a href="/contact.html">Contact</a></div>
|
||||
<div><a href="/blog.html">Blog</a></div>
|
||||
<div><a href="/documentation.html">Documentation</a></div>
|
||||
<div><a href="/source.html">Source</a></div>
|
||||
<div><a href="/key.html">Key</a></div>
|
||||
<div><a href="/changelog.html">Changelog</a></div>
|
||||
<div><a href="/directory.html">Directory</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="about.html">About</a></div>
|
||||
<div><a href="contact.html">Contact</a></div>
|
||||
<div><a href="blog.html">Blog</a></div>
|
||||
<div><a href="documentation.html">Documentation</a></div>
|
||||
<div><a href="source.html">Source</a></div>
|
||||
<div><a href="key.html">Key</a></div>
|
||||
<div><a href="changelog.html">Changelog</a></div>
|
||||
<div><a href="directory.html">Directory</a></div>
|
||||
</nav>
|
||||
<h1>Key</h1>
|
||||
<nav id="toc">
|
||||
|
24
music.html
24
music.html
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - Music -->
|
||||
<!-- Version: 2.1.0-alpha.3 -->
|
||||
<!-- Version: 2.1.0-alpha.2 -->
|
||||
|
||||
<!-- Copyright 2023 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -11,21 +11,21 @@
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<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>
|
||||
</head>
|
||||
<body>
|
||||
<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" class="title">Inferencium</a></div>
|
||||
<div><a href="/about.html">About</a></div>
|
||||
<div><a href="/contact.html">Contact</a></div>
|
||||
<div><a href="/blog.html">Blog</a></div>
|
||||
<div><a href="/documentation.html">Documentation</a></div>
|
||||
<div><a href="/source.html">Source</a></div>
|
||||
<div><a href="/key.html">Key</a></div>
|
||||
<div><a href="/changelog.html">Changelog</a></div>
|
||||
<div><a href="/directory.html">Directory</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="about.html">About</a></div>
|
||||
<div><a href="contact.html">Contact</a></div>
|
||||
<div><a href="blog.html">Blog</a></div>
|
||||
<div><a href="documentation.html">Documentation</a></div>
|
||||
<div><a href="source.html">Source</a></div>
|
||||
<div><a href="key.html">Key</a></div>
|
||||
<div><a href="changelog.html">Changelog</a></div>
|
||||
<div><a href="directory.html">Directory</a></div>
|
||||
</nav>
|
||||
<h1>Music</h1>
|
||||
<section id="music">
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - Redirect - git.inferencium.net -->
|
||||
<!-- Version: 1.1.0-alpha.3 -->
|
||||
<!-- Version: 1.1.0-alpha.2 -->
|
||||
|
||||
<!-- Copyright 2023 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -11,22 +11,22 @@
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<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>
|
||||
</head>
|
||||
<!-- Navigation bar -->
|
||||
<body>
|
||||
<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" class="title">Inferencium</a></div>
|
||||
<div><a href="/about.html">About</a></div>
|
||||
<div><a href="/contact.html">Contact</a></div>
|
||||
<div><a href="/blog.html">Blog</a></div>
|
||||
<div><a href="/documentation.html">Documentation</a></div>
|
||||
<div><a href="/source.html">Source</a></div>
|
||||
<div><a href="/key.html">Key</a></div>
|
||||
<div><a href="/changelog.html">Changelog</a></div>
|
||||
<div><a href="/directory.html">Directory</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="about.html">About</a></div>
|
||||
<div><a href="contact.html">Contact</a></div>
|
||||
<div><a href="blog.html">Blog</a></div>
|
||||
<div><a href="documentation.html">Documentation</a></div>
|
||||
<div><a href="source.html">Source</a></div>
|
||||
<div><a href="key.html">Key</a></div>
|
||||
<div><a href="changelog.html">Changelog</a></div>
|
||||
<div><a href="directory.html">Directory</a></div>
|
||||
</nav>
|
||||
<h1>Redirect</h1>
|
||||
<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>
|
||||
|
||||
<!-- Inferencium - Website - Source -->
|
||||
<!-- Version: 4.1.0-alpha.3 -->
|
||||
<!-- Version: 4.1.0-alpha.2 -->
|
||||
|
||||
<!-- Copyright 2022 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -11,21 +11,21 @@
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<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>
|
||||
</head>
|
||||
<body>
|
||||
<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" class="title">Inferencium</a></div>
|
||||
<div><a href="/about.html">About</a></div>
|
||||
<div><a href="/contact.html">Contact</a></div>
|
||||
<div><a href="/blog.html">Blog</a></div>
|
||||
<div><a href="/documentation.html">Documentation</a></div>
|
||||
<div><a href="/source.html">Source</a></div>
|
||||
<div><a href="/key.html">Key</a></div>
|
||||
<div><a href="/changelog.html">Changelog</a></div>
|
||||
<div><a href="/directory.html">Directory</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="about.html">About</a></div>
|
||||
<div><a href="contact.html">Contact</a></div>
|
||||
<div><a href="blog.html">Blog</a></div>
|
||||
<div><a href="documentation.html">Documentation</a></div>
|
||||
<div><a href="source.html">Source</a></div>
|
||||
<div><a href="key.html">Key</a></div>
|
||||
<div><a href="changelog.html">Changelog</a></div>
|
||||
<div><a href="directory.html">Directory</a></div>
|
||||
</nav>
|
||||
<h1>Source</h1>
|
||||
<nav id="toc">
|
||||
|
Loading…
x
Reference in New Issue
Block a user