/usr/share/doc/libghc-hs-bibutils-dev/README is in libghc-hs-bibutils-dev 4.12-7+b1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 | % Haskell Bindings to Bibutils, the Bibliography Conversion Utilities
% Andrea Rossato
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 [citeproc-hs] and [pandoc] to read and
use various bibliographic database formats for processing and
automatically formatting citations and references according to a [CSL]
style.
[citeproc-hs] 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.
Download
--------
[hs-bibutils] can be downloaded from [Hackage]:
<http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hs-bibutils>
To get the darcs source run:
darcs get http://code.haskell.org/hs-bibutils/
Installation
------------
[hs-bibutils] does not require [bibutils] to be installed, since it
ships with its one version of the library. To build and install
[hs-bibutils] unpack the tar archive, in the source directory run:
runhaskell Setup.lhs configure
runhaskell Setup.lhs build
runhaskell Setup.lhs install
This last step requires `root` privileges.
If you don't have `root` privileges you can install [hs-bibutils]
locally with these commands:
runhaskell Setup.lhs configure --user --prefix=$HOME
runhaskell Setup.lhs build
runhaskell Setup.lhs install --user
[hs-bibutils] should be compatible with cabal-install.
Documentation
-------------
The [Haddock] generated documentation is available here:
<http://code.haskell.org/hs-bibutils/docs/>
The original API documentation is available here:
<http://www.scripps.edu/~cdputnam/software/bibutils/library_specs.html>
Bug Reports
-----------
To submit bug reports you can use the [citeproc-hs] bug tracking
system available at the following address:
<http://code.google.com/p/citeproc-hs/issues>
Credits
-------
Thanks to [Chris Putnam] for his help.
Author
------
Andrea Rossato
`andrea.rossato at unitn.it`
Links to Related Projects
----------------
Bibutils
: <http://www.scripps.edu/~cdputnam/software/bibutils/>
Pandoc
: <http://johnmacfarlane.net/pandoc/>
Citeproc-hs:
: <http://code.haskell.org/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
[hs-bibutils]: http://code.haskell.org/hs-bibutils
[bibutils]: http://www.scripps.edu/~cdputnam/software/bibutils/
[Hackage]: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hs-bibutils
[citeproc-hs]: http://code.haskell.org/citeproc-hs
[CSL]: http://citationstyles.org/
[pandoc]: http://johnmacfarlane.net/pandoc/
[Zotero]: http://www.zotero.org
[MODS]: http://www.loc.gov/mods/
[Bruce D'Arcus]: http://community.muohio.edu/blogs/darcusb/
[John MacFarlane]: http://johnmacfarlane.net/
[Chris Putnam]: http://www.scripps.edu/~cdputnam/
[Haskell]: http://www.haskell.org/
[Haddock]: http://www.haskell.org/haddock/
|