2010-10-14 19:39:41 +02:00
<!DOCTYPE html>
2010-05-05 01:21:19 +02:00
< html >
2010-10-14 19:39:41 +02:00
< head >
< title > About - Google Refine< / title >
2010-05-05 01:21:19 +02:00
< link rel = "icon" type = "image/png" href = "images/favicon.png" >
2010-10-02 04:06:01 +02:00
< link rel = "stylesheet" href = "/styles/common.less" / >
2010-05-05 01:21:19 +02:00
< script type = "text/javascript" src = "scripts/version.js" > < / script >
< script type = "text/javascript" src = "externals/jquery-1.4.2.min.js" > < / script >
< script >
$(function() {
2010-10-14 19:39:41 +02:00
if (GoogleRefineVersion & & GoogleRefineVersion.version) {
if (GoogleRefineVersion.version != "$VERSION") {
$("#version").text("Version " + GoogleRefineVersion.version + " [" + GoogleRefineVersion.revision + "]").show();
2010-05-05 01:21:19 +02:00
}
2010-10-14 19:39:41 +02:00
else {
$("#version").text("Version < trunk > ").show();
}
}
2010-05-05 01:21:19 +02:00
});
< / script >
2010-10-14 19:39:41 +02:00
< / head >
< body >
2010-05-05 01:21:19 +02:00
< div id = "header" >
2010-10-14 19:39:41 +02:00
< a id = "app-home-button" href = "./" > < img alt = "Google Refine" src = "images/logo-googlerefine-30.png" width = "129" height = "29" / > < / a >
2010-05-05 01:21:19 +02:00
< / div >
2010-10-14 19:39:41 +02:00
< div id = "body-info" >
< h1 > About Google Refine< / h1 >
< h2 id = "version" style = "display: none" > < / h2 >
< p >
Google Refine is a power tool for working with messy data. Use it to improve data consistency, link it to data registries like Freebase, augment it with data from other sources, transform it into different formats for other tools to consume, and contribute it to back to the original sources. Google Refine is not a web service but a desktop app that runs on your own computer, so you can process sensitive data with privacy.
< / p >
< p >
Google Refine was originally developed as Gridworks by < a href = "http://www.metaweb.com/" > Metaweb, Inc.< / a > . Metaweb was acquired by < a href = "http://www.google.com/" > Google< / a > in July 2010.
< / p >
2010-05-05 01:21:19 +02:00
2010-10-14 19:39:41 +02:00
< h2 > Google Refine License< / h2 >
2010-05-05 01:21:19 +02:00
< pre class = "license" > /*
2010-09-23 00:55:28 +02:00
* Copyright (c) 2010, Google, Inc. All rights reserved.
2010-05-05 01:21:19 +02:00
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above
* copyright notice, this list of conditions and the following
* disclaimer in the documentation and/or other materials provided
* with the distribution.
*
2010-09-23 00:55:28 +02:00
* THIS SOFTWARE IS PROVIDED BY GOOGLE, INC. AND CONTRIBUTORS
2010-05-05 01:21:19 +02:00
* ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
2010-09-23 00:55:28 +02:00
* FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GOOGLE,
* INC. OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
2010-05-05 01:21:19 +02:00
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
* BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
* CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
*/< / pre >
2010-10-14 19:39:41 +02:00
< h2 > Dependencies Licenses< / h2 >
2010-05-05 01:21:19 +02:00
2010-05-18 02:37:00 +02:00
< pre class = "license" > Apache License 2.0
------------------
licenses/apache2.0.LICENSE.txt
2010-09-23 00:55:28 +02:00
calendar-parser (package com.google.refine.expr.util)
2010-05-18 02:37:00 +02:00
ant-tools
2010-05-05 01:21:19 +02:00
commons-lang
commons-codec
2010-05-18 02:37:00 +02:00
commons-fileupload
2010-05-05 01:21:19 +02:00
jackson
jdatapath
jetty
jetty-util
log4j
poi
poi-ooxml
poi-ooxml-schemas
servlet-api
xmlbeans
2010-05-18 02:37:00 +02:00
signpost
opencsv
textng
LGPL
----
licenses/marj4j.LICENSE.txt
marc4j
BSD
---
licenses/secondstring.LICENSE.txt
2010-05-05 01:21:19 +02:00
secondstring
2010-05-18 02:37:00 +02:00
licenses/dom4j.LICENSE.txt
2010-05-05 01:21:19 +02:00
dom4j
2010-05-18 02:37:00 +02:00
licenses/simile.LICENSE.txt
simile vicino
2010-05-05 01:21:19 +02:00
2010-05-18 02:37:00 +02:00
licenses/arithcode.LICENSE.txt
2010-05-05 01:21:19 +02:00
arithcode
2010-05-18 02:37:00 +02:00
licenses/freebase_suggest.LICENSE.txt
freebase_suggest
MIT
---
licenses/jquery.LICENSE.txt
jquery
licenses/jquery_ui.LICENSE.txt
jquery_ui
licenses/datejs.LICENSE.txt
datejs
licenses/imgareaselect.LICENSE.txt
imgareaselect
2010-05-05 01:21:19 +02:00
2010-05-18 02:37:00 +02:00
licenses/slf4j.LICENSE.txt
2010-05-05 01:21:19 +02:00
slf4j-api
slf4j-log4j12
jcl-over-slf4j
2010-05-18 02:37:00 +02:00
licenses/icu4j.LICENSE.txt
icu4j
licenses/json.LICENSE.txt
2010-05-05 01:21:19 +02:00
json
2010-05-18 02:37:00 +02:00
licenses/mockito.LICENSE.txt
mockito
Others
------
Flag icon
http://pixel-mixer.com/category/free-icons/
< / pre >
2010-05-05 01:21:19 +02:00
2010-10-14 19:39:41 +02:00
< h2 > Credits< / h2 >
< ul >
< li > < a href = "http://www.freebase.com/view/en/david_francois_huynh" > David Huynh< / a > < / li >
< li > < a href = "http://www.freebase.com/view/en/stefano_mazzocchi" > Stefano Mazzocchi< / a > < / li >
< li > < a href = "http://www.freebase.com/view/en/vishal_talwar" > Vishal Talwar< / a > < / li >
< li > < a href = "http://www.freebase.com/view/en/will_moffat" > Will Moffat< / a > < / li >
< li > < a href = "http://www.freebase.com/view/en/jeff_fry" > Jeff Fry< / a > < / li >
< li > < a href = "http://www.freebase.com/view/en/james_home" > James Home< / a > < / li >
< li > < a href = "http://www.freebase.com/view/m/046vz5k" > Iain Sproat< / a > < / li >
< li > < a href = "http://www.freebase.com/view/user/tfmorris" > Tom Morris< / a > < / li >
< li > < a href = "http://www.freebase.com/view/user/heathercampbell" > Heather Campbell< / a > < / li >
< / ul >
< h2 > Special Thanks< / h2 >
< ul >
< li > < a href = "http://www.paolociccarese.info/" > Paolo Ciccarese< / a > < / li >
< / ul >
2010-05-05 01:21:19 +02:00
< / div >
2010-10-14 19:39:41 +02:00
< / body >
2010-05-05 01:21:19 +02:00
< / html >