Ignore:
Timestamp:
2013-11-26T14:38:27+13:00 (10 years ago)
Author:
davidb
Message:

Javascript files needed to support Google visualizations, made possible through SGVizer, which takes Sparql queries and converts the returned data into a format suitable for Google's visualization library

Location:
gs2-extensions/apache-jena/trunk/src
Files:
37 added
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/apache-jena/trunk/src/CASCADE-MAKE.sh

    r28428 r28687  
    3030
    3131if [ $install = "1" ] ; then
     32
     33  if [ ! -d ../../../web/ext/jena ] ; then
     34    echo "Installing javascript code into web/ext/jena"
     35    /bin/cp -r web-ext-js ../../../web/ext/jena
     36  fi
     37
    3238  cat NOTES.txt
    3339fi
Note: See TracChangeset for help on using the changeset viewer.