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

https://github.com/solidlabresearch/force

The Framework for ODRL Rule Compliance through Evaluation specification
https://github.com/solidlabresearch/force

Last synced: 11 months ago
JSON representation

The Framework for ODRL Rule Compliance through Evaluation specification

Awesome Lists containing this project

README

          

# Framework for ODRL Rule Compliance through Evaluation

This is the [Bikeshed](https://github.com/speced/bikeshed/) specification repository for Framework for ODRL Rule Compliance through Evaluation.

All versions can be seen at: https://spec.knows.idlab.ugent.be/

## Contributing

### Install Bikeshed

You can either [install Bikeshed locally](https://speced.github.io/bikeshed/#install-final) or
[use a Docker image](https://speced.github.io/bikeshed/#install-docker).
You build a Docker image locally by executing the following steps:

1. Clone the [Bikeshed repository](https://github.com/speced/bikeshed) via

```shell
git clone https://github.com/speced/bikeshed
```

2. In the repository, build a Docker image via

```shell
docker build --tag=bikeshed:latest .
```

### Edit spec

You edit spec by updating the file `spec.bs`.

### Build

If you installed Bikeshed locally, execute `build.sh`.
If you use Docker, execute `build.docker.sh`.
You find the result in the folder `dist`.

You have to commit and push the `dist` folder and
its content to your git repo.

If you want Bikeshed to watch for changes,
execute either `watch.sh` or `watch.docker.sh`.
Every time you save `spec.bs` a new build is automatically triggered.

## Copyright and license

Bikeshed uses a default copyright and license.
Please make sure that it fits your requirements.