Seeded from the website branch's working tree as of zddc@76e1e78. Release artifacts (HTML tool builds + zddc-server binaries) live on the deploy host under /srv/zddc/releases/; they are reproducible from <tool>-vX.Y.Z tags on https://codeberg.org/VARASYS/ZDDC. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
38 lines
1.1 KiB
Markdown
38 lines
1.1 KiB
Markdown
# ZDDC website
|
|
|
|
Hand-edited content for [zddc.varasys.io](https://zddc.varasys.io). Two
|
|
files:
|
|
|
|
- `index.html` — landing page + install snippets.
|
|
- `reference.html` — the ZDDC file-naming convention specification.
|
|
|
|
Plus `css/`, `js/`, `img/` for shared styles and assets.
|
|
|
|
This repo intentionally does **not** contain release artifacts. The
|
|
ZDDC tools (`archive`, `transmittal`, `classifier`, `mdedit`,
|
|
`landing`) and the `zddc-server` binary are built from the source
|
|
repo at <https://codeberg.org/VARASYS/ZDDC> and deployed to the live
|
|
site by its build pipeline. They live on the deploy host under
|
|
`/srv/zddc/releases/`, never in this repo's git history.
|
|
|
|
## Preview locally
|
|
|
|
```sh
|
|
git clone https://codeberg.org/VARASYS/ZDDC-website
|
|
cd ZDDC-website
|
|
python3 -m http.server 8000
|
|
# open http://localhost:8000/
|
|
```
|
|
|
|
The preview won't have a `/releases/` directory unless you also have
|
|
the source repo and run its build pipeline. That's expected — the
|
|
two repos are intentionally decoupled.
|
|
|
|
## Contributing
|
|
|
|
Issues + PRs welcome. For changes to the tool source code (not the
|
|
website), file them at <https://codeberg.org/VARASYS/ZDDC>.
|
|
|
|
## License
|
|
|
|
[AGPL-3.0](LICENSE).
|