82 Commits

Author SHA1 Message Date
d283d5b3d0
Improve code tags formatting
Switch to `<pre>` tag for code blocks which are not suitable for
in-sentence placement, to allow cleaner formatting along with the
ability to scroll horizontally on overflow.
2024-06-28 19:52:15 +01:00
0559e03bfe
Improve introduction
Split different parts of the introduction section into their own
paragraphs, along with improving the wording.
2024-06-28 19:25:03 +01:00
2f03024477
Rebase webpage "Documentation - OpenSSL Self-signed Certificate Chain" from version "5.0.1-alpha.1" onto "5.0.1" 2024-06-28 19:00:24 +01:00
b4d66d9995
Fix table horizontal overflow scrolling
The table for hardened_malloc arena counts caused the entire webpage to
scroll horizontally. Force only the table to scroll, while fixing the
webpage scroll.
2024-06-26 20:46:55 +01:00
fac206fefa
Clarify shared library approach 2024-06-26 20:26:49 +01:00
7013143434
Update Memory Protection Keys link from Linux version "6.7.0" to "6.9.0" 2024-06-26 18:24:15 +01:00
ed44a25f44
Improve wording 2024-06-26 15:38:41 +01:00
58f70ba8c0
Adjust wording for Linux FHS and /usr/ merge update 2024-06-26 15:37:40 +01:00
1bc332bf26
Use Linux FHS plus /usr/ merge for paths 2024-06-26 15:31:29 +01:00
8f5710576f
Rebase webpage "Documentation - hardened_malloc" from version "5.0.1-alpha.1" onto "5.0.1" 2024-06-26 15:10:21 +01:00
cdeeb241c4
Fix code indentation
This commit closes #59.
2024-03-18 00:36:16 +00:00
0f0f05464d
Rebase webpage "Documentation - OpenSSL Self-signed Certificate Chain" from version "5.0.0-alpha.2" onto "5.0.0" 2024-03-15 01:47:01 +00:00
afeb812554
Rebase webpage "Documentation - hardened_malloc" from version "5.0.0-alpha.2" onto "5.0.0" 2024-03-15 01:46:18 +00:00
c8b233884e
Fix Inferencium logo on small-display navigation bar
This commit closes #54.
2024-03-04 02:26:24 +00:00
393c17e8c0
Move news from webpage "Index" to dedicated "News"
This commit closes #48.
2024-03-03 23:57:44 +00:00
4c4f975229
Remove CSS class div.title a.title
This CSS class is unnecessary since it's already a part of the more
modular parent `div`.
2024-03-03 20:45:41 +00:00
e4e87af7f2
Add webpage "Sitemap" link to navigation bar
This commit closes #47.
2024-03-03 02:13:56 +00:00
8770d25eae
Increase title font size
This commit closes #50.
2024-03-03 00:24:57 +00:00
751aeff284
Rebase webpage "Documentation - OpenSSL Self-signed Certificate Chain" from version "4.0.0-alpha.2" onto "4.0.0" 2024-03-01 22:27:39 +00:00
37c3f72782
Rebase webpage "Documentation - hardened_malloc" from version "4.0.0-alpha.2" onto "4.0.0" 2024-03-01 22:26:20 +00:00
03796be388
Properly namespace files via filesystem directories
This commit closes issue #44.
2024-02-15 12:36:29 +00:00
3d881cff31
Add favicon
This commit closes issue #43.
2024-02-15 12:28:03 +00:00
b5cf7ffb04
Rebase webpage "Documentation - OpenSSL Self-signed Certificate Chain" from version "3.0.0-alpha.5" onto "3.0.0" 2024-02-15 10:26:44 +00:00
c068f9b84c
Rebase webpage "Documentation - hardened_malloc" from version "3.0.0-alpha.19" onto "3.0.0" 2024-02-15 10:25:44 +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
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
32e873ae32
Add unprivileged execution as requirement 2024-01-29 18:45:39 +00:00
5fafc2c3b9
Split section "Introduction" into more paragraphs 2024-01-29 18:44:50 +00:00
7fa419c508
Fix out-of-bounds paragraph text 2024-01-29 18:40:08 +00:00
0d61201c01
Remove "GrapheneOS" mentions from "hardened_malloc" documentation
It doesn't make much sense to have the developer(s)/publisher(s) noted
for every piece of software; use software name only.
2024-01-29 18:36:19 +00:00
f535c3e573
Reorder navigation bar list 2024-01-29 18:30:37 +00:00
f419a34346
Rebase webpage "Documentation - OpenSSL Self-signed Certificate Chain" from version "2.0.0-alpha.1" onto "2.0.0" 2024-01-29 17:55:15 +00:00
064de67572
Rebase webpage "Documentation - hardened_malloc" from version "2.0.0-alpha.1" onto "2.0.0" 2024-01-29 17:54:39 +00:00
dba0b18bc8
Switch from HTML to XHTML
XHTML provides strict parsing checks to enforce XML compliance, unlike
HTML which will allow broken code to load. Code-correctness will
substantially increase with this change.
2024-01-12 08:02:13 +00:00
90dcbf2cc9
Rebase webpage "Documentation - OpenSSL Self-signed Certificate Chain" from version "1.1.0-alpha.2" onto "1.1.0" 2024-01-12 06:48:41 +00:00
a8bcb0a15f
Rebase webpage "Documentation - hardened_malloc" from version "1.1.0-alpha.2" onto "1.1.0" 2024-01-12 06:37:49 +00:00
d5f96630cc
Revert "Switch from local relative paths to absolute"
This reverts commit 275a159e1336c62e2030ca6e9f092a5f9035d69e.

Webroot conflicts with local root filesystem and causes broken paths
when opening repository files locally. Revert change from relative to
absolute paths until a solution is found.
2023-11-20 04:29:14 +00:00