--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/ldpatch/reports/ldpatch.html Mon Dec 29 10:57:02 2014 -0500
@@ -0,0 +1,127 @@
+<!DOCTYPE html>
+<html prefix='earl: http://www.w3.org/ns/earl# doap: http://usefulinc.com/ns/doap# mf: http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#'>
+ <head>
+ <meta content='text/html;charset=utf-8' http-equiv='Content-Type' />
+ <title>
+ Linked Data Patch Format Implementation Conformance Report
+ </title>
+ <script class='remove' src='https://www.w3.org/Tools/respec/respec-w3c-common' type='text/javascript'></script>
+ <script type='text/javascript'>
+ //<![CDATA[
+ var respecConfig = {
+ // extend the bibliography entries
+ localBiblio: {
+ LDPATCH: "Alexandre Bertails, Pierre-Antoine Champin, Andrei Sambra. <cite><a href=\"http://www.w3.org/TR/ldpatch/\">Linked Data Patch Format</a>. 18 September 2014. W3C Candidate Recommendation. URL:<a href=\"http://www.w3.org/TR/ldpatch/\">Linked Data Patch Format</a></cite>",
+ TURTLE: "Eric Prud'hommeaux, Gavin Carothers. <cite><a href=\"http://www.w3.org/TR/2011/WD-turtle-20110809/\">Turtle: Terse RDF Triple Language.</a></cite> 09 August 2011. W3C Working Draft. URL: <a href=\"http://www.w3.org/TR/2011/WD-turtle-20110809/\">http://www.w3.org/TR/2011/WD-turtle-20110809/</a>",
+ DOAP: "Ed Dumbill. <cite><a href=\"https://github.com/edumbill/doap/wiki\">Turtle: Terse RDF Triple Language.</a></cite> Community Specification. URL: <a href=\"https://github.com/edumbill/doap/wiki\">https://github.com/edumbill/doap/wiki</a>",
+ },
+
+ // specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
+ specStatus: "WG-NOTE",
+ copyrightStart: "2014",
+ doRDFa: "1.1",
+ publishDate: "2015/01/06",
+
+ // if you want to have extra CSS, append them to this list
+ // it is recommended that the respec.css stylesheet be kept
+ //extraCSS: [
+ // "http://dev.w3.org/2009/dap/ReSpec.js/css/respec.css"
+ //],
+
+ shortName: "ldpatch-implreport",
+ // subtitle: "Linked Data Platform Implementation Conformance Report",
+ edDraftURI: "http://www.w3.org/2012/ldp/hg/tests/ldpatch/reports/ldpatch.html",
+ testSuiteURI: "https://dvcs.w3.org/hg/ldpwg/raw-file/tip/tests/ldpatch/ldpatch-testsuite.html",
+ implementationReportURI: "https://dvcs.w3.org/hg/ldpwg/raw-file/tip/tests/ldpatch/reports/ldpatch.html",
+ maxTocLevel: 2,
+ editors: [
+ {
+ name: "Alexandre Bertails"
+ , url: "http://bertails.org/"
+ , mailto: "alexandre@bertails.org"
+ , company: "Pellucid Analytics"
+ , companyURL: "http://www.pellucid.com/"
+ },
+ {
+ name: "Pierre-Antoine Champin"
+ , url: "http://liris.cnrs.fr/~pchampin/en/"
+ , mailto: "pchampin@liris.cnrs.fr"
+ , company: "Université de Lyon"
+ , companyURL: "http://www.universite-lyon.fr/"
+ },
+ {
+ name: "Andrei Sambra"
+ , url: "https://deiu.rww.io/profile/card#me"
+ , mailto: "andrei@w3.org"
+ , company: "MIT/W3C"
+ , companyURL: "http://www.w3.org/"
+ },
+ ],
+
+ wg: "Linked Data Platform Working Group",
+ wgURI: "http://www.w3.org/2012/ldp",
+ wgPublicList: "public-ldp-comments",
+ wgPatentURI: "http://www.w3.org/2004/01/pp-impl/55082/status",
+
+ // alternateFormats: [
+ // {uri: "earl.ttl", label: "Turtle"},
+ // {uri: "earl.jsonld", label: "JSON-LD"}
+ // ],
+
+ };
+ //]]>
+ </script>
+ <style type='text/css'>
+ /*<![CDATA[*/
+ span[property='dc:description'] { display: none; }
+ td.PASS { color: green; }
+ td.FAIL { color: red; }
+ table.report {
+ border-width: 1px;
+ border-spacing: 2px;
+ border-style: outset;
+ border-color: gray;
+ border-collapse: separate;
+ background-color: white;
+ }
+ table.report th {
+ border-width: 1px;
+ padding: 1px;
+ border-style: inset;
+ border-color: gray;
+ background-color: white;
+ -moz-border-radius: ;
+ }
+ table.report td {
+ border-width: 1px;
+ padding: 1px;
+ border-style: inset;
+ border-color: gray;
+ background-color: white;
+ -moz-border-radius: ;
+ }
+ tr.summary {font-weight: bold;}
+ td.passed-all {color: green;}
+ td.passed-most {color: darkorange;}
+ td.passed-some {color: red;}
+ /*]]>*/
+ </style>
+ </head>
+ <body prefix='earl: http://www.w3.org/ns/earl# doap: http://usefulinc.com/ns/doap# mf: http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#'>
+ <section about='' id='abstract' typeof='earl:Software doap:Project'>
+ <p>
+ This document reports test subject conformance for
+ Linked Data Patch Format 1.0 [[LDPATCH]] specification.
+ </p>
+ </section>
+ <section id='sodt'></section>
+ <section class='appendix'>
+ <h2>
+ Test Definitions
+ </h2>
+ <p>
+ Individual tests are defined in source code and hosted on GitHub at <a href="https://github.com/pchampin/ld-patch-testsuite">https://github.com/pchampin/ld-patch-testsuite</a>
+ </p>
+ </section>
+ </body>
+</html>