3.9 KiB
layout, title
| layout | title |
|---|---|
| container | Download |
Download Recline
Latest Code - Master
The tutorials on this website will usually be based on the latest (master) codebase. It should also be very stable.
Most Recent Official Release – v0.5
After downloading recline you'll want to use it in your project -- see below or tutorials for details.
Changelog
Dependencies
Recline has dependencies on some third-party libraries. Specifically, recline.dataset.js depends on:
- Underscore >= 1.0
- Underscore Deferred v0.4.0
- Backbone >= 0.5.1
Those backends which utilize jquery's ajax method depend on jQuery:
- JQuery >= 1.6
All the views require, in addition to those needed for recline.dataset.js:
- JQuery >= 1.6
- Mustache.js >= 0.5.0-dev (required for all views)
Individual views have additional dependencies such as:
- JQuery Flot >= 0.7 (required for for graph view)
- Leaflet >= 0.4.4 (required for map view)
- Leaflet.markercluster as of 2012-09-12 (required for marker clustering)
- Verite Timeline as of 2012-05-02 (required for the timeline view)
- Bootstrap >= v3 (default option for CSS and UI JS but you can use your own)
If you grab the full zipball for Recline this will include all of the relevant dependencies in the vendor directory and you can also find them at in the github repo here.
Example
Here is an example of the page setup for an app using every Recline component:
{% highlight html %}
{% include recline-deps.html %} {% endhighlight %}