summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--README.717
1 files changed, 16 insertions, 1 deletions
diff --git a/README.7 b/README.7
index 070675f..a942c40 100644
--- a/README.7
+++ b/README.7
@@ -1,4 +1,4 @@
-.Dd February 11, 2020
+.Dd February 12, 2020
 .Dt README 7
 .Os "Causal Agency"
 .
@@ -125,6 +125,21 @@ configuration parsing
 XDG base directories
 .El
 .
+.Pp
+.Bl -tag -width "scripts/notify-send.scpt" -compact
+.It Pa scripts/notify-send.scpt
+.Xr notify-send 1
+in AppleScript
+.It Pa scripts/chroot-prompt.sh
+name prompt wrapper for chroot
+.It Pa scripts/chroot-man.sh
+.Xr man 1
+implementation for chroot
+.It Pa scripts/sshd_config
+.Xr sshd 8
+configuration for public chroot
+.El
+.
 .Sh CONTRIBUTING
 The upstream URL of this project is
 .Aq Lk https://git.causal.agency/catgirl .
NG_MAX which causes an out-of-bounds access on buf. Signed-off-by: Eric Wong <normalperson@yhbt.net> Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-19Add support for HEAD requestsLars Hjemli This is a quick 'n dirty hack which makes cgit honor HEAD requests. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-19Add support for ETag in 'plain' viewLars Hjemli When downloading a blob identified by its path, the client might want to know if the blob has been modified since a previous download of the same path. To this end, an ETag containing the blob SHA1 seems to be ideal. Todo: add support for HEAD requests... Suggested-by: Owen Taylor <otaylor@redhat.com> Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-12ui-tree: escape ascii-text properly in hexdump viewLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-12Makefile: add doc-related targetsLars Hjemli