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 | 648b3dd50ee662c09795df9c738fd067abfb4c4b (patch) | |
tree | d7763139210e67fa974dda0ed45e3358d5f519af /README | |
parent | Link statically (diff) | |
download | torus-648b3dd50ee662c09795df9c738fd067abfb4c4b.tar.gz torus-648b3dd50ee662c09795df9c738fd067abfb4c4b.zip |
Add PNG renderer
Diffstat (limited to '')
-rw-r--r-- | README | 31 |
1 files changed, 19 insertions, 12 deletions
diff --git a/README b/README index eda30ad..e7f3e3b 100644 --- a/README +++ b/README @@ -1,15 +1,22 @@ -Welcome to ascii.town! +TORUS(7) FreeBSD Miscellaneous Information Manual TORUS(7) -This software targets FreeBSD and Darwin. +NAME + torus – welcome to ascii.town! - torus.h Shared structures and message protocol. - server.c Maps torus.dat and listens on torus.sock. - client.c Curses client. - help.c Automated client which redraws a helpful banner. - meta.c Exports metadata from data file to CSV. - merge.c Interactively merges two data files. - snapshot.sh Snapshots data file, appropriate for cron. +DESCRIPTION + This software targets FreeBSD and Darwin. - sshd_config Anonymous login to chrooted client. - termcap.diff Patch for bright colors in xterm and rxvt. - index.html Friendly directions. + torus.h Shared structures and message protocol. + server.c Maps torus.dat and listens on torus.sock. + client.c curses(3) client. + help.h Tile data for help page. + image.c Renders PNGs of tiles. + meta.c Exports metadata from data file to CSV. + merge.c Interactively merges two data files. + snapshot.sh Snapshots data file, appropriate for cron. + + sshd_config Anonymous login to chroot(8)'d client. + index.html Friendly directions. + default8x16.psfu Bitmap font from kbd: http://kbd-project.org. + +Causal Agency October 10, 2018 Causal Agency |