Skip to content
/ bibble Public
forked from sampsyo/bibble

another BibTeX-to-HTML (with Jinja2 templates)

Notifications You must be signed in to change notification settings

xlong88/bibble

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

another BibTeX-to-HTML (with Jinja2 templates)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 78.6%
  • HTML 21.4%