Rebase webpage "About" from version "8.1.0-alpha.14" onto "8.1.0"

This commit is contained in:
inference 2024-02-15 06:26:24 +00:00
parent 7adb02fda0
commit 078ac5e5ac
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<!-- Inferencium - Website - About -->
<!-- Version: 8.1.0-alpha.14 -->
<!-- Version: 8.1.0 -->
<!-- Copyright 2022 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -134,6 +134,11 @@
<h3><a href="#languages-markup">Markup</a></h3>
<p>The following markup languages are used in my code, with
rationale provided for the usage of each language.</p>
<p>Note that derivations of non-Inferencium codebases, such as
forks, may not contain the markup languages listed here due to
the work involved in replacing all code, but will be rewritten
whenever possible, and new code will be written in my preferred
languages whenever possible.</p>
<section id="languages-markup-xhtml">
<h4><a href="#languages-markup-xhtml">XHTML</a></h4>
<p>XHTML is preferred for most content
@ -169,6 +174,11 @@
<h3><a href="#languages-programming">Programming</a></h3>
<p>The following programming languages are used in my code, with
rationale provided for the usage of each language.</p>
<p>Note that derivations of non-Inferencium codebases, such as
forks, may not contain the programming languages listed here due
to the work involved in replacing all code, but will be
rewritten whenever possible, and new code will be written in my
preferred languages whenever possible.</p>
<section id="languages-programming-rust">
<h4><a href="#languages-programming-rust">Rust</a></h4>
<p>Rust is a partially object-oriented
@ -179,7 +189,7 @@
is memory-efficient, has no garbage
collection, is highly portable, has
great support for integration with other
languages, and is well-suited for both
languages, and is suitable for both
high-level and low-level code.</p>
<p>Rust is the modern replacement for
C++.</p>