ZDDC — Zero Day Document Control. A file-naming convention plus five single-file HTML tools (archive, transmittal, classifier, mdedit, landing) and an optional Go HTTP server (zddc-server) with ACL and a virtual archive index. Self-contained, offline-capable, dependency-free. See README.md for an overview, AGENTS.md and ARCHITECTURE.md for the build/release/architecture detail, bootstrap/README.md for the two-level deployment install pattern, and zddc/README.md for the HTTP server.
9 lines
306 B
HTML
9 lines
306 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head><meta charset="utf-8"><title>zddc.filter test shim</title></head>
|
|
<body>
|
|
<!-- Loads shared/zddc.js then shared/zddc-filter.js so Playwright tests can call window.zddc.filter.* -->
|
|
<script src="zddc.js"></script>
|
|
<script src="zddc-filter.js"></script>
|
|
</body>
|
|
</html>
|