Skip to content

Commit

Permalink
documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
wissenbach committed Nov 21, 2017
1 parent 269143e commit efa5c36
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions svg_rendering/page/js-gen/README.md
@@ -0,0 +1,17 @@
# Transcript Rendering Package

This directory contains code that renders the diplomatic transcript inside the web browser.

## Usage

Generate the intermediate text markup file, e.g. by calling `SimpleTransform` (see Dependencies) via maven

mvn --offline -q exec:java -Dexec.mainClass="de.faustedition.transcript.simple.SimpleTransform" < ${INPUT_FILE}

## Dependencies

The rendering library relies on a proprietary text markup format. This can be generated from an XML file by calling
`de.faustedition.transcript.simple.SimpleTransform.main()` found in `de.faustedition:faust:1.4`

## Directory Contents

0 comments on commit efa5c36

Please sign in to comment.