New version of d3 (2.8.1) to vendor libraries. Added d3 to modules.yaml. Implemented...
authordeclerambaul <fabian.kaelin@gmail.com>
Tue, 24 Apr 2012 16:58:53 +0000 (12:58 -0400)
committerdeclerambaul <fabian.kaelin@gmail.com>
Tue, 24 Apr 2012 16:58:53 +0000 (12:58 -0400)
594 files changed:
data/geo/data/en_geo_editors.json [new file with mode: 0644]
data/geo/data/en_geo_editors.tsv [new file with mode: 0644]
data/geo/maps/world-countries.json
lib/main-geo.co
lib/server/server.co
static/vendor/d3 [deleted symlink]
static/vendor/d3-2.8.1/.gitignore [new file with mode: 0755]
static/vendor/d3-2.8.1/.gitmodules [new file with mode: 0755]
static/vendor/d3-2.8.1/.npmignore [new file with mode: 0755]
static/vendor/d3-2.8.1/LICENSE [new file with mode: 0755]
static/vendor/d3-2.8.1/Makefile [new file with mode: 0755]
static/vendor/d3-2.8.1/README.md [new file with mode: 0755]
static/vendor/d3-2.8.1/d3.v2.js [new file with mode: 0755]
static/vendor/d3-2.8.1/d3.v2.min.js [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/albers/albers.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/area/area-radial.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/area/area.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/axis/axis-alternating.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/axis/axis-explicit-ticks.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/axis/axis-ggplot2.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/axis/axis-multiples.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/axis/axis-orientations.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/axis/axis-transition.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/azimuthal/azimuthal.css [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/azimuthal/azimuthal.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/azimuthal/azimuthal.js [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/bar/bar-hierarchy.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/bar/bar.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/bar/sample-data.csv [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/bonne/bonne.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/box/box.css [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/box/box.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/box/box.js [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/brush/brush-ordinal.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/brush/brush-x-resizer.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/brush/brush-x.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/brush/brush-y.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/brush/brush.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/bubble/bubble.css [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/bubble/bubble.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/bubble/bubble.js [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/bullet/bullet.css [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/bullet/bullet.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/bullet/bullet.js [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/bullet/bullets.json [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/bundle/bundle-radial.css [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/bundle/bundle-radial.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/bundle/bundle-radial.js [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/bundle/bundle-treemap.css [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/bundle/bundle-treemap.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/bundle/bundle-treemap.js [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/bundle/packages.js [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/button.css [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/calendar/calendar.css [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/calendar/dji-area.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/calendar/dji.csv [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/calendar/dji.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/calendar/dji.js [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/calendar/vix.csv [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/calendar/vix.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/calendar/vix.js [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/cartogram/cartogram.css [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/cartogram/cartogram.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/cartogram/cartogram.js [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/cartogram/demers.css [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/cartogram/demers.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/cartogram/demers.js [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/cartogram/dorling.css [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/cartogram/dorling.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/cartogram/dorling.js [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/chord/chord-flare.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/chord/chord.css [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/chord/chord.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/chord/chord.js [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/choropleth/choropleth-area.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/choropleth/choropleth-bounds.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/choropleth/choropleth.css [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/choropleth/choropleth.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/choropleth/choropleth.js [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/choropleth/unemployment.json [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/clock/clock.css [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/clock/clock.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/clock/clock.js [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/cluster/cluster-radial.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/cluster/cluster-radial.js [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/cluster/cluster.css [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/cluster/cluster.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/cluster/cluster.js [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/contour/contour.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/crimea/crimea-stacked-area.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/crimea/crimea-stacked-bar.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/crimea/crimea.csv [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/custom/custom.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/data/README.md [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/data/faithful.json [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/data/flare-imports.json [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/data/flare.json [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/data/morley.csv [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/data/sample.csv [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/data/sample.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/data/sample.json [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/data/sample.txt [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/data/sample.xml [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/data/stocks.csv [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/data/unemployment.csv [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/data/us-borders.json [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/data/us-counties.json [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/data/us-state-centroids.json [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/data/us-states.json [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/data/world-countries.json [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/delaunay/delaunay.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/donut/donut.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/dot/dot.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/drag/drag.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/force/README [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/force/force-bounds.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/force/force-cluster.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/force/force-collapsible.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/force/force-dynamic.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/force/force-html.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/force/force-map.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/force/force-multi-foci.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/force/force.css [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/force/force.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/force/force.js [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/force/miserables.json [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/great-arc/great-arc.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/hello-world/hello-data-key.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/hello-world/hello-data-nested-key.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/hello-world/hello-data-nested.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/hello-world/hello-data.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/hello-world/hello-event.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/hello-world/hello-node-key.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/hello-world/hello-order.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/hello-world/hello-sort.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/hello-world/hello-transform.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/hello-world/hello-transition-undefined.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/hello-world/hello-transition.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/hello-world/hello-webkit-transition.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/hello-world/select-enter-add.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/hello-world/selectAll-enter-add.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/histogram/histogram-chart.js [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/histogram/histogram.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/horizon/horizon.css [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/horizon/horizon.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/horizon/horizon.js [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/horizon/unemployment.json [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/hull/hull.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/kde/kde.css [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/kde/kde.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/kde/kde.js [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/line/line.css [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/line/line.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/line/line.js [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/marimekko/marimekko.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/marimekko/marimekko.json [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/marker/marker.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/mercator/mercator-zoom-constrained.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/mercator/mercator-zoom.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/mercator/mercator.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/moire/moire.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/mouse/mouse-html.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/node-canvas/us-counties.js [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/pack/pack.css [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/pack/pack.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/pack/pack.js [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/parallel/cars.csv [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/parallel/parallel.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/partition/partition-icicle-zoom.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/partition/partition-icicle.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/partition/partition-sunburst-zoom.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/partition/partition-sunburst.html [new file with mode: 0755]