diff options
author | June McEnroe <june@causal.agency> | 2020-07-21 15:48:54 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-07-21 15:48:54 -0400 |
commit | 71b4cfca2f8edeba56e7da11c0b8a00bd349d7f3 (patch) | |
tree | dc1e4d2d8cd175a286cc366f8bed59ccbee94e1f /README.7 | |
parent | Add -U scooper-url option to make scooper links (diff) | |
download | litterbox-71b4cfca2f8edeba56e7da11c0b8a00bd349d7f3.tar.gz litterbox-71b4cfca2f8edeba56e7da11c0b8a00bd349d7f3.zip |
Add scooper to README
Diffstat (limited to '')
-rw-r--r-- | README.7 | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/README.7 b/README.7 index dacb943..62ea486 100644 --- a/README.7 +++ b/README.7 @@ -1,4 +1,4 @@ -.Dd July 8, 2020 +.Dd July 21, 2020 .Dt README 7 .Os "Causal Agency" . @@ -13,10 +13,20 @@ It logs events from IRC in a SQLite database, indexing messages for full-text search. It is intended for use with the IRC bouncer -.Xr pounce 1 , +.Lk https://git.causal.agency/pounce pounce , but can also be used independently as a logging bot. . +.Pp +.Nm +provides the +.Xr scoop 1 +command-line query utility. +A web interface for +.Nm +is provided by +.Lk https://git.causal.agency/scooper scooper . +. .Sh INSTALLING .Nm targets @@ -77,13 +87,18 @@ For sending patches by email, see .Xr scoop 1 , .Xr unscoop 1 . -.Pp +.Bl -item +.It IRC bouncer: -.Lk https://git.causal.agency/pounce "pounce" -. +.Lk https://git.causal.agency/pounce pounce +.It +Web interface: +.Lk https://git.causal.agency/scooper scooper +.It .Rs .%A June Bug .%T IRC Suite .%U https://text.causal.agency/010-irc-suite.txt .%D June 19, 2020 .Re +.El |