aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index ffa0751..1748611 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,12 @@
# skein - secure cgit hosting with slowcgi(8)
-This is a small collection of utilities needed for managing a secure and
-extensible deployment of cgit using OpenBSD's slowcgi(8).
+skein is a [framework](skein.7) for managing a secure and extensible deployment
+of [cgit](https://git.zx2c4.com/cgit/about/) using OpenBSD's slowcgi(8). It
+also includes a few small helper utilities.
## Utilities
-- skein-infra - set up skein's cgit chroot infrastructure
+- [skein-infra(8)](skein-infra.8) - set up skein's cgit chroot infrastructure
- cgit-about-filter - a C implementation of a simple about-filter for
- cgit using mandoc(1) and lowdown(1).
+ cgit using [mandoc(1)](https://mandoc.bsd.lv/) and
+ [lowdown(1)](https://kristaps.bsd.lv/lowdown/).