summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-01-11 03:21:39 -0500
committerJune McEnroe <june@causal.agency>2020-01-11 03:21:39 -0500
commitf04381572bf7e626df5b5365879bfb3072cc4a98 (patch)
tree53239c8ed7d64e68496bbe964ea94b97726ea064
parentDocument Service Configuration (diff)
downloadlitterbox-f04381572bf7e626df5b5365879bfb3072cc4a98.tar.gz
litterbox-f04381572bf7e626df5b5365879bfb3072cc4a98.zip
Add README
-rw-r--r--README.763
1 files changed, 63 insertions, 0 deletions
diff --git a/README.7 b/README.7
new file mode 100644
index 0000000..3778c2b
--- /dev/null
+++ b/README.7
@@ -0,0 +1,63 @@
+.Dd January 11, 2020
+.Dt README 7
+.Os "Causal Agency"
+.
+.Sh NAME
+.Nm litterbox
+.Nd IRC logger
+.
+.Sh DESCRIPTION
+.Nm
+is a TLS-only IRC logger.
+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 ,
+but can also be used independently
+as a logging bot.
+.
+.Pp
+.Nm
+requires LibreSSL
+.Pq Fl ltls
+and SQLite
+.Pq Fl lsqlite3 ,
+and targets
+.Fx .
+It can also be built on Darwin.
+.
+.Sh FILES
+.Bl -tag -width "litterbox.c" -compact
+.It Pa database.h
+database functions and schema
+.It Pa litterbox.c
+IRC logging
+.It Pa scoop.c
+query building and output formatting
+.It Pa unscoop.c
+log file processing
+.It Pa config.c
+.Xr getopt_long 3 Ns -integrated
+configuration parsing
+.It Pa rc.d/
+.Fx
+.Xr rc 8
+scripts
+.El
+.
+.Sh CONTRIBUTING
+The upstream URL of this project is
+.Aq Lk https://git.causal.agency/litterbox .
+I'm happy to receive contributions in any form at
+.Aq Mt june@causal.agency .
+For sending patches by email, see
+.Aq Lk https://git-send-email.io .
+.
+.Sh SEE ALSO
+.Xr litterbox 1 ,
+.Xr scoop 1 ,
+.Xr unscoop 1
+.
+.Pp
+.Lk https://git.causal.agency/pounce "pounce"
37 -0500'>2019-12-23Add DO YOU DOUBT ME TRAITORJune McEnroe 2019-12-22Add license header to cgit CSSJune McEnroe As requested. Funny that its license header capitalizes You. 2019-12-22Add The Book of EttaJune McEnroe 2019-12-21Revert "Add first working version of imbox"June McEnroe Moved to <https://git.causal.agency/imbox>. This reverts commit 7ff5f3fd826e313ce8353a532bdfa4989dc946dc. 2019-12-21Add first working version of imboxJune McEnroe 2019-12-20Respect mailmap in gl pretty formatJune McEnroe 2019-12-20Set LANG in cgit filtersJune McEnroe ttpre needs to know about UTF-8 too so it can bold/italic non-ASCII chars. 2019-12-20Source .editrc before applying -v or -eJune McEnroe Otherwise a bind -v in .editrc will take precedence and overwrite the ^I binding for sh-complete. 2019-12-20Disable signing commitsJune McEnroe Why did I ever turn this on? This gets me nothing but inconvenience. RIP to all the wasted bytes in my git repos. 2019-12-19Ignore about-filterJune McEnroe 2019-12-19Fix matching make tags with no sourcesJune McEnroe 2019-12-19Avoid matching := assignments as tagsJune McEnroe 2019-12-18Hide line numbers when rendering mdocJune McEnroe Hack: output an extra <td> after rendering mdoc so that line numbers can be hidden based on there being three. This required splitting source-filter and about-filter since on about pages there is no table. 2019-12-18Customize cgit CSSJune McEnroe 2019-12-18Use :target rather than :focus pseudo-classJune McEnroe :target persists after you click on something else. 2019-12-18Copy cgit auxiliary binaries properlyJune McEnroe 2019-12-18Add git.causal.agency cgit configJune McEnroe 2019-12-18Bail from hi if input is binaryJune McEnroe NULs in the input cause an infinite loop in htmlEscape, not to mention regexes obviously not working, etc. 2019-12-16Post "cgit setup"June McEnroe