From 3ee7db4dbd5e84ec61b58d6195554b653ef83a3a Mon Sep 17 00:00:00 2001 From: Xavier Moffett Date: Sun, 23 Feb 2025 02:30:17 -0500 Subject: [PATCH] Summary metadata tag for `og:description` and fix excessive line length --- input/chunkylynx/index.html | 1 + input/error/400.html | 1 + input/error/401.html | 1 + input/error/403.html | 1 + input/error/404.html | 1 + input/error/405.html | 1 + input/error/502.html | 1 + input/error/504.html | 1 + input/home/about.md | 4 +++- input/home/links.md | 1 + input/home/projects.md | 14 ++++++++++---- 11 files changed, 22 insertions(+), 5 deletions(-) diff --git a/input/chunkylynx/index.html b/input/chunkylynx/index.html index ae63a8e..b0f559a 100644 --- a/input/chunkylynx/index.html +++ b/input/chunkylynx/index.html @@ -1,4 +1,5 @@ [//]: # "Title: chunkylynx.sapphirus.net" +[//]: # "Summary: Default page for the ChunkyLynx HTTP and reverse proxy service"

ChunkyLynx

diff --git a/input/error/400.html b/input/error/400.html index 91031eb..9520d70 100644 --- a/input/error/400.html +++ b/input/error/400.html @@ -1,4 +1,5 @@ [//]: # "Title: Malformed Request" +[//]: # "Summary: The server received a malformed request."

Malformed Request

diff --git a/input/error/401.html b/input/error/401.html index 567f97f..3dc559b 100644 --- a/input/error/401.html +++ b/input/error/401.html @@ -1,4 +1,5 @@ [//]: # "Title: Client Unauthenticated" +[//]: # "Summary: Authentication is required to access this resource."

Client Unauthenticated

diff --git a/input/error/403.html b/input/error/403.html index 72cc0ee..6da0a5b 100644 --- a/input/error/403.html +++ b/input/error/403.html @@ -1,4 +1,5 @@ [//]: # "Title: Access unauthorised" +[//]: # "Summary: Access to this resource has been prohibited."

Access Unauthorised

diff --git a/input/error/404.html b/input/error/404.html index 685e53c..ac7780c 100644 --- a/input/error/404.html +++ b/input/error/404.html @@ -1,4 +1,5 @@ [//]: # "Title: Not Found" +[//]: # "Summary: The resource requested not found on this server."

Not Found

diff --git a/input/error/405.html b/input/error/405.html index 6375823..5abce07 100644 --- a/input/error/405.html +++ b/input/error/405.html @@ -1,4 +1,5 @@ [//]: # "Title: Request Method Disallowed" +[//]: # "Summary: The request method used for this resource has been disallowed."

Request Method Disallowed

diff --git a/input/error/502.html b/input/error/502.html index cef8484..46c27ab 100644 --- a/input/error/502.html +++ b/input/error/502.html @@ -1,4 +1,5 @@ [//]: # "Title: Bad Gateway" +[//]: # "Summary: The upstream resource is unavailable."

Bad Gateway

diff --git a/input/error/504.html b/input/error/504.html index 276a3ba..98b81e9 100644 --- a/input/error/504.html +++ b/input/error/504.html @@ -1,4 +1,5 @@ [//]: # "Title: Gateway Timeout" +[//]: # "Summary: The upstream resource is unavailable."

Gateway Timeout

diff --git a/input/home/about.md b/input/home/about.md index d6c79f0..5311d07 100644 --- a/input/home/about.md +++ b/input/home/about.md @@ -1,4 +1,5 @@ [//]: # "Title: About - sapphirus.org" +[//]: # "Summary: Hello πŸ‘‹, I'm Xavier, also known by the psuedonym Sapphirus; this page summarises everything about me." [//]: # "Copyright (C) 2024-2025 Xavier Moffett All Rights Reserved" @@ -8,7 +9,8 @@ Hello πŸ‘‹, I'm Xavier, also known by the pseudonym Sapphirus, an autodidiact with a passion and interest for a diverse set of technologies. -You've stumbled upon my humble abode on the internet. Here I host various different projects β€” this website included β€” along with self-hosted infrastructure to support them. +You've stumbled upon my humble abode on the internet. Here I host various different projects β€” this website included +β€” along with self-hosted infrastructure to support them. ## Interests diff --git a/input/home/links.md b/input/home/links.md index 503948b..75ae744 100644 --- a/input/home/links.md +++ b/input/home/links.md @@ -1,4 +1,5 @@ [//]: # "Title: Links - sapphirus.org" +[//]: # "Summary: An assortment of links I've found to be interesting." [//]: # "Copyright (C) 2024 Xavier Moffett All Rights Reserved" diff --git a/input/home/projects.md b/input/home/projects.md index 94b7e61..e106df9 100644 --- a/input/home/projects.md +++ b/input/home/projects.md @@ -1,4 +1,5 @@ [//]: # "Title: Projects - sapphirus.org" +[//]: # "Summary: Projects I've worked on over the past while." [//]: # "Copyright (C) 2024-2025 Xavier Moffett All Rights Reserved" @@ -6,13 +7,17 @@ ## Software -These are software projects I've developed to one degree or another over the past while. Preferred language of choice right now is Rust, although you'll find other languages mixed within these projects. +These are software projects I've developed to one degree or another over the past while. Preferred language of choice +right now is Rust, although you'll find other languages mixed within these projects. -The source code for these projects, most of which are open source, are available both on Github and mirrored on my self-hosted [code forge](https://git.sapphirus.org). +The source code for these projects, most of which are open source, are available both on Github and mirrored on my +self-hosted [code forge](https://git.sapphirus.org). ### pacwrap ([Github](https://github.com/pacwrap)) ([Mirror](https://git.sapphirus.org/pacwrap)) -A package management front-end which utilises libalpm to facilitate the creation of unprivileged, userspace containers with parallelised, filesystem-agnostic deduplication. These containers are constructed via bubblewrap to execute package transactions and launch applications. +A package management front-end which utilises libalpm to facilitate the creation of unprivileged, userspace containers +with parallelised, filesystem-agnostic deduplication. These containers are constructed via bubblewrap to execute package +transactions and launch applications. ### Uketoru ([Github](https://github.com/SapphirusBeryl/Uketoru)) ([Mirror](https://git.sapphirus.org/Sapphirus/Uketoru)) @@ -40,7 +45,8 @@ Some projects of mine that are currently a _work in progress_, so they may not b Used to generate this website with πŸ¦€. More coming on this soonβ„’. -These hypertext documents were derived from version-controlled Markdown and HTML documents. Each document is made source available [here](https://git.sapphirus.org/sapphirus.org/website), along with the commit and its parent tagged in the footer of each page. +These hypertext documents were derived from version-controlled Markdown and HTML documents. Each document is made source available  +[here](https://git.sapphirus.org/sapphirus.org/website), along with the commit and its parent tagged in the footer of each page. ## Miscellaneous