First lockstep cut. All six tools (5 HTML + zddc-server) at the same
version. zddc-server jumped from 0.0.7 → 0.0.8; HTML tools jumped from
0.0.2 → 0.0.8 (the coordinated next-stable rule picks max-tag + 1, so
HTML tools skip ahead in lockstep with the binary).
Tags created:
archive-v0.0.8
transmittal-v0.0.8
classifier-v0.0.8
mdedit-v0.0.8
landing-v0.0.8
zddc-server-v0.0.8
All tags point at 9fce18c (the source-state commit).
Artifacts under website/releases/:
- 5 per-version HTML tool files (immutable real bytes)
- 4 zddc-server binaries × 5 cascade levels (per-version + 4 symlink
levels) per platform = 20 binary entries per platform × 4 platforms
- 6 channel/per-version stub HTML pages for zddc-server (matrix-cell
download fan-out)
- All HTML tool channel mirrors updated to track v0.0.8
- Matrix index regenerated with v0.0.8 as current stable
channel-link verification: 30 link(s) ok
First time the verifier runs in non-bootstrap mode (zddc-server stable
chain anchored).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
34 lines
2.1 KiB
HTML
34 lines
2.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>zddc-server v0.0.8 — ZDDC</title>
|
|
<link rel="stylesheet" href="../css/style.css">
|
|
<style>
|
|
.dl-table { width: 100%; border-collapse: collapse; margin: 1rem 0; }
|
|
.dl-table th, .dl-table td { text-align: left; padding: 0.5rem 0.75rem; border-bottom: 1px solid var(--color-border); }
|
|
.dl-table a { color: var(--color-primary); text-decoration: none; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 0.9rem; }
|
|
.dl-table a:hover { text-decoration: underline; }
|
|
.breadcrumb { color: var(--color-text-muted); margin-bottom: 1rem; font-size: 0.9rem; }
|
|
.breadcrumb a { color: var(--color-text-muted); }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<main class="container" style="max-width: 720px; margin: 2rem auto;">
|
|
<p class="breadcrumb"><a href="/">home</a> / <a href="index.html">releases</a> / zddc-server v0.0.8</p>
|
|
<h1>zddc-server — v0.0.8</h1>
|
|
<p>Cross-compiled binaries. Download for your platform, mark executable, and run with <code>ZDDC_ROOT=/path/to/archive ./zddc-server</code>.</p>
|
|
<table class="dl-table">
|
|
<thead><tr><th>Platform</th><th>Download</th></tr></thead>
|
|
<tbody>
|
|
<tr><td>Linux (x86_64)</td><td><a href="zddc-server_v0.0.8_linux-amd64">zddc-server_v0.0.8_linux-amd64</a></td></tr>
|
|
<tr><td>macOS (Intel)</td><td><a href="zddc-server_v0.0.8_darwin-amd64">zddc-server_v0.0.8_darwin-amd64</a></td></tr>
|
|
<tr><td>macOS (Apple Silicon)</td><td><a href="zddc-server_v0.0.8_darwin-arm64">zddc-server_v0.0.8_darwin-arm64</a></td></tr>
|
|
<tr><td>Windows (x86_64)</td><td><a href="zddc-server_v0.0.8_windows-amd64.exe">zddc-server_v0.0.8_windows-amd64.exe</a></td></tr>
|
|
</tbody>
|
|
</table>
|
|
<p style="font-size: 0.9rem; color: var(--color-text-muted);">Need a different platform? Build from source: <code>(cd zddc && go build -o zddc-server ./cmd/zddc-server)</code> from the repo at the matching tag.</p>
|
|
</main>
|
|
</body>
|
|
</html>
|