<!--
%\VignetteEngine{knitr::knitr}
%\VignetteIndexEntry{8. Licenses}
-->

# External (non-R) dependencies

AnalysisPageServer makes extensive use of other open-source libraries:

* TinyXML-2

  * License: [Zlib license](http://en.wikipedia.org/wiki/Zlib_License)
  * Webpage: http://www.grinninglizard.com/tinyxml2docs/index.html
  * Note: Source file was modified as indicated in `src/tinyxml2.cpp` for compatibility with R build process (e.g. no writing directly to `stdout`/`stderr`).

* jQuery:
  * License: https://jquery.org/license/
  * Webpage: https://jquery.org

* jquery.resizableColumns:
  * License: http://opensource.org/licenses/MIT
  * Webpage: https://github.com/dobtco/jquery-resizable-columns

* Twitter Bootstrap:
  * License: http://www.apache.org/licenses/LICENSE-2.0
  * License of Glyphicons: http://creativecommons.org/licenses/by/3.0/
  * Webpage: http://getbootstrap.com/2.3.2/

* Animate.css:
  * License: http://opensource.org/licenses/MIT
  * Webpage: http://daneden.github.io/animate.css/

* RequireJS:
  * License: https://github.com/jrburke/requirejs/blob/master/LICENSE
  * Webpage: http://requirejs.org/

* Font Awesome:
  * License: http://fortawesome.github.io/Font-Awesome/license/
  * Webpage: http://fortawesome.github.io/Font-Awesome/

* Bacon.js:
  * License: https://github.com/baconjs/bacon.js/blob/master/LICENSE
  * Webpage: https://github.com/baconjs/bacon.js

* Bacon.jquery:
  * License: same as Bacon.js
  * Webpage: https://github.com/baconjs/bacon.jquery

* Bacon.model:
  * License: same as Bacon.js
  * Webpage: https://github.com/baconjs/bacon.model

* Blob.js:
  * License: https://github.com/eligrey/Blob.js/blob/master/LICENSE.md
  * Webpage: https://github.com/eligrey/Blob.js/

* FileSaver.js:
  * License: https://github.com/eligrey/FileSaver.js/blob/master/LICENSE.md
  * Webpage: https://github.com/eligrey/FileSaver.js

* Sortable.js:
  * License: http://opensource.org/licenses/MIT
  * Webpage: http://rubaxa.github.io/Sortable/

* async.js:
  * License: https://github.com/caolan/async/blob/master/LICENSE
  * Webpage: https://github.com/caolan/async

* d3.js:
  * License: http://opensource.org/licenses/BSD-3-Clause
  * Webpage: http://d3js.org/

* Backbone.js:
  * License: https://github.com/jashkenas/backbone/blob/master/LICENSE
  * Webpage: http://backbonejs.org/

* Backbone.localStorage:
  * License: https://github.com/jeromegn/Backbone.localStorage
  * Webpage: https://github.com/jeromegn/Backbone.localStorage

* Backbone.EventStreams:
  * License: http://opensource.org/licenses/MIT
  * Webpage: https://github.com/pyykkis/Backbone.EventStreams

* Backbone.queryparams:
  * License: https://github.com/jhudson8/backbone-query-parameters/blob/master/LICENSE
  * Webpage: https://github.com/jhudson8/backbone-query-parameters

* Underscore.js:
  * License: https://github.com/jashkenas/underscore/blob/master/LICENSE
  * Webpage: http://underscorejs.org/

* canvas-toBlob.js:
  * License: https://github.com/eligrey/canvas-toBlob.js/blob/master/LICENSE.md
  * Webpage: https://github.com/eligrey/canvas-toBlob.js/

* canvg.js:
  * License: http://opensource.org/licenses/mit-license.php
  * Webpage: https://code.google.com/p/canvg/

* hogan.js:
  * License: http://www.apache.org/licenses/LICENSE-2.0
  * Webpage: http://twitter.github.io/hogan.js/

* rgbcolor.js:
  * License: "Use it if you like it"
  * Webpage: http://www.phpied.com/rgb-color-parser-in-javascript/

* select2:
  * License: http://www.apache.org/licenses/LICENSE-2.0
  * Webpage: http://ivaynberg.github.io/select2/