Skip to content

Capitains/Sparrow

Repository files navigation

Capitains Sparrow

Build Status Bower version npm version

About

This software has been developed by @PerseusDL team to provide a simple and ready to use Javascript abstraction/implementation of the CTS norm. On the road leading to the CTS abstraction, we thought it might be nice to provide ready-to-use plugins for various uses and various libraries.

To build the compressed files, in a terminal, in the root of this repository:

npm install
grunt build

Plugins/Modules

Integrated plugins and relevant documentation

Services

  • LLT.Tokenizer : A Service implementation for the Latin Language Toolkit Tokenizer API (Support more than Latin language !)
  • Add your own

XSLT

jQuery

Releasing

Sparrow packages are registered as npm and bower packages. The release process is follows:

  1. Update the release version in bower.json and package.json
  2. grunt build
  3. commit the updated json and package files and push to github
  4. grunt page to update the gh-pages branch with latest code documentation
  5. Using the GitHub interface create a new release tag and release notes.
  6. npm publish to publish the new release to NPM (Bower is published automatically from GitHub)