From 648b3dd50ee662c09795df9c738fd067abfb4c4b Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Wed, 10 Oct 2018 21:44:32 -0400 Subject: Add PNG renderer --- torus.7 | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 torus.7 (limited to 'torus.7') 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 -- cgit 1.4.1