diff --git a/README.md b/README.md index 1a2953d4..98d0d049 100755 --- a/README.md +++ b/README.md @@ -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) diff --git a/download.markdown b/download.markdown index 1cfd59a8..468a6302 100644 --- a/download.markdown +++ b/download.markdown @@ -9,6 +9,8 @@ title: Download +

Latest Code - Master

+

The tutorials on this website will usually be based on the latest (master) codebase. It should also be very stable.

@@ -33,6 +35,31 @@ title: Download
+

Most Recent Official Release – v0.5

+
+
+ + recline.js » +
+ Single file containing all of Recline library +
+
+
+ + recline.dataset.js » +
+ Single file with only the core data objects Dataset, Record etc without any Views or backends +
+
+
+ + Full package (master) » +
+ Everything - library, source code, unit tests, vendor libraries and documentation +
+
+
+

After downloading recline you'll want to use it in your project -- see below or tutorials for details.

### 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