docs(webserver): link the provenance guide from the homepage - #98
Merged
Conversation
The homepage "Provenance:" line pointed at the raw dated BOM (download/osmviews-<date>.cdx.json) — a JSON file download that looks broken to a casual visitor, and it needed a per-request date lookup. Point it at docs/downloads.md instead, which explains the BOM, updates, and verification and links the live BOM. Drops the @@prov@@ placeholder, the prov computation, the strings.Replace wrapper, the now-unused Storage.Version accessor, and the test that covered them (the homepage is now static HTML). localFile.Version / Content.Version stay — they build the Link header on the download itself. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0124hdGM7xKmGF3HPDy7PL6j
brawer
force-pushed
the
webserver-homepage-doc-link
branch
from
September 3, 2026 11:24
14205db to
8981cb8
Compare
brawer
enabled auto-merge (rebase)
September 3, 2026 11:35
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up agreed in review.
The homepage footer's "Provenance:" line linked the raw dated BOM (
download/osmviews-<date>.cdx.json) — a JSON download that looks broken to a casual visitor, and it required a per-requestStorage.Versionlookup +strings.Replacetemplating. Point it atdocs/downloads.mdinstead, which explains the BOM, how to check for updates, and the verification recipe — and links the live BOM.Removed: the
@@PROV@@placeholder, theprovcomputation, thestrings.Replacewrapper, the now-unusedStorage.Versionaccessor, andTestWebserver_MainPageLinksBOM(the homepage is now a static string — nothing to test).localFile.Version/Content.Versionstay — they build theLinkheader on the actual GeoTIFF download.Net −30 lines.
docs:type — cosmetic homepage change, ships silently.🤖 Generated with Claude Code