:; fortune
America's best buy for a dime is a telephone call to the right person.
:; ls -l
--rw-rw-r-- M 89 a sys 133 Nov 7 00:32 about
--rw-rw-r-- M 89 a sys 191 Nov 7 14:42 changes
d-rwxrwxr-x M 89 a sys 0 Nov 7 14:42 example
--rw-rw-r-- M 89 a sys 527 Nov 7 00:48 install
--rw-rw-r-- M 89 a sys 2195 Nov 7 14:42 zine.1.html
--rw-rw-r-- M 89 a sys 1431 Nov 7 14:42 zine.tgz
:; cat about
A script to serve up a text zine.
Inspired by A New Session and dial_a_zine by caraesten:
https://github.com/caraesten/dial_a_zine
:; cat install
1) Download zine.tgz from this page and uncompress it.
2) Read the mkfile and run 'mk install' once it looks good.
3) Put your zine in $home/lib/zine, or define $zinedata.
4) You can run zine directly, or call it from a file in /rc/bin/services:
'cp services.rc /rc/bin/service/tcp23' to make it accessible via telnet.
'cp services.rc /rc/bin/service/telcodata' for dial-in access.
Requirements:
• Plan 9 or plan9port (modify the #! line for plan9port).
:; troff -manhtml zine.1 | troff2html -t 'zine' > zine.1.html