php-bibHTML

php-bibHTML (ZIP, 54kb) is a PHP conversion tool that generates an HTML publication list from a .bib file. It uses a slightly updated version of the Bibliophile BibTeX parser to parse the file.

News:

 

Main use:

<?php
include_once('php-bibHTML/main.php');

$bibfile = "/path/to/bibfile.bib";
print PHPbibHTML::bib_to_htmllist($bibfile, SPLITONYEAR);
?>

PHP-bibHTML supports 5 different types of lists (see below for screenshots of each):

Examples

Examples of php-bibHTML-generated publication lists:

Installation instructions

Screenshots

SPLITONYEAR SPLITONTYPE SPLITONYEARTHENTYPE
output of PHP-bibHTML
	when using 'SPLITONYEAR' output of
 	PHP-bibHTML when using 'SPLITONTYPE' output of PHP-bibHTML when using 'SPLITONYEARTHENTYPE'
SPLITONTYPETHENYEAR DONTSPLIT
output of PHP-bibHTML when using 'SPLITONTYPETHENYEAR' output of PHP-bibHTML when
	using 'DONTSPLIT'