项目作者: okfn

项目描述 :
Open source and open knowledge (data and content) licenses together with API and web service.
高级语言: JavaScript
项目地址: git://github.com/okfn/licenses.git
创建时间: 2011-12-01T11:33:33Z
项目社区:https://github.com/okfn/licenses

开源协议:

下载


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

For more information, including details of web service usage, see
https://licenses.opendefinition.org.

License

All data (and associated content) is placed in the Public Domain using the
Public Domain Dedication and
License
. All code is licensed
under the MIT License.

Contributions

Your contributions are very welcome. Learn how you can help

Layout

  1. README.md
  2. index.html # home page
  3. licenses/{id}.json # json versions of licenses
  4. licenses/jsonp/{id}.js # jsonp
  5. licenses/groups/ # special groups of licenses
  6. 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:

  1. 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 are recorded in the Change Log.