/bibble

another BibTeX-to-HTML (with Jinja2 templates)

Primary LanguagePython

bibble

A real quick experiment to make a better BibTeX-to-HTML (or BibTeX-to-whatever) converter using Pybtex and Jinja2.

Install in a virtualenv:

$ virtualenv venv
$ . venv/bin/activate
(venv)$ pip install -r .requirements.txt

Give bibble.py the name of a BibTeX file and a template. A sample template is included.

(venv)$ python bibble.py citations.bib simple.html > citations.html