This is a set of tools I built using bibtex, bibtexml, saxon (I'm using saxon 8, but other versions will probably work) and apache fop. It is based on storing the underlying data as bib format, then translating to (a variant of) bibtexml on the fly, and using xsl to transform that to a desired output format. The .sh files contain examples for creating:
To use:
Why did I build it? I needed something more standards-based (and more tailorable) than other tools out there on the web. I needed to be able to build a new output format in an hour or so (something I've regularly done subsequently). I don't think I could have done this with other tools. Your mileage may vary…
At the moment, we store the primary data in bib format using bibdesk (open source for Macintosh); any other bib maintenance tool would do as well. If I were building this today I'd probably use a web-based system such as zotero or citeulike.
In the long run, bib isn't the ideal format for storing the database; the ideal mechanism would store the data in an xml format (where we could include binary blobs for many of the components that academic administrators often want), and separately build an XRX-based mechanism for maintaining it. This requires a bit of work I don't have time for right now. In addition, I eventually plan to build an html form-filler to automate this task, that we often have to undertake (why administrators can't handle asking for an xml input format, instead of requiring manual web-based entry, is beyond me).