diff options
author | June McEnroe <june@causal.agency> | 2018-10-10 21:44:32 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-10-10 21:44:32 -0400 |
commit | fcc9bee6632a273dda5a363cfaed8793aafab88d (patch) | |
tree | f01c17c35376c3e2e5d837e3435c49e6a5089598 /torus.7 | |
parent | Link statically (diff) | |
download | torus-fcc9bee6632a273dda5a363cfaed8793aafab88d.tar.gz torus-fcc9bee6632a273dda5a363cfaed8793aafab88d.zip |
Add PNG renderer
Diffstat (limited to '')
-rw-r--r-- | torus.7 | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/torus.7 b/torus.7 new file mode 100644 index 0000000..256083c --- /dev/null +++ b/torus.7 @@ -0,0 +1,57 @@ +.Dd October 10, 2018 +.Dt TORUS 7 +.Os "Causal Agency" +. +.Sh NAME +.Nm torus +.Nd welcome to ascii.town! +. +.Sh DESCRIPTION +This software targets +.Fx +and Darwin. +. +.Pp +.Bl -tag -width "snapshot.sh" -compact +.It Pa torus.h +Shared structures and message protocol. +. +.It Pa server.c +Maps +.Pa torus.dat +and listens on +.Pa torus.sock . +. +.It Pa client.c +.Xr curses 3 +client. +. +.It Pa help.h +Tile data for help page. +. +.It Pa image.c +Renders PNGs of tiles. +. +.It Pa meta.c +Exports metadata from data file to CSV. +. +.It Pa merge.c +Interactively merges two data files. +. +.It Pa snapshot.sh +Snapshots data file, appropriate for cron. +.El +. +.Pp +.Bl -tag -width "default8x16.psfu" -compact +.It Pa sshd_config +Anonymous login to +.Xr chroot 8 Ap d client. +. +.It Pa index.html +Friendly directions. +. +.It Pa default8x16.psfu +Bitmap font from +.Lk http://kbd-project.org kbd . +.El |