From b3664e5912084524c0da2ccca2b083f926bca2c3 Mon Sep 17 00:00:00 2001 From: Rufus Pollock Date: Thu, 26 Jan 2012 12:04:37 +0000 Subject: [PATCH] [doc][m]: rework home page adding significant content. * Features * History * Put in Bootstrap topbar and Github fork me --- index.html | 56 ++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 46 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index 22119d1c..803af84f 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ Recline DataExplorer - + +Fork me on GitHub +
+ +
-

Recline DataExplorer is a spreadsheet plus Google Refine plus - visualization toolkit, all in pure javascript and html.

-

Designed for standalone use or as a library to integrate into your own - app.

-

More information can be found in the project README on Recline DataExplorer GitHub - project page.

-

Demos

+

Recline combines a data grid, Google Refine-style data transforms + and visualizations all in lightweight javascript and html.

+

Designed for standalone use or as a library to integrate into your own + app.

+ +

Main Features

+
    +
  • Open-source (and heavy reuser of existing open-source libraries like Backbone)
  • +
  • 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 a clean grid interface
  • +
  • Bulk update/clean your data using an easy scripting UI
  • +
  • Easily extensible with new Backends so you can connect to your database or storage layer
  • +
  • Visualize data
  • +
+ +

Demo

Docs

Coming soon!

+ +

History

+

Max Ogden was developing Recline as the frontend data browser and editor his http://datacouch.com/ project. Meanwhile, Rufus Pollock and the CKAN team at the Open Knowledge Foundation had been working on a Data Explorer for use in the DataHub and CKAN software.

+

When they met up, they realized that they were pretty much working on the same thing and so decided to join forces to produce the new Recline Data Explorer.

+

The new project forked off Max's original recline codebase combining some portions of the original Data Explorer. However, it was rapidly rewritten from the ground up using Backbone.

+