update gadget, add screenshot
authorDan Vanderkam <dan@dygraphs.com>
Sat, 29 Jan 2011 17:09:06 +0000 (12:09 -0500)
committerDan Vanderkam <dan@dygraphs.com>
Sat, 29 Jan 2011 17:09:06 +0000 (12:09 -0500)
gadget.xml
push-to-web.sh
screenshot.png [new file with mode: 0644]

index 83a793c..16f9419 100644 (file)
@@ -5,12 +5,11 @@
       title="dygraphs Gadget"
       description="Interactive, zoomable chart"
       author="Dan Vanderkam"
-      author_email="danvdk@gmail.com"
+      author_email="dan@dygraphs.com"
       thumbnail="http://dygraphs.com/thumbnail.png"
+      screenshot="http://dygraphs.com/screenshot.png"
+      author_location="US"
       >
-      <!-- TODO(danvk): change these -->
-      <!--
-      screenshot="http://www.google.com/ig/modules/simple-table.png"
       -->
     <Require feature="idi" />
     <Require feature="locked-domain" />
index 3d65b1b..aaf18bd 100755 (executable)
@@ -10,7 +10,7 @@ site=$1
 # Copy everything to the site.
 scp tests/*.html tests/*.js tests/*.png $site/tests/ \
 && \
-scp dygraph*.js gadget.xml excanvas.js thumbnail.png docs/* $site/
+scp dygraph*.js gadget.xml excanvas.js thumbnail.png screenshot.png docs/* $site/
 
 # Revert changes to dygraph-combined.js
-git co dygraph-combined.js
+git checkout dygraph-combined.js
diff --git a/screenshot.png b/screenshot.png
new file mode 100644 (file)
index 0000000..640ba42
Binary files /dev/null and b/screenshot.png differ