1661 Commits

Author SHA1 Message Date
c176672343
Apply new links to section "Table of Contents" 2024-02-06 00:01:40 +00:00
e46d65e1b8
Remove hyphens from non-code SPDX License Identifier string
This was missed in commit 0c4a95d308adc6c7f312b456dd2822f83d3b1878.
2024-02-05 22:27:49 +00:00
0c4a95d308
Improve SPDX License Identifier section of licenses
Remove `<code>` elements from "SPDX License Identifier" string, setting
it to bold formatting, instead; this reserves code formatting for the
actual license.
2024-02-05 22:25:43 +00:00
5c2c327baf
Reformat section "Licensing" to conform to code style
Add subsections for each licence type and license, fix section IDs and
corresponding heading links, fix heading wording, and change line
lengths to conform to code style.
2024-02-05 22:16:20 +00:00
04d1216aeb
Reformat section "Date and Time" line length to conform to code style 2024-02-05 21:45:26 +00:00
d8d220d857
Add heading level 1 self-referring link 2024-02-05 21:41:22 +00:00
39358641f3
Reformat section "About Me" to conform to code style
Switches incorrect `<br/>` tags to proper `<p>` tags, and changes line
lengths to conform to coding style.
2024-02-05 21:23:21 +00:00
a6c7fd654f
Decrease font sizes 2024-02-04 21:34:40 +00:00
b120180ced
Rebase CSS "Main" from version "11.4.0-alpha.1" onto "11.4.0" 2024-02-04 20:35:26 +00:00
cd40b00b1f
Rebase webpage "About" from version "8.0.0-alpha.11" onto "8.0.0" 2024-02-04 20:34:23 +00:00
aa775a8298
Disallow iThenticate 2024-02-02 19:18:31 +00:00
f4d822b45a
Disallow NPBot 2024-02-02 19:12:43 +00:00
ff36537e5a
Add Turnitinbot reference link 2024-02-02 19:05:49 +00:00
5e3cacd444
Disallow Turnitinbot 2024-02-02 19:04:11 +00:00
645686a24d
Disallow ChatGPT 2024-02-02 18:57:33 +00:00
2131135c96
Disallow Google Bard 2024-02-02 18:55:03 +00:00
03d7141525
Add file "robots.txt"
"robots.txt" is a file which allows the website owner to disallow bots,
crawlers, scrapers, and other potentially malicious or unwanted
behaviour on their website.
2024-02-02 18:53:20 +00:00
a959c31b3e
Add Codeberg proprietary code and repository restriction notice 2024-02-01 00:54:34 +00:00
77bb9ba9f7
Clarify source code repositories 2024-02-01 00:50:35 +00:00
4acc0590af
Add link to main Inferencium source code repositories 2024-02-01 00:50:03 +00:00
0b7e6e50b0
Add news-related content 2024-02-01 00:47:35 +00:00
2ee7e662c1
Add Codeberg source code repository mirror news 2024-02-01 00:34:03 +00:00
f8f023b655
Rebase webpage "Index" from version "5.0.0-alpha.3" onto "5.0.0" 2024-02-01 00:29:21 +00:00
eb9ad2e1bb
Decrease font sizes 2024-01-30 17:59:34 +00:00
840f54b455
Fix code indentation 2024-01-30 17:45:11 +00:00
d6ffe3b4ba
Add arena count table <thead> and <tbody> elements 2024-01-30 17:38:44 +00:00
ccd0ceed63
Clarify arena count must be non-negative integer 2024-01-30 17:36:25 +00:00
496d0e6b8f
Switch to <code> formatting for arena count integer 2024-01-30 17:34:24 +00:00
bdfe6373d8
Remove "Planetarium" from source list
Project "Planetarium" has been cancelled due to lack of personal
interest in Fediverse.
2024-01-30 17:29:24 +00:00
f40f2ddd03
Remove "Constellation" from source list
Project "Constellation" has been cancelled due to lack of personal
interest in Fediverse.
2024-01-30 17:28:24 +00:00
75962e1c8a
Update XMPP key updated date 2024-01-30 17:20:40 +00:00
b62b16e467
Fix sentence structure 2024-01-30 16:39:24 +00:00
e2ff071376
Remove Google Pixel 4a (5G) and Pixel 5 support timeframes
Google Pixel 4a (5G) and Pixel 5 devices are now end-of-life and no
longer receive full firmware or driver updates.
2024-01-30 16:37:13 +00:00
b0f3588958
Remove Google Pixel 8-series support timeframe Apple comparison
It's not logical to make comparisons when the support timeframe itself
is device-specific and has no relation to other devices.
2024-01-30 16:35:03 +00:00
8418eb8aec
Remove duplicate link 2024-01-30 16:27:52 +00:00
0ce67deeef
Fix wording 2024-01-30 16:25:42 +00:00
9fda4f1f90
Add section "Versioning" and subsections 2024-01-30 16:12:41 +00:00
598f7b8fbf
Move subsection "About Me - Is it GNU/Linux or Just Linux" to its own section
It's more logical to move this section out of the "About Me" section
when it's unrelated to me, personally. It's the least related to me out
of everything on the "About" webpage, so it should be placed at the
bottom.
2024-01-30 01:42:05 +00:00
d56e955052
Switch from <section> elements to <article> for changelog entries
It's more logical to use `<article>` elements for changelog entries
since they are their own self-contained article about each version; each
version is not a different section of the same changelog entry.
2024-01-30 00:59:05 +00:00
7a651eafde
Remove units from img element height and width attributes
Units are not permitted to be used in `height` and `width` attributes in
`img` elements.
2024-01-30 00:01:48 +00:00
331f055a96
Add alt attribute to images
`alt` attribute is a mandatory attribute of `<img>` elements.
2024-01-29 23:18:34 +00:00
0a39225eea
Remove duplicate IDs
IDs should not be defined multiple times. Use the `<section>` elements
to define the IDs rather than the headings.
2024-01-29 21:41:25 +00:00
975692c23a
Add Linux Memory Protection Keys reference link 2024-01-29 20:43:00 +00:00
2c58ce1908
Switch from paragraph formatting to table formatting for arena counts 2024-01-29 20:38:26 +00:00
ee89fe5ef5
Fix line length to conform to code style 2024-01-29 20:30:27 +00:00
4c9546a325
Fix preloading syntax
`/etc/environment` does not require `export` or quotation mark wrapping.
2024-01-29 20:28:09 +00:00
67b88c3af1
Fix 1st-level heading and section indentation 2024-01-29 20:23:29 +00:00
90911cc33c
Fix wording 2024-01-29 20:13:58 +00:00
9eb89b33bf
Document light variant security properties versus default allocators 2024-01-29 20:11:07 +00:00
e3ba86d7ca
Mention potential memory fragmentation due to too-high arena count 2024-01-29 18:55:00 +00:00