Skip to content

Commit a5a0f66

Browse files
BigBlueHatgkellogg
authored andcommitted
Change reports/README to Markdown
Add links
1 parent 7a9f5da commit a5a0f66

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

reports/README

-10
This file was deleted.

reports/README.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
This is a collection of individual
2+
[EARL reports](https://www.w3.org/TR/EARL10-Schema/) for
3+
test subjects claiming JSON-LD processor conformance.
4+
5+
The consolidated report is saved to `index.html` generated
6+
using the
7+
[earl-report Ruby gem](https://rubygems.org/gems/earl-report).
8+
Run it as follows:
9+
10+
```sh
11+
$ gem install earl-report
12+
$ earl-report --format json -o earl.jsonld *.ttl
13+
$ earl-report --json --format html --template template.haml -o index.html earl.jsonld
14+
```

0 commit comments

Comments
 (0)