Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 952 Bytes

File metadata and controls

35 lines (23 loc) · 952 Bytes

Bibtex2html

This program reads a BibTeX file and converts it to a list of references in HTML format.

To use this program you need Python installed on your computer.

File description

  • bibtex2html.py: the bibtex2html program.
  • example.bib: example of BibTeX file.
  • template.html: example of template file.

Usage

To run the program, in a command-line interface enter the command

python bibtex2html.py bibtex.bib template.html output.html

Here, bibtex.bib is the BibTeX file that you want to convert, and template.html is any template file containing the following placeholders:

<!--NUMBER_OF_REFERENCES-->
<!--NEWER-->
<!--OLDER-->
<!--DATE-->
<!--LIST_OF_REFERENCES-->

These placeholders will be replaced by the program, and the result will be written to the file output.html.

License

Copyright (C) 2009-2015 Gustavo de Oliveira. Licensed under the GPL (see the license file).