Public Documentation
Documentation
The complete technical description of this site — its architecture, content model, build pipeline, security and privacy posture, and verification process — published as a signed PDF and a plain-text README.
This page is part of the verification chain. The PDF below is hashed in the signed integrity manifest, so anyone can confirm the document they downloaded is exactly the one that was published — no need to trust the host or the network.
The publication
One reading of the whole system, written so a non-technical reader and the engineer who maintains it can both follow it. The PDF is the canonical, page-designed edition; the README is the same documentation in plain text.
Documentation set
README
- Edition
- Published
- 24 June 2026
Integrity
The PDF is covered by the same signed manifest as every other published byte. Its fingerprint is recorded in integrity.json, which is signed with the published PGP key.
Signed artefact
README.pdf
SHA-256 recorded in integrity.json · Edition 2026-06-24
- SHA-256
- sha256-xVHXYyc6WikrTD55DmECN1VGSxgOzdLprYr74sBQU3w=
- Key
- pgp-key.asc
- Fingerprint
- A729 591B 450D 3F59 3694 98BD 8299 1F25 04AE 0263
View verification command
Download the PDF, hash it, and confirm the digest appears in the signed manifest.
curl -O https://trentpower.fr/documentation/README.pdf && openssl dgst -sha256 -binary README.pdf | openssl base64 && curl -s https://trentpower.fr/integrity.json | grep documentation/README.pdf
Read the full verification record, or browse the source mirror and release archive.