scholdoc-citeproc: Scholdoc fork of pandoc-citeproc

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

This package is a fork of pandoc-citeproc, intended to support the development of Scholdoc. It is currently just a trivial fork just so it can compile against scholdoc-citeproc without polluting the pandoc-citeproc package and executable namespace.

This package is versioned identically to pandoc-citeproc.

For descriptions of the original pandoc-citeproc package, please visit http://hackage.haskell.org/package/pandoc-citeproc


[Skip to Readme]

Properties

Versions 0.6, 0.6
Change log changelog
Dependencies aeson (>=0.7 && <0.9), aeson-pretty, attoparsec, base (>=4), bytestring, containers (>=0.4 && <0.6), data-default, directory, filepath, ghc-prim, hs-bibutils (>=0.3), mtl, old-locale, parsec, process, rfc5051, scholdoc (>=0.1.3), scholdoc-citeproc, scholdoc-types (>=0.1.3), split, syb, tagsoup, temporary (>=1.1), text, text-icu, time, vector (>=0.10 && <0.11), xml-conduit (>=1.2 && <1.3), yaml (>=0.8.8.2) [details]
License BSD-3-Clause
Author Tim T.Y. Lin <timtylin@gmail.com>
Maintainer Tim T.Y. Lin <timtylin@gmail.com>
Category Text
Home page https://github.com/timtylin/scholdoc-citeproc
Bug tracker https://github.com/timtylin/scholdoc-citeproc/issues
Source repo head: git clone git://github.com/timtylin/scholdoc-citeproc.git
Uploaded by timtylin at 2014-10-17T04:49:07Z

Modules

[Index]

Flags

Automatic Flags
NameDescriptionDefault
small_base

Choose the new smaller, split-up base package.

Enabled
bibutils

Use Chris Putnam's Bibutils.

Enabled
embed_data_files

Embed locale files into the library (needed for windows packaging)

Disabled
unicode_collation

Use Haskell bindings to the International Components for Unicode (ICU) libraries

Disabled
test_citeproc

Build the test-citeproc program

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for scholdoc-citeproc-0.6

[back to package description]

Scholdoc-Citeproc

A fork of Pandoc-Citeproc for Scholdoc

Current stable version: 0.6

Development build status build status
Stable build status build status

This package is a fork of Pandoc-Citeproc. It is intended to support the development of Scholdoc, a fork of Pandoc that understands ScholarlyMarkdown. It is mean to be used as a filter with Scholdoc to resolve and format citations using a bibliography file and a CSL stylesheet. It can also be used (with --bib2yaml or --bib2json options) to convert a bibliography to a YAML format that can be put directly into a ScholarlyMarkdown document or to CSL JSON. Bibliographies can be in any of several formats, but BibTeX/BibLaTeX .bib database files are the best supported. For more information, consult the original README file of pandoc-citeproc, which is moved to README-pandoc-citeproc.md.

scholdoc-citeproc is currently just a trivial fork just so it can compile against Scholdoc-Types and Scholdoc instead of Pandoc-Types and Pandoc, without polluting the pandoc-citeproc package and executable namespace on the user's system. In the future, enhancements and modifications made as part of the Scholdoc project will be introduced here first.

The version number of this package is kept in sync with pandoc-citeproc.