scholdoc-citeproc: Scholdoc fork of pandoc-citeproc

[ bsd3, library, program, text ] [ Propose Tags ]

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]

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

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 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>
Revised Revision 1 made by timtylin at 2014-10-22T03:45:21Z
Category Text
Home page http://scholdoc.scholarlymarkdown.com
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-17T05:36:04Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables test-citeproc, scholdoc-citeproc
Downloads 1214 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

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.