diff options
author | Wynn Wolf Arbor | 2020-05-31 19:35:06 +0200 |
---|---|---|
committer | Wynn Wolf Arbor | 2020-05-31 19:35:06 +0200 |
commit | 26e9dd45937136187b0a1b6bb75c9f7526b37ba7 (patch) | |
tree | b12174b939ec0997beb31a776a4f635fcc76e839 | |
parent | 31b95084abb39fbb0814ba86aec442782aef112f (diff) | |
download | skein-26e9dd45937136187b0a1b6bb75c9f7526b37ba7.tar.gz |
README: Reword introduction and include links to relevant resources
-rw-r--r-- | README.md | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -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/). |