[docs/download][s]: add download links for last formal release (v0.5).
This commit is contained in:
parent
bc414e9f8c
commit
e9ac15629d
@ -20,6 +20,11 @@ Running the tests by opening `test/index.html` in your browser.
|
||||
|
||||
## Changelog
|
||||
|
||||
### v0.6 - Aug/Sept 2012 (tbc)
|
||||
|
||||
[v0.6 milestone](https://github.com/okfn/recline/issues?milestone=5)
|
||||
|
||||
|
||||
### v0.5 - July 5th 2012 (first public release)
|
||||
|
||||
[40 closed issues](https://github.com/okfn/recline/issues?milestone=2&page=1&state=closed)
|
||||
|
||||
@ -9,6 +9,8 @@ title: Download
|
||||
</h1>
|
||||
</div>
|
||||
|
||||
<h2>Latest Code - Master</h2>
|
||||
<p>The tutorials on this website will usually be based on the latest (master) codebase. It should also be very stable.</p>
|
||||
<div class="row">
|
||||
<div class="span4">
|
||||
<a href="dist/recline.js" class="btn">
|
||||
@ -33,6 +35,31 @@ title: Download
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h2>Most Recent Official Release – v0.5</h2>
|
||||
<div class="row">
|
||||
<div class="span4">
|
||||
<a href="https://raw.github.com/okfn/recline/v0.5/dist/recline.js" class="btn">
|
||||
<strong>recline.js »</strong>
|
||||
<br />
|
||||
Single file containing all of Recline library
|
||||
</a>
|
||||
</div>
|
||||
<div class="span4">
|
||||
<a href="https://raw.github.com/okfn/recline/v0.5/dist/recline.dataset.js" class="btn">
|
||||
<strong>recline.dataset.js »</strong>
|
||||
<br />
|
||||
Single file with only the core data objects Dataset, Record etc without any Views or backends
|
||||
</a>
|
||||
</div>
|
||||
<div class="span4">
|
||||
<a href="https://github.com/okfn/recline/zipball/v0.5" class="btn">
|
||||
<strong>Full package (master) »</strong>
|
||||
<br />
|
||||
Everything - library, source code, unit tests, vendor libraries and documentation
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p style="margin-top: 20px;">After downloading recline you'll want to use it in your project -- see below or tutorials for details.</p>
|
||||
|
||||
### Changelog
|
||||
@ -51,8 +78,8 @@ Optional dependencies:
|
||||
|
||||
* [Mustache.js](https://github.com/janl/mustache.js/) >= 0.5.0-dev (required for all views)
|
||||
* [JQuery Flot](http://code.google.com/p/flot/) >= 0.7 (required for for graph view)
|
||||
* [Leaflet](http://leaflet.cloudmade.com/) >= 0.3.1 (required for map view
|
||||
* [Verite Timeline](https://github.com/VeriteCo/Timeline/) as of 2012-05-02
|
||||
* [Leaflet](http://leaflet.cloudmade.com/) >= 0.3.1 (required for map view)
|
||||
* [Verite Timeline](https://github.com/VeriteCo/Timeline/) as of 2012-05-02 (required for the timeline view)
|
||||
* [Bootstrap](http://twitter.github.com/bootstrap/) >= v2.0 (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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user