Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JSON Download and Licence in Footer #50

Merged
merged 3 commits into from Nov 10, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.md
@@ -1,13 +1,15 @@
Code for running DataCatalogs.org.
Code for running DataPortals.org.

[Overview and plans for DataCatalogs.org as of Feb 2013](https://docs.google.com/a/okfn.org/document/d/1MP1eaxUPir9msLt4rRwYqdupE3-qeLZAqFXRiXuvwkA/edit)
[The original plans for DataCatalogs.org - Feb 2013](https://docs.google.com/a/okfn.org/document/d/1MP1eaxUPir9msLt4rRwYqdupE3-qeLZAqFXRiXuvwkA/edit).
Other ideas may be listed as Issues in this repository.
Conversations with the Open Knowledge community are held in the [discussion forum](https://discuss.okfn.org/c/open-knowledge-labs/dataportals).


## Developer Instructions

This app requires NodeJS (>= v0.8).

1. Clone this repo: https://github.com/okfn/datacatalogs.org
1. Clone this repo: https://github.com/okfn/dataportals.org
2. Install the dependencies:

npm install .
Expand Down
8 changes: 7 additions & 1 deletion views/base.html
Expand Up @@ -69,8 +69,14 @@
<p>
This service is run by the <a href="http://okfn.org">Open
Knowledge Foundation</a>
&ndash;
|
<a href="http://github.com/okfn/dataportals.org">Source Code</a>
|
<a href="https://docs.google.com/spreadsheets/d/16fM8o7CpgEDmz-QrS6wriU7_EXV-A4DfBqo1P_XWvVM/pub?gid=0&single=true&output=csv">Download Data (CSV)</a>
|
<a href="http://dataportals.org/api/data.json">Download Data (JSON)</a>
|
<a href="http://opendatacommons.org/licenses/pddl/1.0">Data License (Public Domain)</a>
</p>
<p>
<a href="http://opendefinition.org/okd/" title="Open Data">
Expand Down