Preserve
Make it hard to erase
Mirrors, exports, integrity. This is how a civil library survives.
Mirroring options
- Host on multiple domains (simple copy deploy).
- Keep a static export copy (HTML) for quick redeploy.
- Publish an integrity manifest (SHA-256 list of key files).
Simple static export idea
Because this is PHP, the fastest approach is to keep the content in simple pages and mirror the whole folder. If you want “true static,” we can add a one-click build script next.