A new commit introduces a cite name that contains an accent character:
@inproceedings{Müller2024a,
It will cause the bibtex parser to fail with the following two errors:
failed to extract cite name of: @inproceedings{Müller2024a,
and
parse failed at 55:17: syntax error: unexpected $end, expecting tCOMM
The second error is an upstream limitation,
which I will try to get it merged to the upstream: https://github.com/nickng/bibtex.
We're going to use the `net4people_url` BibTeX key to link to a paper's
net4people discussion. BibTeX parsers don't know about this key and
should therefore ignore it.
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.