From 8d8cd28f727ddf880671fa46c1e2132c68dae589 Mon Sep 17 00:00:00 2001 From: Rufus Pollock Date: Fri, 6 Jul 2012 13:55:49 +0100 Subject: [PATCH] [README][s]: bring up to date. --- README.md | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index fc65ceb0..1a2953d4 100755 --- a/README.md +++ b/README.md @@ -1,10 +1,6 @@ -Recline DataExplorer is an open-source pure javascript data explorer and data -refinery. Imagine it as a spreadsheet plus Google Refine plus Visualization -toolkit, all in pure javascript and html. +A simple but powerful library for building data applications in pure Javascript and HTML. -Designed for standalone use or as a library to integrate into your own app. - -

Recline Website - including Overview, Documentation, Demos etc

+

Recline Website - including Overview, Documentation, Demos etc

## Features @@ -12,13 +8,10 @@ Designed for standalone use or as a library to integrate into your own app. * Open-source (and heavy reuser of existing open-source libraries) * Pure javascript (no Flash) and designed for integration -- so it is easy to embed in other sites and applications -* View and edit your data in clean tabular interface +* View and edit your data in clean grid interface * Bulk update/clean your data using an easy scripting UI * Visualize your data -* And more ... see - -![screenshot](http://farm8.staticflickr.com/7020/6847468031_0f474de5f7_b.jpg) - +* And more ... see ## Developer Notes @@ -27,16 +20,17 @@ Running the tests by opening `test/index.html` in your browser. ## Changelog -### v0.5 - Master +### v0.5 - July 5th 2012 (first public release) -In progress. +[40 closed issues](https://github.com/okfn/recline/issues?milestone=2&page=1&state=closed) -Possible breaking changes: +Lots of breaking changes to the API from v0.4 (should be very few going forwards) including: * State only stores backend (name) and dataset url (in url field) rather than entire dataset object * Backends heavily reorganized * Rename Document -> Record * Rename DataExplorer view to MultiView +* ... ### v0.4 - April 26th 2012