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]
static/vendor/d3-2.8.1/examples/partition/partition-sunburst.js [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/pie/pie-transition.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/pie/pie.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/population/population.css [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/population/population.csv [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/population/population.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/population/population.js [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/qq/qq.css [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/qq/qq.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/qq/qq.js [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/qq/stats.js [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/qq/turkers.json [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/quadtree/quadtree.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/rollup/rollup.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/showreel/showreel.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/sizzle/sizzle.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/sort/sort.css [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/sort/sort.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/sort/sort.js [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/spline/spline.css [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/spline/spline.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/spline/spline.js [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/splom/flowers.json [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/splom/splom.css [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/splom/splom.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/splom/splom.js [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/stream/stack.css [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/stream/stack.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/stream/stack.js [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/stream/stream.css [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/stream/stream.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/stream/stream.js [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/stream/stream_layers.js [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/superformula/dot.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/superformula/explorer.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/superformula/superformula.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/superformula/superformula.js [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/symbol-map/symbol-map.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/touch/touch.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/transform/test.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/transform/transform.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/tree/tree-dynamic.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/tree/tree-interactive.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/tree/tree-radial.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/tree/tree-radial.js [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/tree/tree.css [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/tree/tree.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/tree/tree.js [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/treemap/treemap-svg.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/treemap/treemap-svg.js [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/treemap/treemap.css [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/treemap/treemap.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/treemap/treemap.js [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/voroboids/boid.js [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/voroboids/voroboids.css [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/voroboids/voroboids.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/voroboids/voroboids.js [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/voronoi/voronoi.css [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/voronoi/voronoi.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/voronoi/voronoi.js [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/zoom-pan/zoom-pan-transform.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/zoom-pan/zoom-pan.html [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/zoom/sp500.csv [new file with mode: 0755]
static/vendor/d3-2.8.1/examples/zoom/zoom.html [new file with mode: 0755]
static/vendor/d3-2.8.1/index.js [new file with mode: 0755]
static/vendor/d3-2.8.1/lib/colorbrewer/LICENSE [new file with mode: 0755]
static/vendor/d3-2.8.1/lib/colorbrewer/colorbrewer.css [new file with mode: 0755]
static/vendor/d3-2.8.1/lib/colorbrewer/colorbrewer.js [new file with mode: 0755]
static/vendor/d3-2.8.1/lib/jit/LICENSE [new file with mode: 0755]
static/vendor/d3-2.8.1/lib/jquery-ui/LICENSE [new file with mode: 0755]
static/vendor/d3-2.8.1/lib/jquery-ui/images/ui-bg_diagonals-thick_18_b81900_40x40.png [new file with mode: 0755]
static/vendor/d3-2.8.1/lib/jquery-ui/images/ui-bg_diagonals-thick_20_666666_40x40.png [new file with mode: 0755]
static/vendor/d3-2.8.1/lib/jquery-ui/images/ui-bg_flat_10_000000_40x100.png [new file with mode: 0755]
static/vendor/d3-2.8.1/lib/jquery-ui/images/ui-bg_glass_100_f6f6f6_1x400.png [new file with mode: 0755]
static/vendor/d3-2.8.1/lib/jquery-ui/images/ui-bg_glass_100_fdf5ce_1x400.png [new file with mode: 0755]
static/vendor/d3-2.8.1/lib/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png [new file with mode: 0755]
static/vendor/d3-2.8.1/lib/jquery-ui/images/ui-bg_gloss-wave_35_f6a828_500x100.png [new file with mode: 0755]
static/vendor/d3-2.8.1/lib/jquery-ui/images/ui-bg_highlight-soft_100_eeeeee_1x100.png [new file with mode: 0755]
static/vendor/d3-2.8.1/lib/jquery-ui/images/ui-bg_highlight-soft_75_ffe45c_1x100.png [new file with mode: 0755]
static/vendor/d3-2.8.1/lib/jquery-ui/images/ui-icons_222222_256x240.png [new file with mode: 0755]
static/vendor/d3-2.8.1/lib/jquery-ui/images/ui-icons_228ef1_256x240.png [new file with mode: 0755]
static/vendor/d3-2.8.1/lib/jquery-ui/images/ui-icons_ef8c08_256x240.png [new file with mode: 0755]
static/vendor/d3-2.8.1/lib/jquery-ui/images/ui-icons_ffd27a_256x240.png [new file with mode: 0755]
static/vendor/d3-2.8.1/lib/jquery-ui/images/ui-icons_ffffff_256x240.png [new file with mode: 0755]
static/vendor/d3-2.8.1/lib/jquery-ui/jquery-ui.css [new file with mode: 0755]
static/vendor/d3-2.8.1/lib/jquery-ui/jquery-ui.min.js [new file with mode: 0755]
static/vendor/d3-2.8.1/lib/jquery/LICENSE [new file with mode: 0755]
static/vendor/d3-2.8.1/lib/jquery/jquery.js [new file with mode: 0755]
static/vendor/d3-2.8.1/lib/jquery/jquery.min.js [new file with mode: 0755]
static/vendor/d3-2.8.1/lib/polymaps/LICENSE [new file with mode: 0755]
static/vendor/d3-2.8.1/lib/protovis/LICENSE [new file with mode: 0755]
static/vendor/d3-2.8.1/lib/science/LICENSE [new file with mode: 0755]
static/vendor/d3-2.8.1/lib/science/science.js [new file with mode: 0755]
static/vendor/d3-2.8.1/lib/science/science.lin.js [new file with mode: 0755]
static/vendor/d3-2.8.1/lib/science/science.lin.min.js [new file with mode: 0755]
static/vendor/d3-2.8.1/lib/science/science.min.js [new file with mode: 0755]
static/vendor/d3-2.8.1/lib/science/science.stats.js [new file with mode: 0755]
static/vendor/d3-2.8.1/lib/science/science.stats.min.js [new file with mode: 0755]
static/vendor/d3-2.8.1/lib/sizzle/LICENSE [new file with mode: 0755]
static/vendor/d3-2.8.1/lib/sizzle/sizzle.js [new file with mode: 0755]
static/vendor/d3-2.8.1/lib/sizzle/sizzle.min.js [new file with mode: 0755]
static/vendor/d3-2.8.1/package.json [new file with mode: 0755]
static/vendor/d3-2.8.1/src/behavior/behavior.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/behavior/drag.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/behavior/zoom.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/compat/date.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/compat/style.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/array.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/ascending.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/bisect.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/class.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/collapse.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/core.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/descending.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/dispatch.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/ease.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/entries.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/event.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/extent.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/first.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/format.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/formatPrefix.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/functor.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/hsl.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/html.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/interpolate.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/json.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/keys.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/last.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/map.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/max.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/mean.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/median.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/merge.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/min.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/mouse.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/nest.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/noop.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/ns.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/number.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/permute.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/quantile.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/random.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/range.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/rebind.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/requote.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/rgb.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/round.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/selection-append.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/selection-attr.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/selection-call.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/selection-classed.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/selection-data.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/selection-datum.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/selection-each.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/selection-empty.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/selection-enter-select.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/selection-enter.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/selection-filter.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/selection-html.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/selection-insert.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/selection-node.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/selection-on.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/selection-order.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/selection-property.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/selection-remove.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/selection-root.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/selection-select.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/selection-selectAll.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/selection-sort.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/selection-style.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/selection-text.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/selection-transition.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/selection.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/split.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/sum.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/text.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/this.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/timer.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/touches.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/transform.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/transition-attr.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/transition-delay.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/transition-duration.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/transition-each.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/transition-remove.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/transition-select.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/transition-selectAll.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/transition-style.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/transition-text.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/transition-transition.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/transition.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/transpose.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/uninterpolate.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/values.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/xhr.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/xml.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/core/zip.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/csv/csv.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/csv/format.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/csv/parse.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/end.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/geo/albers.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/geo/azimuthal.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/geo/bonne.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/geo/bounds.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/geo/circle.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/geo/equirectangular.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/geo/geo.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/geo/greatArc.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/geo/greatCircle.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/geo/mercator.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/geo/path.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/geo/type.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/geom/contour.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/geom/delaunay.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/geom/geom.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/geom/hull.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/geom/polygon.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/geom/quadtree.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/geom/voronoi.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/layout/bundle.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/layout/chord.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/layout/cluster.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/layout/force.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/layout/hierarchy.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/layout/histogram.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/layout/layout.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/layout/pack.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/layout/partition.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/layout/pie.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/layout/stack.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/layout/tree.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/layout/treemap.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/package.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/scale/bilinear.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/scale/category.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/scale/identity.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/scale/linear.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/scale/log.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/scale/nice.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/scale/ordinal.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/scale/polylinear.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/scale/pow.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/scale/quantile.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/scale/quantize.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/scale/scale.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/scale/sqrt.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/start.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/svg/arc.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/svg/area-radial.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/svg/area.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/svg/axis.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/svg/brush.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/svg/chord.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/svg/diagonal-radial.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/svg/diagonal.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/svg/line-radial.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/svg/line.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/svg/mouse.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/svg/svg.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/svg/symbol.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/svg/touches.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/time/day.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/time/format-iso.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/time/format-utc.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/time/format.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/time/hour.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/time/interval.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/time/minute.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/time/month.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/time/scale-utc.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/time/scale.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/time/second.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/time/time.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/time/week.js [new file with mode: 0755]
static/vendor/d3-2.8.1/src/time/year.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/ascending-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/bisect-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/descending-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/dispatch-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/ease-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/entries-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/extent-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/first-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/format-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/formatPrefix-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/functor-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/hsl-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/html-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/interpolate-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/json-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/keys-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/last-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/map-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/max-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/mean-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/median-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/merge-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/min-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/nest-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/ns-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/permute-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/quantile-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/range-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/rebind-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/requote-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/rgb-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/round-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/select-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/selectAll-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/selection-append-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/selection-attr-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/selection-call-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/selection-classed-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/selection-data-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/selection-datum-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/selection-each-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/selection-empty-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/selection-enter-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/selection-filter-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/selection-html-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/selection-insert-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/selection-node-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/selection-on-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/selection-order-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/selection-property-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/selection-remove-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/selection-select-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/selection-selectAll-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/selection-sort-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/selection-style-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/selection-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/selection-text-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/split-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/sum-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/text-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/timer-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/transition-test-attr.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/transition-test-attrTween.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/transition-test-call.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/transition-test-delay.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/transition-test-duration.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/transition-test-each.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/transition-test-id.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/transition-test-remove.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/transition-test-select.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/transition-test-selectAll.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/transition-test-style.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/transition-test-styleTween.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/transition-test-text.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/transition-test-time.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/transition-test-transition.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/transition-test-tween.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/transition-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/transpose-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/values-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/version-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/xhr-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/xml-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/core/zip-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/csv/csv-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/csv/format-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/csv/parse-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/env-assert.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/env-fragment.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/env-xhr.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/env.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/geo/albers-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/geo/azimuthal-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/geo/bonne-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/geo/equirectangular-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/geo/greatArc-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/geo/mercator-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/geo/path-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/geom/polygon-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/layout/cluster-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/layout/hierarchy-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/layout/histogram-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/layout/pack-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/layout/partition-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/layout/pie-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/layout/tree-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/layout/treemap-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/scale/category-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/scale/identity-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/scale/linear-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/scale/log-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/scale/ordinal-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/scale/pow-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/scale/quantile-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/scale/quantize-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/scale/sqrt-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/svg/arc-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/svg/area-radial-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/svg/area-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/svg/axis-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/svg/brush-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/svg/line-radial-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/svg/line-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/svg/symbol-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/time/day-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/time/days-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/time/format-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/time/hour-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/time/hours-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/time/minute-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/time/minutes-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/time/month-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/time/months-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/time/scale-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/time/second-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/time/seconds-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/time/time.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/time/week-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/time/weeks-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/time/year-test.js [new file with mode: 0755]
static/vendor/d3-2.8.1/test/time/years-test.js [new file with mode: 0755]
static/vendor/d3.js
static/vendor/d3.min.js [new symlink]
www/css/geo-display.styl
www/geo.jade

diff --git a/data/geo/data/en_geo_editors.json b/data/geo/data/en_geo_editors.json
new file mode 100644 (file)
index 0000000..2e55320
--- /dev/null
@@ -0,0 +1 @@
+{"Canada": {"editors5": "2088", "editors": "6666", "editors100": "221"}, "Libyan Arab Jamahiriya": {"editors5": "6", "editors": "7", "editors100": "0"}, "Turkmenistan": {"editors5": "1", "editors": "1", "editors100": "0"}, "Montenegro": {"editors5": "9", "editors": "16", "editors100": "2"}, "Kazakstan": {"editors5": "12", "editors": "42", "editors100": "0"}, "Lithuania": {"editors5": "31", "editors": "94", "editors100": "3"}, "Cambodia": {"editors5": "6", "editors": "39", "editors100": "0"}, "Switzerland": {"editors5": "132", "editors": "503", "editors100": "11"}, "Ethiopia": {"editors5": "4", "editors": "21", "editors100": "0"}, "Aruba": {"editors5": "3", "editors": "5", "editors100": "1"}, "Argentina": {"editors5": "96", "editors": "336", "editors100": "9"}, "Bolivia": {"editors5": "2", "editors": "24", "editors100": "0"}, "Cameroon": {"editors5": "0", "editors": "3", "editors100": "0"}, "Ghana": {"editors5": "8", "editors": "32", "editors100": "1"}, "Saudi Arabia": {"editors5": "57", "editors": "194", "editors100": "5"}, "Yemen": {"editors5": "1", "editors": "5", "editors100": "1"}, "Japan": {"editors5": "210", "editors": "695", "editors100": "22"}, "American Samoa": {"editors5": "1", "editors": "1", "editors100": "0"}, "Northern Mariana Islands": {"editors5": "2", "editors": "3", "editors100": "0"}, "Slovenia": {"editors5": "41", "editors": "158", "editors100": "7"}, "Guatemala": {"editors5": "3", "editors": "25", "editors100": "0"}, "Bosnia and Herzegovina": {"editors5": "34", "editors": "67", "editors100": "3"}, "Kuwait": {"editors5": "20", "editors": "60", "editors100": "2"}, "Russian Federation": {"editors5": "266", "editors": "953", "editors100": "24"}, "Jordan": {"editors5": "20", "editors": "52", "editors100": "0"}, "Virgin Islands, British": {"editors5": "3", "editors": "8", "editors100": "0"}, "Dominica": {"editors5": "3", "editors": "8", "editors100": "0"}, "Liberia": {"editors5": "1", "editors": "2", "editors100": "0"}, "Maldives": {"editors5": "17", "editors": "45", "editors100": "2"}, "Micronesia, Federated States of": {"editors5": "0", "editors": "1", "editors100": "0"}, "Jamaica": {"editors5": "11", "editors": "35", "editors100": "0"}, "Oman": {"editors5": "8", "editors": "30", "editors100": "0"}, "Martinique": {"editors5": "0", "editors": "2", "editors100": "0"}, "Greenland": {"editors5": "0", "editors": "1", "editors100": "0"}, "French Guiana": {"editors5": "0", "editors": "2", "editors100": "0"}, "Finland": {"editors5": "168", "editors": "558", "editors100": "21"}, "Monaco": {"editors5": "1", "editors": "4", "editors100": "0"}, "New Zealand": {"editors5": "260", "editors": "832", "editors100": "31"}, "Virgin Islands, U.S.": {"editors5": "2", "editors": "5", "editors100": "0"}, "Jersey": {"editors5": "9", "editors": "16", "editors100": "2"}, "Bahamas": {"editors5": "4", "editors": "13", "editors100": "0"}, "Albania": {"editors5": "15", "editors": "40", "editors100": "1"}, "Samoa": {"editors5": "0", "editors": "2", "editors100": "0"}, "Macau": {"editors5": "3", "editors": "16", "editors100": "0"}, "United Arab Emirates": {"editors5": "101", "editors": "320", "editors100": "1"}, "Guam": {"editors5": "1", "editors": "4", "editors100": "0"}, "India": {"editors5": "1513", "editors": "5417", "editors100": "95"}, "Azerbaijan": {"editors5": "20", "editors": "58", "editors100": "2"}, "Lesotho": {"editors5": "0", "editors": "1", "editors100": "0"}, "Saint Vincent and the Grenadines": {"editors5": "0", "editors": "1", "editors100": "0"}, "Kenya": {"editors5": "16", "editors": "78", "editors100": "0"}, "Tajikistan": {"editors5": "2", "editors": "2", "editors100": "0"}, "Turkey": {"editors5": "128", "editors": "393", "editors100": "11"}, "Afghanistan": {"editors5": "2", "editors": "13", "editors100": "0"}, "Bangladesh": {"editors5": "81", "editors": "248", "editors100": "1"}, "Solomon Islands": {"editors5": "0", "editors": "1", "editors100": "0"}, "Turks and Caicos Islands": {"editors5": "1", "editors": "1", "editors100": "0"}, "Saint Lucia": {"editors5": "3", "editors": "7", "editors100": "1"}, "San Marino": {"editors5": "0", "editors": "1", "editors100": "0"}, "French Polynesia": {"editors5": "1", "editors": "3", "editors100": "0"}, "France": {"editors5": "482", "editors": "1760", "editors100": "31"}, "Syrian Arab Republic": {"editors5": "3", "editors": "6", "editors100": "0"}, "Bermuda": {"editors5": "1", "editors": "5", "editors100": "0"}, "Slovakia": {"editors5": "30", "editors": "112", "editors100": "2"}, "Somalia": {"editors5": "0", "editors": "4", "editors100": "0"}, "Peru": {"editors5": "39", "editors": "99", "editors100": "2"}, "Vanuatu": {"editors5": "1", "editors": "2", "editors100": "0"}, "Seychelles": {"editors5": "0", "editors": "2", "editors100": "0"}, "Norway": {"editors5": "186", "editors": "657", "editors100": "20"}, "Malawi": {"editors5": "1", "editors": "3", "editors100": "0"}, "Benin": {"editors5": "0", "editors": "1", "editors100": "0"}, "Cuba": {"editors5": "6", "editors": "22", "editors100": "1"}, "Iran, Islamic Republic of": {"editors5": "95", "editors": "284", "editors100": "9"}, "Saint Kitts and Nevis": {"editors5": "2", "editors": "5", "editors100": "0"}, "China": {"editors5": "153", "editors": "587", "editors100": "11"}, "Armenia": {"editors5": "17", "editors": "55", "editors100": "1"}, "Dominican Republic": {"editors5": "14", "editors": "44", "editors100": "1"}, "Ukraine": {"editors5": "106", "editors": "367", "editors100": "5"}, "Bahrain": {"editors5": "8", "editors": "27", "editors100": "1"}, "Tonga": {"editors5": "0", "editors": "2", "editors100": "0"}, "Cayman Islands": {"editors5": "2", "editors": "7", "editors100": "0"}, "Trinidad and Tobago": {"editors5": "8", "editors": "48", "editors100": "0"}, "Indonesia": {"editors5": "149", "editors": "406", "editors100": "13"}, "Mauritius": {"editors5": "6", "editors": "27", "editors100": "1"}, "Sweden": {"editors5": "308", "editors": "1006", "editors100": "28"}, "Belarus": {"editors5": "24", "editors": "67", "editors100": "1"}, "Mali": {"editors5": "1", "editors": "3", "editors100": "0"}, "Poland": {"editors5": "182", "editors": "635", "editors100": "15"}, "Bulgaria": {"editors5": "85", "editors": "232", "editors100": "11"}, "United States": {"editors5": "14080", "editors": "50197", "editors100": "1377"}, "Romania": {"editors5": "130", "editors": "351", "editors100": "9"}, "Angola": {"editors5": "0", "editors": "1", "editors100": "0"}, "Portugal": {"editors5": "108", "editors": "299", "editors100": "12"}, "South Africa": {"editors5": "115", "editors": "366", "editors100": "9"}, "Cyprus": {"editors5": "24", "editors": "77", "editors100": "3"}, "Brunei Darussalam": {"editors5": "8", "editors": "12", "editors100": "1"}, "Qatar": {"editors5": "13", "editors": "63", "editors100": "2"}, "Malaysia": {"editors5": "177", "editors": "470", "editors100": "12"}, "Austria": {"editors5": "90", "editors": "379", "editors100": "4"}, "Vietnam": {"editors5": "46", "editors": "140", "editors100": "1"}, "Mozambique": {"editors5": "2", "editors": "6", "editors100": "0"}, "Uganda": {"editors5": "2", "editors": "28", "editors100": "0"}, "Hungary": {"editors5": "110", "editors": "319", "editors100": "11"}, "Niger": {"editors5": "0", "editors": "1", "editors100": "0"}, "Isle of Man": {"editors5": "6", "editors": "27", "editors100": "1"}, "Brazil": {"editors5": "258", "editors": "768", "editors100": "25"}, "Faroe Islands": {"editors5": "2", "editors": "8", "editors100": "0"}, "Guinea": {"editors5": "1", "editors": "1", "editors100": "0"}, "Panama": {"editors5": "12", "editors": "33", "editors100": "0"}, "Korea, Republic of": {"editors5": "151", "editors": "412", "editors100": "11"}, "Costa Rica": {"editors5": "19", "editors": "62", "editors100": "0"}, "Luxembourg": {"editors5": "20", "editors": "58", "editors100": "2"}, "Cape Verde": {"editors5": "0", "editors": "2", "editors100": "0"}, "Andorra": {"editors5": "0", "editors": "1", "editors100": "0"}, "Satellite Provider": {"editors5": "2", "editors": "6", "editors100": "0"}, "Gibraltar": {"editors5": "2", "editors": "5", "editors100": "0"}, "Ireland": {"editors5": "290", "editors": "879", "editors100": "27"}, "Pakistan": {"editors5": "190", "editors": "687", "editors100": "14"}, "Nigeria": {"editors5": "14", "editors": "79", "editors100": "0"}, "Ecuador": {"editors5": "24", "editors": "52", "editors100": "2"}, "Czech Republic": {"editors5": "101", "editors": "350", "editors100": "11"}, "Europe": {"editors5": "42", "editors": "149", "editors100": "2"}, "Australia": {"editors5": "1333", "editors": "4459", "editors100": "165"}, "Algeria": {"editors5": "3", "editors": "16", "editors100": "0"}, "El Salvador": {"editors5": "3", "editors": "19", "editors100": "1"}, "Tuvalu": {"editors5": "1", "editors": "1", "editors100": "0"}, "Rwanda": {"editors5": "3", "editors": "7", "editors100": "0"}, "Chile": {"editors5": "67", "editors": "201", "editors100": "6"}, "Puerto Rico": {"editors5": "30", "editors": "92", "editors100": "1"}, "Belgium": {"editors5": "149", "editors": "541", "editors100": "16"}, "Thailand": {"editors5": "125", "editors": "299", "editors100": "11"}, "Haiti": {"editors5": "3", "editors": "6", "editors100": "0"}, "Belize": {"editors5": "2", "editors": "7", "editors100": "0"}, "Hong Kong": {"editors5": "151", "editors": "439", "editors100": "8"}, "Georgia": {"editors5": "35", "editors": "67", "editors100": "5"}, "Lao People's Democratic Republic": {"editors5": "0", "editors": "7", "editors100": "0"}, "Gambia": {"editors5": "0", "editors": "1", "editors100": "0"}, "Philippines": {"editors5": "354", "editors": "895", "editors100": "39"}, "Asia/Pacific Region": {"editors5": "9", "editors": "47", "editors100": "0"}, "Croatia": {"editors5": "67", "editors": "176", "editors100": "7"}, "Mongolia": {"editors5": "6", "editors": "20", "editors100": "0"}, "Guernsey": {"editors5": "0", "editors": "3", "editors100": "0"}, "Namibia": {"editors5": "3", "editors": "9", "editors100": "0"}, "Grenada": {"editors5": "1", "editors": "2", "editors100": "0"}, "Iraq": {"editors5": "5", "editors": "21", "editors100": "0"}, "Tanzania, United Republic of": {"editors5": "7", "editors": "21", "editors100": "1"}, "Estonia": {"editors5": "55", "editors": "126", "editors100": "8"}, "Uruguay": {"editors5": "20", "editors": "60", "editors100": "3"}, "Lebanon": {"editors5": "28", "editors": "79", "editors100": "0"}, "Uzbekistan": {"editors5": "2", "editors": "12", "editors100": "0"}, "Tunisia": {"editors5": "4", "editors": "16", "editors100": "0"}, "Palestinian Territory": {"editors5": "7", "editors": "17", "editors100": "0"}, "Holy See (Vatican City State)": {"editors5": "1", "editors": "2", "editors100": "0"}, "Antigua and Barbuda": {"editors5": "0", "editors": "3", "editors100": "0"}, "Spain": {"editors5": "301", "editors": "1021", "editors100": "25"}, "Colombia": {"editors5": "44", "editors": "147", "editors100": "5"}, "Reunion": {"editors5": "1", "editors": "4", "editors100": "0"}, "Burundi": {"editors5": "0", "editors": "1", "editors100": "0"}, "Taiwan": {"editors5": "73", "editors": "238", "editors100": "1"}, "Fiji": {"editors5": "4", "editors": "10", "editors100": "1"}, "Barbados": {"editors5": "1", "editors": "6", "editors100": "0"}, "Madagascar": {"editors5": "0", "editors": "4", "editors100": "0"}, "Italy": {"editors5": "404", "editors": "1160", "editors100": "36"}, "Bhutan": {"editors5": "1", "editors": "10", "editors100": "0"}, "Sudan": {"editors5": "1", "editors": "12", "editors100": "0"}, "Nepal": {"editors5": "20", "editors": "78", "editors100": "1"}, "Malta": {"editors5": "16", "editors": "62", "editors100": "1"}, "Netherlands": {"editors5": "459", "editors": "1368", "editors100": "64"}, "Anonymous Proxy": {"editors5": "21", "editors": "68", "editors100": "3"}, "Suriname": {"editors5": "0", "editors": "4", "editors100": "0"}, "Venezuela": {"editors5": "30", "editors": "99", "editors100": "2"}, "Netherlands Antilles": {"editors5": "4", "editors": "16", "editors100": "0"}, "Aland Islands": {"editors5": "1", "editors": "4", "editors100": "0"}, "Israel": {"editors5": "223", "editors": "659", "editors100": "23"}, "Iceland": {"editors5": "16", "editors": "75", "editors100": "2"}, "Zambia": {"editors5": "1", "editors": "5", "editors100": "0"}, "Senegal": {"editors5": "3", "editors": "4", "editors100": "0"}, "Papua New Guinea": {"editors5": "0", "editors": "3", "editors100": "0"}, "Invalid IP": {"editors5": "4", "editors": "7", "editors100": "3"}, "Zimbabwe": {"editors5": "1", "editors": "12", "editors100": "0"}, "Germany": {"editors5": "823", "editors": "2917", "editors100": "80"}, "Denmark": {"editors5": "143", "editors": "484", "editors100": "12"}, "Cote D'Ivoire": {"editors5": "1", "editors": "1", "editors100": "0"}, "Moldova, Republic of": {"editors5": "8", "editors": "32", "editors100": "0"}, "Mauritania": {"editors5": "0", "editors": "1", "editors100": "0"}, "Kyrgyzstan": {"editors5": "6", "editors": "18", "editors100": "1"}, "Congo, The Democratic Republic of the": {"editors5": "0", "editors": "1", "editors100": "0"}, "Macedonia": {"editors5": "24", "editors": "62", "editors100": "4"}, "Sri Lanka": {"editors5": "46", "editors": "177", "editors100": "2"}, "Latvia": {"editors5": "34", "editors": "72", "editors100": "3"}, "Guyana": {"editors5": "3", "editors": "6", "editors100": "0"}, "Guadeloupe": {"editors5": "1", "editors": "3", "editors100": "0"}, "Morocco": {"editors5": "9", "editors": "38", "editors100": "1"}, "Honduras": {"editors5": "2", "editors": "18", "editors100": "0"}, "Myanmar": {"editors5": "1", "editors": "2", "editors100": "0"}, "Mexico": {"editors5": "111", "editors": "409", "editors100": "10"}, "Egypt": {"editors5": "43", "editors": "159", "editors100": "0"}, "Nicaragua": {"editors5": "6", "editors": "14", "editors100": "0"}, "Singapore": {"editors5": "241", "editors": "638", "editors100": "17"}, "Serbia": {"editors5": "107", "editors": "293", "editors100": "11"}, "United Kingdom": {"editors5": "4835", "editors": "15157", "editors100": "642"}, "Greece": {"editors5": "129", "editors": "392", "editors100": "9"}, "Paraguay": {"editors5": "4", "editors": "25", "editors100": "0"}, "Gabon": {"editors5": "0", "editors": "1", "editors100": "0"}, "Botswana": {"editors5": "0", "editors": "4", "editors100": "0"}}
\ No newline at end of file
diff --git a/data/geo/data/en_geo_editors.tsv b/data/geo/data/en_geo_editors.tsv
new file mode 100644 (file)
index 0000000..52efc67
--- /dev/null
@@ -0,0 +1,205 @@
+Afghanistan    13      2       0
+Aland Islands  4       1       0
+Albania        40      15      1
+Algeria        16      3       0
+American Samoa 1       1       0
+Andorra        1       0       0
+Angola 1       0       0
+Anonymous Proxy        68      21      3
+Antigua and Barbuda    3       0       0
+Argentina      336     96      9
+Armenia        55      17      1
+Aruba  5       3       1
+Asia/Pacific Region    47      9       0
+Australia      4459    1333    165
+Austria        379     90      4
+Azerbaijan     58      20      2
+Bahamas        13      4       0
+Bahrain        27      8       1
+Bangladesh     248     81      1
+Barbados       6       1       0
+Belarus        67      24      1
+Belgium        541     149     16
+Belize 7       2       0
+Benin  1       0       0
+Bermuda        5       1       0
+Bhutan 10      1       0
+Bolivia        24      2       0
+Bosnia and Herzegovina 67      34      3
+Botswana       4       0       0
+Brazil 768     258     25
+Brunei Darussalam      12      8       1
+Bulgaria       232     85      11
+Burundi        1       0       0
+Cambodia       39      6       0
+Cameroon       3       0       0
+Canada 6666    2088    221
+Cape Verde     2       0       0
+Cayman Islands 7       2       0
+Chile  201     67      6
+China  587     153     11
+Colombia       147     44      5
+Congo, The Democratic Republic of the  1       0       0
+Costa Rica     62      19      0
+Cote D'Ivoire  1       1       0
+Croatia        176     67      7
+Cuba   22      6       1
+Cyprus 77      24      3
+Czech Republic 350     101     11
+Denmark        484     143     12
+Dominica       8       3       0
+Dominican Republic     44      14      1
+Ecuador        52      24      2
+Egypt  159     43      0
+El Salvador    19      3       1
+Estonia        126     55      8
+Ethiopia       21      4       0
+Europe 149     42      2
+Faroe Islands  8       2       0
+Fiji   10      4       1
+Finland        558     168     21
+France 1760    482     31
+French Guiana  2       0       0
+French Polynesia       3       1       0
+Gabon  1       0       0
+Gambia 1       0       0
+Georgia        67      35      5
+Germany        2917    823     80
+Ghana  32      8       1
+Gibraltar      5       2       0
+Greece 392     129     9
+Greenland      1       0       0
+Grenada        2       1       0
+Guadeloupe     3       1       0
+Guam   4       1       0
+Guatemala      25      3       0
+Guernsey       3       0       0
+Guinea 1       1       0
+Guyana 6       3       0
+Haiti  6       3       0
+Holy See (Vatican City State)  2       1       0
+Honduras       18      2       0
+Hong Kong      439     151     8
+Hungary        319     110     11
+Iceland        75      16      2
+India  5417    1513    95
+Indonesia      406     149     13
+Invalid IP     7       4       3
+Iran, Islamic Republic of      284     95      9
+Iraq   21      5       0
+Ireland        879     290     27
+Isle of Man    27      6       1
+Israel 659     223     23
+Italy  1160    404     36
+Jamaica        35      11      0
+Japan  695     210     22
+Jersey 16      9       2
+Jordan 52      20      0
+Kazakstan      42      12      0
+Kenya  78      16      0
+Korea, Republic of     412     151     11
+Kuwait 60      20      2
+Kyrgyzstan     18      6       1
+Lao People's Democratic Republic       7       0       0
+Latvia 72      34      3
+Lebanon        79      28      0
+Lesotho        1       0       0
+Liberia        2       1       0
+Libyan Arab Jamahiriya 7       6       0
+Lithuania      94      31      3
+Luxembourg     58      20      2
+Macau  16      3       0
+Macedonia      62      24      4
+Madagascar     4       0       0
+Malawi 3       1       0
+Malaysia       470     177     12
+Maldives       45      17      2
+Mali   3       1       0
+Malta  62      16      1
+Martinique     2       0       0
+Mauritania     1       0       0
+Mauritius      27      6       1
+Mexico 409     111     10
+Micronesia, Federated States of        1       0       0
+Moldova, Republic of   32      8       0
+Monaco 4       1       0
+Mongolia       20      6       0
+Montenegro     16      9       2
+Morocco        38      9       1
+Mozambique     6       2       0
+Myanmar  &