earl-report 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -79,25 +79,34 @@ The `earl-report` command may be used to directly create a report from zero or m
79
79
  gem install earl-report
80
80
 
81
81
  earl \
82
- --output FILE # Location for generated report
83
- --tempate [FILE] # Location of report template file; returns default if not specified
84
- --bibRef # The default ReSpec-formatted bibliographic reference for the report
85
- --name # The name of the software being reported upon
86
- --manifest FILE # a test manifest used to define test descriptions
87
- --base URI # Base URI to by applied when parsing test manifest
88
- --query FILE # Alternative SPARQL query for extracting information from manifest
82
+ --base # Base URI to use when loading test manifest
83
+ --bibRef # ReSpec BibRef of specification being reported upon
84
+ --format # Format of output, one of 'ttl', 'json', or 'html'
85
+ --json # Input is a JSON-LD formatted result
86
+ --manifest # Test manifest
87
+ --name # Name of specification
88
+ --output # Output report to file
89
+ --query # Query, or file containing query for extracting information from Test manifest
90
+ --rc # Write options to run-control file
91
+ --template # Specify or return default report template
89
92
  report* # one or more EARL report in most RDF formats
90
93
 
94
+ Generally, creating a `json` format first is more efficient. Subsequent invocations can then use the `--json` and use the generated JSON-LD file instead of re-parsing each report.
95
+
91
96
  ### Initialization File
92
97
  `earl-report` can take defaults for options from an initialization file.
93
- When run, `earl-report` attempts to open the file `.earl` in the current directory.
94
- This file is in [YAML][] format with entries for each option.
98
+ When run, `earl-report` attempts to open the file `.earl` in the current directory. This file is in [YAML][] format with entries for each option. Use the `--rc` option to automatically generate it.
99
+
100
+ ## Author
101
+ * [Gregg Kellogg](http://github.com/gkellogg) - <http://greggkellogg.net/>
95
102
 
96
103
  ## License
97
104
 
98
105
  This software is licensed using [Unlicense](http://unlicense.org) and is freely available without encumbrance.
99
106
 
100
- [DOAP]: https://github.com/edumbill/doap/wiki
101
- [EARL]: http://www.w3.org/TR/EARL10-Schema/
102
- [FOAF]: http://xmlns.com/foaf/spec/
103
- [Haml]: http://haml.info/
107
+ [DOAP]: https://github.com/edumbill/doap/wiki
108
+ [EARL]: http://www.w3.org/TR/EARL10-Schema/
109
+ [FOAF]: http://xmlns.com/foaf/spec/
110
+ [Haml]: http://haml.info/
111
+ [YAML]: http://www.yaml.org/
112
+ [ReSpec]: http://dev.w3.org/2009/dap/ReSpec.js/documentation.html
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
@@ -46,7 +46,7 @@
46
46
  %head
47
47
  %meta{"http-equiv" => "Content-Type", :content => "text/html;charset=utf-8"}
48
48
  %title
49
- = tests['name']
49
+ = tests['title']
50
50
  %script.remove{:type => "text/javascript", :src => "http://www.w3.org/Tools/respec/respec-w3c-common"}
51
51
  :javascript
52
52
  var respecConfig = {
@@ -268,7 +268,7 @@
268
268
  an
269
269
  %a{:property => "doap:license", :href => doap['license']}<="Unlicensed"
270
270
  %span{:property => "doap:programming-language"}<="Ruby"
271
- package available at
271
+ application. More information is available at
272
272
  %a{:property => "doap:homepage", :href => doap['homepage']}<=doap['homepage']
273
273
  = "."
274
274
  %p{:property => "doap:developer", :resource => "http://greggkellogg.net/foaf#me", :typeof => "foaf:Person"}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: earl-report
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-11-25 00:00:00.000000000 Z
12
+ date: 2012-11-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: linkeddata