Fix the tag filter, drop dead CSS, correct the credits page
/discover/tags leaf links omitted mode=items, so clicking a tag returned
unfiltered results with no sign the filter had been dropped. They now
build the same URL the tag autocomplete already builds in db/discover.rs.
.use-case-card.coming-soon lost its only consumer when the Coming soon
block came out of use_cases.html.
The credits page said libgit2 backs "every push, browse, and smart-HTTP
serve". It does not. The wire protocol runs the git binary in a separate
process (git_ssh.rs spawns git-shell, routes/git/raw.rs spawns git), and
libgit2 is linked only for browsing: history, blame, diffs, refs, object
reads. The distinction matters for licensing, since a separate process is
mere aggregation. Also corrected the git browser's path, which the page
gave as /source rather than /git.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-01 20:05 UTC
This page lists the third-party software, services, fonts, and standards Makenot.work is built on, along with their licenses and homepages. Only direct dependencies are enumerated; transitive dependencies (the dependencies of our dependencies) run into the hundreds and aren't listed here. Makenot.work itself ships under PolyForm Noncommercial 1.0.0.
3
+
This page lists the third-party software, services, fonts, and standards Makenotwork is built on, along with their licenses and homepages. Only direct dependencies are enumerated; transitive dependencies (the dependencies of our dependencies) run into the hundreds and aren't listed here. Makenotwork itself ships under PolyForm Noncommercial 1.0.0.
Rust bindings to libgit2; backs every push, browse, and smart-HTTP serve under `/source`. GPL-2.0 with linking exception.
47
+
Rust bindings to libgit2; backs repository browsing under `/git`: history, blame, diffs, refs, and object reads. The wire protocol (fetch and push, over both SSH and smart-HTTP) is served by the `git` binary in a separate process, not by libgit2. GPL-2.0 with linking exception.
48
48
49
49
### [argon2](https://github.com/RustCrypto/password-hashes/tree/master/argon2) and [webauthn-rs](https://github.com/kanidm/webauthn-rs)