https://github.com/dspinellis/bib2xhtml
Convert BibTeX references into XHTML
https://github.com/dspinellis/bib2xhtml
bib2html bibtex convert-bibtex-files html
Last synced: 6 months ago
JSON representation
Convert BibTeX references into XHTML
- Host: GitHub
- URL: https://github.com/dspinellis/bib2xhtml
- Owner: dspinellis
- License: gpl-2.0
- Created: 2012-01-27T22:02:36.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2019-03-03T19:15:17.000Z (over 6 years ago)
- Last Synced: 2025-02-13T19:17:16.808Z (8 months ago)
- Topics: bib2html, bibtex, convert-bibtex-files, html
- Language: HTML
- Homepage: http://www.spinellis.gr/sw/textproc/bib2xhtml/
- Size: 744 KB
- Stars: 35
- Watchers: 6
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
[](https://travis-ci.org/dspinellis/bib2xhtml)
# bib2xhtml - Convert BibTeX Files into HTML
bib2xhtml is a program that converts BibTeX files into HTML
(specifically XHTML 1.0).
The conversion is mostly done by specialized BibTeX style files,
derived from a converted bibliography style template.
This ensures that the original BibTeX styles are faithfully reproduced.
Some postprocessing is performed by Perl code.
More information, documentation, and examples can be found on
the [bib2xhtml home page](http://www.spinellis.gr/sw/textproc/bib2xhtml/).# Installation
* Run ./gen-bst.pl from the directory to generate the html-\*.bst style files.
* Install html-\*.bst somewhere that bibtex can find them. If you have
installed an earlier version of bib2xhtml, remove html.bst and
html-abs.bst.* If you plan to use the bibsearch CGI script, edit the configuration
section at the beginning of it and install it in your http server's
cgi-bin directory. The script has comments with instructions on how
to call it from another HTML page.* If you want to modify the bst (bibtex style) files, edit
html-btxbst.doc and then run gen-bst to generate the new versions.
You probably won't need to, though.# Important news for people who already use bib2html
The way that the bibsearch CGI script is called from HTML has changed
in bib2html-1.25. Read the comments at the beginning of bibsearch
for the new calling conventions.# GNU emacs
For use with bibtex mode (available at
http://www.ida.ing.tu-bs.de/people/dirk/bibtex/),
I add the following to my ~/.emacs file:(setq bibtex-user-optional-fields
'(("url" "URL link (for bib2xhtml)")
("postscript" "PostScript file (for bib2xhtml)")
("pdf" "PDF file (for bib2xhtml)"))
("dvi" "DVI file (for bib2xhtml))# This is Free Software
The bib2html package is copyright 1996, David Hull.
In 2002, due to the lack of visible updates on the web, the program
was adopted for maintenance, distribution, and further evolution by
Diomidis Spinellis. Changes made by him include support for XHTML
1.0 and documentation bug fixes. The first public release of the
maintenance effort was in 2004 (version 2.1). On March 2004 the program
was renamed into bib2xhtml to avoid confusion with projects using the
name bib2html .Changes Copyright 2002-2018, Diomidis Spinellis.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU GenerERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Softwre
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.# Thanks to these people, who have contributed to bib2html
Peter J Knaggs, Juergen Vollmer, Chris Torrence, Michael Sanders,
Vispi Bulsara, Nick Cropper, Joe Wells, Luis Mandel, Ricardo E. Gonzalez,
Daniel Kapitan, Tammy Kolda, Walter M. Lioen, Panos Louridas, Aki Vehtari,
Martin P. J. Zinser, Eric Vinck, Mark Jelasity, Vasek Smidl, Bruno Salvy,
Wilfried Elmenreich, Rogan Carr, Frank Loeffler, Todd Gamblin, Klaus Brunner.