After hours: Bibliography in WordPress

So while building this page I figured I wanted to have some kind of easy tool to maintain my publications and projects lists. After some searching I found 3 interesting WP plugins:

  • WP-Table Reloaded – adds a nice looking GUI in admin panel to create and manage tables
  • bib2html – generate html directly from bibtex file and put into WP page (unfortunately discontinued and not working in WP2.8)
  • BiblioFly – generate bibliography from its internal base (each resource has to be entered by hand with a GUI in admin panel)

Out of the thee, WP-Table is apparently the best maintained plugin but its not directly aimed for generating the bibliography. Nice GUI, lots of options and CSS customizable.

On the other hand, Bib2html appears to be the best bibliography dedicated solution (especially when used together with i.e. Zotero to organize bibliography). It has good features but hardly any GUI and unfortunately it doesn’t work in the latest WP (2.8).

Than BiblioFly is something in between: like WP-Table has a GUI and internal database but its only aimed for bibliographic references (without bibtex import option like bib2html) and seems in a bit worse shape then WP-Table.

More to come when i decide which one to use.