tapas

[discontinued] A small program used for compiling refer output into the APA reference format.
git clone https://noxz.tech/git/tapas.git
Log | Files | README | LICENSE

README
1tapas
2=====
3The name stands for **t**o **APA**, and the *s* is for added deliciousness.
4It's a small program used for compiling refer output into the APA reference
5format.
6
7The program reads refer output from *stdin* and prints the compiled result to
8*stdout*.
9
10Installation
11------------
12Edit config.mk to match your local setup (tapas is installed into the
13/usr/local namespace by default), then simply enter the following command to
14install (if necessary as root):
15
16    make clean install
17
18Customization
19-------------
20tapas can be customized by creating a custom config.h and (re)compiling the
21source code.
22
23Usage
24-----
25Tapas is intended to run in a pipe chain directly after refer, like so:
26
27    ... | refer | tapas | ... | troff
28
29License
30-------
31The program is licensed under the MIT license.