From 77b452e87f0e42fc436732cd50f834e055738371 Mon Sep 17 00:00:00 2001 From: Stefano Mazzocchi Date: Wed, 31 Mar 2010 19:20:32 +0000 Subject: [PATCH] adding version information to the about page NOTE: this shows up only in the packaged distribution git-svn-id: http://google-refine.googlecode.com/svn/trunk@367 7d457c2a-affb-35e4-300a-418c747d4874 --- src/main/webapp/about.html | 2 +- src/main/webapp/scripts/version.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/about.html b/src/main/webapp/about.html index f9994b4a9..0e397d096 100644 --- a/src/main/webapp/about.html +++ b/src/main/webapp/about.html @@ -1 +1 @@ - About Freebase Gridworks

About Freebase Gridworks

Freebase Gridworks is a power tool that allows you to load data, understand it, clean it up, reconcile it internally, and augment it with data coming from Freebase. All with the comfort and privacy of your own computer.

It was originally developed by Metaweb Technologies, Inc.

Licenses

/*
 * Copyright (c) 2010, Metaweb Technologies, Inc. All rights reserved.
 *
 * 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.
 * 
 * THIS SOFTWARE IS PROVIDED BY METAWEB TECHNOLOGIES AND CONTRIBUTORS
 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
 * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL METAWEB
 * TECHNOLOGIES OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
 * 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.
 *
 */

Dependencies Licenses

licenses/apache2.0.LICENSE.txt
    ant (package org.apache.tools.tar)
    bzip2 (package org.apache.tools.bzip2)
    calendar-parser (package com.metaweb.gridworks.expr.util)
    commons-lang
    commons-codec
    jdatapath
    jetty
    jetty-util
    log4j
    poi
    poi-ooxml
    poi-ooxml-schemas
    servlet-api
    xmlbeans
 
licenses/secondstring.LICENSE.txt (BSD family)
    secondstring

licenses/dom4j.LICENSE.txt (BSD family)
    dom4j
    
licenses/simile.LICENSE.txt (BSD family)
    vicino (package edu.mit.simile.vicino)

licenses/arithcode.LICENSE.txt (BSD family)
    arithcode
       
licenses/icu4j.LICENSE.txt (MIT family)
    icu4j
   
licenses/slf4j.LICENSE.txt (MIT family)
    slf4j-api
    slf4j-log4j12
    jcl-over-slf4j

licenses/json.LICENSE.txt (MIT family)    
    json
    
licenses/cos.LICENSE.txt
    cos

Credits

Special Thanks

\ No newline at end of file + About Freebase Gridworks

About Freebase Gridworks

Freebase Gridworks is a power tool that allows you to load data, understand it, clean it up, reconcile it internally, and augment it with data coming from Freebase. All with the comfort and privacy of your own computer.

It was originally developed by Metaweb Technologies, Inc.

Licenses

/*
 * Copyright (c) 2010, Metaweb Technologies, Inc. All rights reserved.
 *
 * 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.
 * 
 * THIS SOFTWARE IS PROVIDED BY METAWEB TECHNOLOGIES AND CONTRIBUTORS
 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
 * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL METAWEB
 * TECHNOLOGIES OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
 * 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.
 *
 */

Dependencies Licenses

licenses/apache2.0.LICENSE.txt
    ant (package org.apache.tools.tar)
    bzip2 (package org.apache.tools.bzip2)
    calendar-parser (package com.metaweb.gridworks.expr.util)
    commons-lang
    commons-codec
    jdatapath
    jetty
    jetty-util
    log4j
    poi
    poi-ooxml
    poi-ooxml-schemas
    servlet-api
    xmlbeans
 
licenses/secondstring.LICENSE.txt (BSD family)
    secondstring

licenses/dom4j.LICENSE.txt (BSD family)
    dom4j
    
licenses/simile.LICENSE.txt (BSD family)
    vicino (package edu.mit.simile.vicino)

licenses/arithcode.LICENSE.txt (BSD family)
    arithcode
       
licenses/icu4j.LICENSE.txt (MIT family)
    icu4j
   
licenses/slf4j.LICENSE.txt (MIT family)
    slf4j-api
    slf4j-log4j12
    jcl-over-slf4j

licenses/json.LICENSE.txt (MIT family)    
    json
    
licenses/cos.LICENSE.txt
    cos

Credits

Special Thanks

\ No newline at end of file diff --git a/src/main/webapp/scripts/version.js b/src/main/webapp/scripts/version.js index a8154bba4..85fa9234d 100644 --- a/src/main/webapp/scripts/version.js +++ b/src/main/webapp/scripts/version.js @@ -1,4 +1,5 @@ var GridworksVersion = { description: "Gridworks $VERSION", + version: "$VERSION", revision: "$REVISION" };