Summary metadata tag for og:description
and fix excessive line length
This commit is contained in:
parent
f1df74d505
commit
3ee7db4dbd
11 changed files with 22 additions and 5 deletions
|
@ -1,4 +1,5 @@
|
|||
[//]: # "Title: chunkylynx.sapphirus.net"
|
||||
[//]: # "Summary: Default page for the ChunkyLynx HTTP and reverse proxy service"
|
||||
|
||||
<div class="splash">
|
||||
<h1>ChunkyLynx</h1>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
[//]: # "Title: Malformed Request"
|
||||
[//]: # "Summary: The server received a malformed request."
|
||||
|
||||
<div class="err">
|
||||
<h1>Malformed Request</h1>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
[//]: # "Title: Client Unauthenticated"
|
||||
[//]: # "Summary: Authentication is required to access this resource."
|
||||
|
||||
<div class="err">
|
||||
<h1>Client Unauthenticated</h1>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
[//]: # "Title: Access unauthorised"
|
||||
[//]: # "Summary: Access to this resource has been prohibited."
|
||||
|
||||
<div class="err">
|
||||
<h1>Access Unauthorised</h1>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
[//]: # "Title: Not Found"
|
||||
[//]: # "Summary: The resource requested not found on this server."
|
||||
|
||||
<div class="err">
|
||||
<h1>Not Found</h1>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
[//]: # "Title: Request Method Disallowed"
|
||||
[//]: # "Summary: The request method used for this resource has been disallowed."
|
||||
|
||||
<div class="err">
|
||||
<h1>Request Method Disallowed</h1>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
[//]: # "Title: Bad Gateway"
|
||||
[//]: # "Summary: The upstream resource is unavailable."
|
||||
|
||||
<div class="err">
|
||||
<h1>Bad Gateway</h1>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
[//]: # "Title: Gateway Timeout"
|
||||
[//]: # "Summary: The upstream resource is unavailable."
|
||||
|
||||
<div class="err">
|
||||
<h1>Gateway Timeout</h1>
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue