1a12e46bc7
Rebase webpage "Changelog - Firmware - aa000-0" from version "4.0.0-alpha.2" onto "4.0.0"
2024-02-27 22:43:18 +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
295b7776e0
Rebase webpage "Changelog - Firmware - xb000-0" from version "3.0.0-alpha.5" onto "3.0.0"
2024-02-15 10:16:59 +00:00
9f94eda1d6
Rebase webpage "Changelog - Firmware - xa000-0" from version "3.0.0-alpha.5" onto "3.0.0"
2024-02-15 10:16:05 +00:00
62a28ab258
Rebase webpage "Changelog - Firmware - aa000-0" from version "3.0.0-alpha.5" onto "3.0.0"
2024-02-15 10:14:34 +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
f535c3e573
Reorder navigation bar list
2024-01-29 18:30:37 +00:00
ca52ef1604
Remove webpage "Changelog - Planetarium"
...
Project "Planetarium" has been cancelled due to personal lack of
interest in Fediverse.
2024-01-29 17:40:40 +00:00
2509dd1834
Remove webpage "Changelog - Constellation"
...
Project "Constellation" has been cancelled due to lack of personal
interest in Fediverse.
2024-01-29 17:39:40 +00:00
2a3b7bb848
Rebase webpage "Changelog - Firmware - xb000-0" from version "2.0.0-alpha.1" onto "2.0.0"
2024-01-29 17:38:41 +00:00
e33732b954
Rebase webpage "Changelog - Firmware - xa000-0" from version "2.0.0-alpha.1" onto "2.0.0"
2024-01-29 17:37:54 +00:00
6eb768f60a
Rebase webpage "Changelog - Firmware - aa000-0" from version "2.0.0-alpha.1" onto "2.0.0"
2024-01-29 17:37:13 +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
658ac097fe
Rebase webpage "Changelog - Planetarium" from version "1.1.0-alpha.2" onto "1.1.0"
2024-01-12 06:10:33 +00:00
3b7f88a8e4
Rebase webpage "Changelog - Firmware - xb000-0" from version "1.1.0-alpha.2" onto "1.1.0"
2024-01-12 06:08:05 +00:00
7760610353
Rebase webpage "Changelog - Firmware - xa000-0" from version "1.1.0-alpha.2" onto "1.1.0"
2024-01-12 06:06:37 +00:00
304ad49085
Rebase webpage "Changelog - Firmware - aa000-0" from version "1.1.0-alpha.2" onto "1.1.0"
2024-01-12 06:06:31 +00:00
f9c82330de
Rebase webpage "Changelog - Constellation" from version "1.1.0-alpha.2" onto "1.1.0"
2024-01-12 05:55:01 +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
275a159e13
Switch from local relative paths to absolute
2023-11-20 04:19:37 +00:00
85548fa8cc
Switch navigation bar CSS class to "navbar"
2023-11-20 03:28:03 +00:00
65cb6aa20b
Add webpage "Directory" navigation bar link
2023-11-19 23:00:20 +00:00
855f9be161
Rebase webpage "Changelog - Planetarium" from version 1.0.1-alpha.11 onto 1.0.1
2023-11-19 19:57:56 +00:00
7056776c46
Rebase webpage "Changelog - Firmware - xb000-0" from version 1.0.1-alpha.11 onto 1.0.1
2023-11-19 19:56:50 +00:00
560d81d273
Rebase webpage "Changelog - Firmware - xa000-0" from version 1.0.1-alpha.11 onto 1.0.1
2023-11-19 19:55:17 +00:00
6edaa8adef
Rebase webpage "Changelog - Firmware - aa000-0" from version 1.0.1-alpha.11 onto 1.0.1
2023-11-19 19:53:41 +00:00
3a524322fa
Rebase webpage "Changelog - Constellation" from version 1.0.1-alpha.11 onto 1.0.1
2023-11-19 19:52:16 +00:00
7928aff117
Remove unnecessary comments
2023-11-16 19:39:38 +00:00
8c409cc984
Add custom CSS class "nav-bar" for main navigation bar
2023-11-16 17:39:35 +00:00
cf2bee44ef
Move navigation bar code inside body element
2023-11-16 17:12:20 +00:00
7a03618760
Reorder file metadata header
2023-11-16 17:00:16 +00:00
cd7849d03d
Reorder head element child elements
2023-11-16 16:52:21 +00:00
78c3e4d562
Close tags without an end tag
...
Closing tags which don't have an end tag provides more correctness for
XML and XHTML tools, and is not against HTML standards despite closing
such tags not being mandatory in HTML.
2023-11-16 16:42:54 +00:00
f16a6355d4
Set head element meta charset attribute to UTF-8
2023-11-16 16:17:34 +00:00
eca9fc50f9
Add HTML lang attribute
2023-11-16 16:03:33 +00:00
0e685dd463
Switch table of contents from section element to nav
2023-11-16 15:52:59 +00:00
84b7c9b655
Fix nav element
2023-11-16 15:19:34 +00:00
00d56aee87
Switch navigation bar from custom sidebar element to proper nav
2023-11-16 15:02:24 +00:00
caa37879ab
Rebase webpage "Changelog - Planetarium" from version 1.0.0-alpha.1+2 onto 1.0.0+4
2023-11-16 13:20:30 +00:00
7dd76ca94a
Remove webpage "Changelog - Inferencium Kernel"
...
Inferencium Kernel is no longer an Inferencium product; it has been
discontinued.
2023-11-16 13:18:58 +00:00
50aab0a1d2
Rebase webpage "Changelog - Firmware - xb000-0" from version 1.0.0-alpha.1+27 onto 1.0.0+29
2023-11-16 13:17:06 +00:00
ecd44f7cf4
Rebase webpage "Changelog - Firmware - xa000-0" from version 1.0.0-alpha.1+27 onto 1.0.0+29
2023-11-16 13:15:44 +00:00
a8344bee8d
Rebase webpage "Changelog - Firmware - aa000-0" from version 1.0.0-alpha.1+27 onto 1.0.0+29
2023-11-16 13:14:26 +00:00
a0f60807b9
Rebase webpage "Changelog - Constellation" from version 1.0.0-alpha.1+2 onto 1.0.0+4
2023-11-16 13:12:29 +00:00
56e2eb8ad6
Add Inferencium Kernel version 0.0.0-alpha.1+57 changelog
2023-10-03 07:33:24 +01:00
ab272bdb50
Add "Documentation" webpage
2023-10-03 07:30:48 +01:00