Explicitly use English Wikipedia articles for Wikipedia references
English is the world bridge language and most widespread language across the world. Also, English articles often have much greater quality than other languages.
This commit is contained in:
parent
fc81441f1c
commit
10bef988ef
20
about.xhtml
20
about.xhtml
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - About -->
|
||||
<!-- Version: 8.1.0-alpha.12 -->
|
||||
<!-- Version: 8.1.0-alpha.13 -->
|
||||
|
||||
<!-- Copyright 2022 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -105,7 +105,7 @@
|
||||
<section id="date_time">
|
||||
<h2><a href="#date_time">Date and Time</a></h2>
|
||||
<p>All dates and times across my services are
|
||||
<a href="https://wikipedia.org/wiki/ISO_8601">ISO 8601</a>-compliant.
|
||||
<a href="https://en.wikipedia.org/wiki/ISO_8601">ISO 8601</a>-compliant.
|
||||
The short-form format <code>YYYY-MM-DD</code> is used for
|
||||
dates, and <code>hh:mm:ss</code> is used for times, with
|
||||
display of seconds being based on required level of
|
||||
@ -327,11 +327,11 @@
|
||||
<li>User IP addresses used only for security and debugging
|
||||
purposes (purged along with logs)</li>
|
||||
<li>All connections made via
|
||||
<a href="https://wikipedia.org/wiki/Transport_Layer_Security#TLS_1.3">TLS 1.3</a>
|
||||
<a href="https://en.wikipedia.org/wiki/Transport_Layer_Security#TLS_1.3">TLS 1.3</a>
|
||||
only to ensure the most secure
|
||||
<a href="https://wikipedia.org/wiki/Authenticated_encryption">AEAD</a>
|
||||
<a href="https://en.wikipedia.org/wiki/Authenticated_encryption">AEAD</a>
|
||||
ciphers are used, along with
|
||||
<a href="https://wikipedia.org/wiki/Forward_secrecy">forward secrecy</a></li>
|
||||
<a href="https://en.wikipedia.org/wiki/Forward_secrecy">forward secrecy</a></li>
|
||||
<li>All connections made via high-security AEAD ciphers,
|
||||
preferring AES-256-GCM for devices with AES
|
||||
hardware acceleration, and ChaCha20-Poly1305 for devices without
|
||||
@ -342,22 +342,22 @@
|
||||
protocols, preferring X25519, with secp256r1 as a fallback
|
||||
(secp256r1 is mandated for TLS 1.3 by IETF RFC8446 section
|
||||
9.1)</li>
|
||||
<li><a href="https://wikipedia.org/wiki/Domain_Name_System_Security_Extensions">Domain Name System Security Extensions (DNSSEC)</a>
|
||||
<li><a href="https://en.wikipedia.org/wiki/Domain_Name_System_Security_Extensions">Domain Name System Security Extensions (DNSSEC)</a>
|
||||
enabled to provide a root-of-trust for encryption and
|
||||
authentication for domain and server configuration</li>
|
||||
<li><a href="https://wikipedia.org/wiki/DNS_Certification_Authority_Authorization">Certification Authority Authorization (CAA)</a>
|
||||
<li><a href="https://en.wikipedia.org/wiki/DNS_Certification_Authority_Authorization">Certification Authority Authorization (CAA)</a>
|
||||
records enabled to prevent all certificate authorities other
|
||||
than
|
||||
<a href="https://letsencrypt.org/">Let's Encrypt</a> from
|
||||
issuing TLS certificates for my domains</li>
|
||||
<li><a href="https://wikipedia.org/wiki/SSHFP_record">Secure Shell fingerprint (SSHFP)</a>
|
||||
<li><a href="https://en.wikipedia.org/wiki/SSHFP_record">Secure Shell fingerprint (SSHFP)</a>
|
||||
records enabled to provide a DNS-based root-of-trust for SSH
|
||||
connections to my domains</li>
|
||||
<li>Referrer headers disabled to prevent knowing where a user
|
||||
was redirected from</li>
|
||||
<li>All content sourced from my own domains, with third-party
|
||||
content prohibited via
|
||||
<a href="https://wikipedia.org/wiki/Content_Security_Policy">Content Security Policy</a>
|
||||
<a href="https://en.wikipedia.org/wiki/Content_Security_Policy">Content Security Policy</a>
|
||||
configuration</li>
|
||||
<li>All servers physically under my control (no VPS or other
|
||||
hosting providers)</li>
|
||||
@ -727,7 +727,7 @@
|
||||
<h2><a href="#gnulinux_or_linux">Is it GNU/Linux or Just Linux?</a></h2>
|
||||
<p>It's just Linux. GNU is unrelated to Linux, which is a
|
||||
kernel developed by
|
||||
<a href="https://wikipedia.org/wiki/Linus_Torvalds">Linus Torvalds</a>.
|
||||
<a href="https://en.wikipedia.org/wiki/Linus_Torvalds">Linus Torvalds</a>.
|
||||
Linux can be used entirely without GNU software in
|
||||
userspace, and the kernel can be compiled without the use of
|
||||
GNU tools. Just because GNU tools were used to initally
|
||||
|
Loading…
x
Reference in New Issue
Block a user