mirror of
https://github.com/NullHypothesis/censorbib.git
synced 2025-07-21 13:49:06 -04:00

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.
5 lines
72 B
Modula-2
5 lines
72 B
Modula-2
module censorbib-go
|
|
|
|
go 1.21.3
|
|
|
|
require github.com/nickng/bibtex v1.3.0
|