Policy
How this works
What we collect
The form asks for one of four things: an eyewitness observation, a document pointer, a media upload, or historical knowledge. It also has an optional one-way contact field — a Signal handle or a burner email — that you can leave blank.
We do not collect your IP address. We do not set cookies. We do not load analytics, trackers, fingerprinters, or third-party scripts on this page or on the form page. The Cloudflare edge may see your IP in transit (it must, in order to route your packet), but the Worker that handles your submission does not log it or store it.
How your submission is stored
When the backend is live, your browser will encrypt your submission before it leaves your device, using an age public key published in this site's source. Only the holders of the corresponding private key can decrypt it. The ciphertext is stored in Cloudflare R2 object storage. The metadata we keep alongside it is limited to: kind of submission, server-side timestamp, and a random ticket id.
The private key is not held by any single person. It is split into shares using a threshold scheme, and two named editors must cooperate to decrypt any submission. This means that no one person — including a site maintainer working alone, or an attacker who compromises one editor's device — can read your submission.
Editor review
Every submission is read by two editors before anything derived from it is published. The editors are named on the About page. Their job is to:
- Verify the claim, or flag it as unverified
- Decide whether the claim belongs in the position paper, an era page, or nowhere
- Check whether the claim names or identifies a living person or a specific property — if it does, the person or owner is offered a chance to respond before publication
- Preserve the source in the editor archive regardless of publication decision
Unverified submissions are not published. Verified submissions appear in the relevant section of the site with citation back to the source, and — if the contributor left a contact — with a follow-up note to the contributor.
Rebuttal
If something on this site names you or your property and you want to correct or rebut it, use the same form. Select historical knowledge, mention which passage you're responding to, and include whatever supporting material you have. Rebuttals from named parties are treated as priority; they are routed to both editors within 48 hours of receipt once the backend is live.
Rebuttals that are factually supported are appended to the passage in question with a note. Rebuttals that are not supported by a record are still archived, but do not change the published page. Contributors may always request that their submission be deleted from the editor archive.
What we will not do
- We will not publish a submission without editor review.
- We will not disclose a contributor's identity (real, Signal handle, email) to any third party. The only identity exception is a court order; in that case the editors will challenge the order before complying, and contributors will be notified if legally permitted.
- We will not use submissions to build a profile of contributors.
- We will not share metadata (kind, timestamp, ticket id) outside the editor team without a specific research purpose and contributor notification.
Current status
The form is a stub. Submitting from /position/contribute/ currently shows a confirmation but does not transmit anything. The Worker code is scaffolded at ~/abalonecove/workers/contribute/ in the repository and is being finished. When it is deployed, this page will be updated with the exact age public key, the editors' names, and the commit hash of the live Worker. Until then, if you have something time-sensitive, email the address on the About page.