Skip to content
Neel Smith edited this page Apr 15, 2017 · 13 revisions

CITE library manager

Overview

A CiteLibrary contains metadata about a repository, and may optionally contain TextRepository or other CITE repository objects. Create a CiteLibrary from text formatted in CITE Exchange (cex) format, or use a CiteRepositorySource to create a CiteRepository from a file in .cex format. See examples.

In the JVM subproject, the LocalFileConverter can create CEX representations of repositories from local files. For texts, the LocalFileConverter can create either a TextRepository object or a CEX strings from XML text files cataloged with a CTS TextInventory and CitationConfiguration file. See examples

To configure your sbt build to use scm, see these guidelines.

Clone this wiki locally