hs-bibutils

Haskell bindings to bibutils, the bibliography conversion utilities.

https://github.com/wilx/hs-bibutils

Version on this page:6.2.0.1
LTS Haskell 22.13:6.10.0.0
Stackage Nightly 2024-03-14:6.10.0.0
Latest on Hackage:6.10.0.0

See all snapshots hs-bibutils appears in

LicenseRef-GPL licensed by Andrea Rossato
Maintained by Václav Haisman
This version can be pinned in stack with:hs-bibutils-6.2.0.1@sha256:a52ade094dc7e8cf2b7de238f34e79c59f98c98f8847436bcce9b9afd4f80035,4933

Module documentation for 6.2.0.1

Depends on 2 packages(full list with versions):

About

hs-bibutils is library with Haskell bindings to Chris Putnam’s bibutils, a library that interconverts between various bibliography formats using a common MODS-format XML intermediate.

hs-bibutils can be used with pandoc-citeproc to read and use various bibliographic database formats for processing and automatically formatting citations and references according to a CSL style.

pandoc-citeproc adds to pandoc, the famous Haskell text processing tool, a Bibtex like citation and bibliographic formatting and generation facility.

CSL is an XML language for specifying citation and bibliographic formatting, similar in principle to BibTeX .bst files or the binary style files in commercial products like Endnote or Reference Manager.

Documentation

The Haddock generated documentation is available here:

https://hackage.haskell.org/package/hs-bibutils/docs/Text-Bibutils.html

Bug Reports

To submit bug reports you can use the hs-bibutils bug tracking system available at the following address:

https://github.com/wilx/hs-bibutils/issues

Credits

Thanks to Chris Putnam for his help.

Author

Andrea Rossato

andrea.rossato at unitn dot it

Maintainer

Václav Haisman

vhaisman at gmail dot com

Links to Related Projects

Bibutils : https://sourceforge.net/p/bibutils/home/Bibutils/

Pandoc : https://pandoc.org/

Pandoc-Citeproc : https://github.com/jgm/pandoc-citeproc

Citeproc-hs: : http://istitutocolli.org/repos/citeproc-hs/

CSL : http://xbiblio.sourceforge.net/csl/

Legal

This software is released under the GNU GPL. See LICENSE for more details.

This is an early, “alpha” release. It carries no warranties of any kind.

Copyright © 2008 – 2010 Andrea Rossato

Changes

6.2.0.1

  • This is a patch release fixing MacOS X compilation.

  • Patched few minor warnings in imported Bibutils source.

  • Implemented Travis-CI builds through Cabal and Stack.

6.2

  • This release has removed wordout_dropkey because the corresponding constant in Bibutils has also been removed.