earl-report 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +4 -0
- data/VERSION +1 -1
- metadata +1 -1
data/README.md
CHANGED
|
@@ -93,6 +93,10 @@ The `earl` command may be used to directly create a report from zero or more inp
|
|
|
93
93
|
|
|
94
94
|
The report template is in ReSpec form using [Haml]() to generate individual elements.
|
|
95
95
|
|
|
96
|
+
## License
|
|
97
|
+
|
|
98
|
+
This software is licensed using [Unlicense](http://unlicense.org) and is freely available without encumbrance.
|
|
99
|
+
|
|
96
100
|
[DOAP]: https://github.com/edumbill/doap/wiki
|
|
97
101
|
[EARL]: http://www.w3.org/TR/EARL10-Schema/
|
|
98
102
|
[FOAF]: http://xmlns.com/foaf/spec/
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.2
|