1931 Commits

Author SHA1 Message Date
3c2faba81e
feat(about): add Google Pixel 9-series to recommendations 2025-06-27 15:16:25 +00:00
8cf504191e
feat(about): drop Google Pixel 5a from recommendations
Google Pixel 5a is end-of-life and no longer receives low-level firmware
or kernel driver updates, even if a custom OS is used and provides
userspace updates.
2025-06-27 15:14:42 +00:00
baa36a1296
fix(about): switch to relative paths for local URLs
This simplifies reading and writing the code for URLs, since they are
all contained within the web server's website root directory.
2025-06-27 15:04:30 +00:00
d0570cfa84
feat(about): update XMPP-channels mention to SimpleX groups 2025-06-27 14:55:25 +00:00
182c8f1c45
fix(about): simplify wording 2025-06-27 14:50:17 +00:00
5d71da1aad
feat(about): remove Disability Labour as political affiliation
While I still completely support Disability Labour, it is not possible
for me to remain a member after terminating my Labour membership. Kier
Starmer is fully responsible for my withdrawal from both Labour and
Disability Labour.
2025-06-27 12:06:37 +00:00
08b0c919ad
feat(about): remove Labour as political affiliation
Labour under Kier Starmer no longer represents the Labour movement I
joined and supported. Until Kier Starmer and his close cabinet members
are gone, I will be against the party rather than for it.
2025-06-27 12:04:41 +00:00
16bb7acc30
rebase: webpage "About" "10.4.0-alpha.8" > "10.4.0" 2025-06-27 12:02:50 +00:00
916b7447ab
feat(dir): switch Administrators and Moderators columns
It makes more sense to have the columns arranged in a big-endian layout
with administrators before moderators.
2025-06-26 20:56:49 +00:00
4804c0dda0
feat(dir): switch from XMPP to SimpleX
All of my XMPP channels have been migrated to SimpleX. This commit
updates all XMPP channels to their respective SimpleX groups.
2025-06-26 20:51:40 +00:00
1a6e414ae5
rebase: webpage "Directory" "5.1.0-alpha.12" > "5.1.0" 2025-06-26 19:28:52 +00:00
3657cd3d51
fix(contact): grammar 2025-06-25 18:50:53 +00:00
7b21cd8b35
feat(contact): add SimpleX logo
Add the SimpleX logo as a continuation of commit
a2f0b1a33ced479993667877d6b555be1e652ad1.
2025-06-25 18:48:09 +00:00
596e7b684a
feat(contact): temporarily remove XMPP from contact methods
My XMPP server has not yet been brought back online; comment-out the
code until it is back online.
2025-06-25 18:44:38 +00:00
d4155305d7
feat(contact): remove metadata-free section
It does not make much sense to have a metadata-free section along with
standard end-to-end-encrypted contact methods due to the varying designs
and threat models. Different configurations within the platforms and/or
apps can also add or remove metadata, so it should be left to the user
to configure that or simply avoid the platform/app if it's a part of
their threat model.
2025-06-25 18:27:52 +00:00
a2f0b1a33c
feat(contact): replace Signal with SimpleX
SimpleX is ver similar to Signal, but requires no phone number, allows
using multiple chat profiles within the same Linux user account/Android
user profile, has a better metadata-stripping/metadata-hiding design,
and has better moderation features for groups.
2025-06-25 18:20:07 +00:00
925e31e7c0
rebase: webpage "Contact" from version "10.1.1-alpha.1" onto "10.1.1" 2025-06-25 18:14:16 +00:00
f1a1a21ced
fix(ui): fix webpage "Key" SSH-key table overflow
This commit fixes the SSH-key table overflow to prevent the entire
webpage from scrolling horizontally when the table overflows off-screen.
2025-06-24 19:56:44 +00:00
6265165412
feat(ui): improve distinguishability of code variables 2025-06-24 19:46:53 +00:00
bccf04b006
feat(key): add SSH public key and signature file links 2025-06-24 18:12:04 +00:00
26122a2dd4
fix(toc): update ToC to match new SSH-key section layout 2025-06-24 17:25:23 +00:00
368b54f486
fix(key): remove unnecessary key-length from SSH fingerprint 2025-06-24 17:21:17 +00:00
ebb67b9f29
feat(key): add SSH-validity colours 2025-06-24 17:08:39 +00:00
404c7fa8bf
rebase: CSS "Main" from version "12.4.0-alpha.1" onto "12.4.0" 2025-06-24 16:35:42 +00:00
243c00d851
fix(key): force single-line code via <pre> tag for SSH keys 2025-06-24 16:31:46 +00:00
07710f77d8
feat(key): add link to base allowed_signers file
This commit adds a link to my baseline `allowed_signers` file which was
introduced in commit 86e126aacdb49f64203852229c1fb63b0424d138.
2025-06-24 16:23:55 +00:00
b2672d1df0
feat(key): add SSH-key verification instructions 2025-06-24 16:12:29 +00:00
86e126aacd
feat(key): add base allowed_signers file for public usage
This commit adds an `allowed_signers` file for public usage which can be
used in lieu of manually adding my public keys to personal
`allowed_signers` files.
2025-06-24 15:55:49 +00:00
d2badd53b7
feat(key): add SSH-key IDs
This commit adds unique IDs to each of my SSH public keys, making it
easier to communicate their identities, rather than communicating the
entire public keys or their fingerprints.
2025-06-24 15:26:33 +00:00
e868ffc359
feat(key): make SSH public keys and signatures more user-friendly
This commit renames my SSH public keys and their respective signatures
to a user-friendly convention rather than the internal names used on my
systems.
2025-06-24 13:34:06 +00:00
8e625c6a7c
feat(key): add SSH public keys and their respective signatures
This commit adds all of my SSH public keys and their respective
signatures. Each key is signed with the previous key, down to the 0th
key, which is the root-of-trust
2025-06-24 12:26:03 +00:00
30633c498f
feat(key): add 2025-06-23 SSH key 2025-06-24 03:49:38 +00:00
1ad5f59d37
feat(key): switch SSH-key list to table 2025-06-24 03:43:36 +00:00
d6780bb48f
rebase: webpage "Key" from version "9.1.0-alpha.3" onto "9.1.0" 2025-06-24 02:42:37 +00:00
b2dfa3d718
Add webpage "Blog - #5" 2024-07-05 19:54:08 +01:00
150c120ec5
Rebase webpage "Blog" from version "8.1.0-alpha.1" onto "8.1.0" 2024-07-05 19:51:13 +01:00
cf4314e4e2
Fix hardened_malloc official documentation link
GitHub changed the way README URIs are handled. Update the URI to follow
the new format.
2024-06-29 13:07:16 +01:00
64ae866faa
Move link to AsciiDoc format mention
It's more logical to have the link to the AsciiDoc variant of the
documentation on the AsciiDoc format mention, rather than the
documentation source code repository mention.
2024-06-29 12:29:00 +01:00
0c93f68224
Rebase webpage "Documentation - hardened_malloc" from version "5.0.2-alpha.6" onto "5.0.2" 2024-06-29 12:26:14 +01:00
55dcc5fe19
Move link to AsciiDoc format mention
It's more logical to have the link to the AsciiDoc variant of the
documentation on the AsciiDoc format mention, rather than the
documentation source code repository mention.
2024-06-28 20:46:56 +01:00
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
2b55a849ec
Add horizontal overflow for CSS classes code.ovf and pre 2024-06-27 11:48:44 +01:00
265c32118e
Rebase CSS "Main" from version "12.3.0-alpha.2" onto "12.3.0" 2024-06-27 11:38:37 +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