Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/okfn/licenses

Open source and open knowledge (data and content) licenses together with API and web service.
https://github.com/okfn/licenses

licenses open-content open-data open-source

Last synced: 5 days ago
JSON representation

Open source and open knowledge (data and content) licenses together with API and web service.

Awesome Lists containing this project

README

        

Machine readable list of licenses and web service - see https://licenses.opendefinition.org/.

For more information, including details of web service usage, see
.

## License

All data (and associated content) is placed in the Public Domain using the
[Public Domain Dedication and
License](https://opendatacommons.org/licenses/pddl/1-0/). All code is licensed
under the [MIT License](https://opensource.org/licenses/mit-license.php).

## Contributions
Your contributions are very welcome. [Learn how you can help](./CONTRIBUTING.md)

## Layout


README.md
index.html # home page
licenses/{id}.json # json versions of licenses
licenses/jsonp/{id}.js # jsonp
licenses/groups/ # special groups of licenses
bin/ # scripts

Note: groups and jsonp versions are generated as part of the build and deploy
process for the service.

## Build and Deployment

To build files for deployment do:

bin/deploy.py run

For deployment simply upload the current directory files to a relevant online location.

We currently use github pages (we previously used s3).

The changes in each [release](https://github.com/okfn/licenses/releases) are recorded in the [Change Log](./CHANGELOG.md).