8000 GitHub - rszeto/bibble: another BibTeX-to-HTML (with Jinja2 templates)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rszeto/bibble

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 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 83.6%
  • HTML 16.4%
0