Capitains Sparrow

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:
- Update the release version in bower.json and package.json
grunt build
- commit the updated json and package files and push to github
grunt page to update the gh-pages branch with latest code documentation
- Using the GitHub interface create a new release tag and release notes.