RandomSec/extensions/gdata
2011-11-17 18:52:14 +00:00
..
.settings Switch Java facet to Java 1.6 as well 2010-10-15 20:16:55 +00:00
licenses Started deeper integration of GData: we now have a "Google Data" importing source, which lets you sign in and authorize access to your docs. It then lists all the spreadsheets you have access to. It does not yet let you import those spreadsheets. 2011-08-07 23:26:51 +00:00
module When failed to access a spreadsheet with login credentials, try to access it without. 2011-11-17 18:52:14 +00:00
src/com/google/refine/extension/gdata When failed to access a spreadsheet with login credentials, try to access it without. 2011-11-17 18:52:14 +00:00
.classpath Add required gdata-docs jar 2011-08-11 19:09:14 +00:00
.project Convert to faceted project so we can have Javascript highlighting 2010-10-15 20:10:43 +00:00
build.xml whitespace (no functional changes) 2011-10-07 19:33:28 +00:00
LICENSE.txt Drop -extension suffix 2010-10-14 20:35:16 +00:00
README.txt Added license text to .js, .css, .less, and main .vt and .html pages 2010-10-20 18:11:15 +00:00

Google Refine extension for Google Spreadsheets
by Tom Morris <tfmorris@gmail.com>

This extension provides Refine with the ability to read Google spreadsheets
directly so you don't have to export them as CSV files first.

Unpack the contents of this archive (jar, zip, etc) into the extensions folder
of your Refine installation and restart Refine.

Enter the *public* share URL of a Google Spreadsheet in the "Data File URL"
field of the "Create a New Project" pane of the Refine home page.

If you end up with a project full of HTML tags and an RSS feed, the extension
isn't installed properly.  A properly installed extension should have an About
page available at http://127.0.0.1:3333/extension/gdata/ (the trailing
slash is significant).


Known limitations:

- No write support
- No authentication support.  You must use the public share URL for the
  the Google spreadsheet you want to load.