Document non-Inferencium code derivation language exceptions
This commit is contained in:
parent
1e92f0d894
commit
f705def0af
12
about.xhtml
12
about.xhtml
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - About -->
|
||||
<!-- Version: 8.1.0-beta.2 -->
|
||||
<!-- Version: 8.1.0-beta.3 -->
|
||||
|
||||
<!-- 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user