From f705def0afbc062aa97089abaf6d2aa04a84b4a7 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 10 Feb 2024 00:09:47 +0000 Subject: [PATCH] Document non-Inferencium code derivation language exceptions --- about.xhtml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/about.xhtml b/about.xhtml index eb83a9a..102d84e 100644 --- a/about.xhtml +++ b/about.xhtml @@ -1,7 +1,7 @@ - + @@ -134,6 +134,11 @@

Markup

The following markup languages are used in my code, with rationale provided for the usage of each language.

+

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.

XHTML

XHTML is preferred for most content @@ -169,6 +174,11 @@

Programming

The following programming languages are used in my code, with rationale provided for the usage of each language.

+

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.

Rust

Rust is a partially object-oriented