Skip to content

Commit

Permalink
Change reports/README to Markdown
Browse files Browse the repository at this point in the history
Add links
  • Loading branch information
BigBlueHat authored and gkellogg committed Apr 1, 2020
1 parent 7a9f5da commit a5a0f66
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
10 changes: 0 additions & 10 deletions reports/README

This file was deleted.

14 changes: 14 additions & 0 deletions reports/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
This is a collection of individual
[EARL reports](https://www.w3.org/TR/EARL10-Schema/) for
test subjects claiming JSON-LD processor conformance.

The consolidated report is saved to `index.html` generated
using the
[earl-report Ruby gem](https://rubygems.org/gems/earl-report).
Run it as follows:

```sh
$ gem install earl-report
$ earl-report --format json -o earl.jsonld *.ttl
$ earl-report --json --format html --template template.haml -o index.html earl.jsonld
```

0 comments on commit a5a0f66

Please sign in to comment.