Initial Commit
author Alex Sadleir
()
committer Alex Sadleir
()
commit 1abda25ff0f05f6afe33b6090cd1cdc051d20bc0
tree 77d2f0259d7ecfcfdff4e45d05f2bd0162b644b2
Initial Commit
33 files changed:
ckanext/dga-stats/__init__.py [ new file with mode 0644 ]
ckanext/dga-stats/__init__.pyc [ new file with mode 0644 ]
ckanext/dga-stats/controller.py [ new file with mode 0644 ]
ckanext/dga-stats/plugin.py [ new file with mode 0644 ]
ckanext/dga-stats/plugin.pyc [ new file with mode 0644 ]
ckanext/dga-stats/public/.gitignore [ new file with mode 0644 ]
ckanext/dga-stats/public/__init__.py [ new file with mode 0644 ]
ckanext/dga-stats/public/ckanext/__init__.py [ new file with mode 0644 ]
ckanext/dga-stats/public/ckanext/stats/__init__.py [ new file with mode 0644 ]
ckanext/dga-stats/public/ckanext/stats/app.js [ new file with mode 0644 ]
ckanext/dga-stats/public/ckanext/stats/css/stats.css [ new file with mode 0644 ]
ckanext/dga-stats/public/ckanext/stats/demo.html [ new file with mode 0644 ]
ckanext/dga-stats/public/ckanext/stats/javascript/modules/plot.js [ new file with mode 0644 ]
ckanext/dga-stats/public/ckanext/stats/javascript/modules/stats-nav.js [ new file with mode 0644 ]
ckanext/dga-stats/public/ckanext/stats/resource.config [ new file with mode 0644 ]
ckanext/dga-stats/public/ckanext/stats/style.css [ new file with mode 0644 ]
ckanext/dga-stats/public/ckanext/stats/test/fixtures/table.html [ new file with mode 0644 ]
ckanext/dga-stats/public/ckanext/stats/test/index.html [ new file with mode 0644 ]
ckanext/dga-stats/public/ckanext/stats/test/spec/modules/plot.spec.js [ new file with mode 0644 ]
ckanext/dga-stats/public/ckanext/stats/test/spec/modules/stats-nav.spec.js [ new file with mode 0644 ]
ckanext/dga-stats/public/ckanext/stats/vendor/excanvas.js [ new file with mode 0644 ]
ckanext/dga-stats/public/ckanext/stats/vendor/jquery.flot.js [ new file with mode 0644 ]
ckanext/dga-stats/stats.py [ new file with mode 0644 ]
ckanext/dga-stats/templates/ckanext/stats/index.html [ new file with mode 0644 ]
ckanext/dga-stats/templates_legacy/__init__.py [ new file with mode 0644 ]
ckanext/dga-stats/templates_legacy/ckanext/__init__.py [ new file with mode 0644 ]
ckanext/dga-stats/templates_legacy/ckanext/stats/__init__.py [ new file with mode 0644 ]
ckanext/dga-stats/templates_legacy/ckanext/stats/index.html [ new file with mode 0644 ]
ckanext/dga-stats/templates_legacy/ckanext/stats/leaderboard.html [ new file with mode 0644 ]
ckanext/dga-stats/tests/__init__.py [ new file with mode 0644 ]
ckanext/dga-stats/tests/test_stats_lib.py [ new file with mode 0644 ]
ckanext/dga-stats/tests/test_stats_plugin.py [ new file with mode 0644 ]
setup.py [ new file with mode 0644 ]