[docs/download][s]: add download links for last formal release (v0.5).

This commit is contained in:
Rufus Pollock
2012-08-15 12:47:56 +01:00
parent bc414e9f8c
commit e9ac15629d
2 changed files with 34 additions and 2 deletions

View File

@@ -20,6 +20,11 @@ Running the tests by opening `test/index.html` in your browser.
## Changelog ## 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) ### v0.5 - July 5th 2012 (first public release)
[40 closed issues](https://github.com/okfn/recline/issues?milestone=2&page=1&state=closed) [40 closed issues](https://github.com/okfn/recline/issues?milestone=2&page=1&state=closed)

View File

@@ -9,6 +9,8 @@ title: Download
</h1> </h1>
</div> </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="row">
<div class="span4"> <div class="span4">
<a href="dist/recline.js" class="btn"> <a href="dist/recline.js" class="btn">
@@ -33,6 +35,31 @@ title: Download
</div> </div>
</div> </div>
<h2>Most Recent Official Release &ndash; 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 &raquo;</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 &raquo;</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) &raquo;</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> <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 ### Changelog
@@ -51,8 +78,8 @@ Optional dependencies:
* [Mustache.js](https://github.com/janl/mustache.js/) &gt;= 0.5.0-dev (required for all views) * [Mustache.js](https://github.com/janl/mustache.js/) &gt;= 0.5.0-dev (required for all views)
* [JQuery Flot](http://code.google.com/p/flot/) >= 0.7 (required for for graph view) * [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 * [Leaflet](http://leaflet.cloudmade.com/) >= 0.3.1 (required for map view)
* [Verite Timeline](https://github.com/VeriteCo/Timeline/) as of 2012-05-02 * [Verite Timeline](https://github.com/VeriteCo/Timeline/) as of 2012-05-02 (required for the timeline view)
* [Bootstrap](http://twitter.github.com/bootstrap/) &gt;= v2.0 (default option for CSS and UI JS but you can use your own) * [Bootstrap](http://twitter.github.com/bootstrap/) &gt;= 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 If you grab the full zipball for Recline this will include all of the relevant