Add new build tool.

bibliogra.py requires Python 2, which is a pain to deal with.  This
commit adds a Go tool that compiles CensorBib from BibTeX to HTML.  The
tool does the bare minimum and is quite strict in the BibTeX format it
expects.
This commit is contained in:
Philipp Winter 2024-03-09 16:28:23 -06:00
parent d432134ed4
commit 4be5f7bfb2
21 changed files with 2381 additions and 0 deletions

5
src/go.mod Normal file
View file

@ -0,0 +1,5 @@
module censorbib-go
go 1.21.3
require github.com/nickng/bibtex v1.3.0