Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 677 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 677 Bytes

SWORD 3.0

This repository contains the source files for the SWORD 3.0 specification.

To see the published specification go to https://swordapp.github.io/swordv3/swordv3.html

Building from source

To compile the documentation in this repo:

  1. Obtain the compost documentation builder:
git clone [email protected]:CottageLabs/compost.git
cd compost
pip install -r requirements.txt
  1. Compile the source
cd [swordv3 source]
compost build config.json

This will compile the source for release on the swordv3 github pages.

If you wish to compile it for local use, you will need to make your own copy of config.json and adjust the settings accordingly.