README These are template files, for use when starting projects on specific formats, ranging from languages to marked up ones. Each file may be copied to a more apropriate name, and be edited to suite each one needs. To quick check what each does, a head -1q * should give a first hint, but head -4 * | grep ' -- ' is better, as scripts must have '#! path' as first line. -- Carlos Duarte, 980629 ==== /* c-getopt -- template for use of getopt */ /* c-prog -- template c progs like cat (use their args as files for read */ # make-c -- template for a c project makefile # make-roff -- template for makefiles to assist production of documentation .\" man-1 -- template for unix section 1 man pages .\" man-3 -- template for unix section 3 man pages .\" man-code -- template to write code on man pages .\" man-short -- short template for man files .\" me -- template for a me paper with cover, toc and index .\" me-large -- large me doc, with title, author and abstract .\" me-setup -- template for configurating a me doc .\" me-small -- template for small me doc: title, author, no abstract .\" me-void -- template for void me doc: no title, no author, no abstract .\" ms-large -- large ms doc, with author, title, and abstract .\" ms-setup -- template to insert on a ms doc, in order to set things .\" ms-small -- template for small ms doc: title, author, no abstract .\" ms -- template for a void ms doc-- no title, no author, no abstract # sed-pfilt -- template for a sed printing filter # sed-sm -- template for a state machine with sed # sh -- template for shell scripts