--- a/tests/reports/ldp.html Wed Jun 18 12:59:10 2014 +0100
+++ b/tests/reports/ldp.html Wed Jun 18 17:10:58 2014 -0400
@@ -40,7 +40,65 @@
</script>
</head>
<body>
-<h2>
-<em>Placeholder for LDP Implementation Reports.</em>
-</h2>
+ <section about='' id='abstract' typeof='earl:Software doap:Project'>
+ <p>
+ This document reports test subject conformance for and related specifications for
+ <span property='doap:name'>Linked Data Platform 1.0</span>
+ <span property='dc:bibliographicCitation'>[[LDP]]</span>
+ according to the requirements of the Evaluation and Report Language (EARL) 1.0 Schema [[EARL10-SCHEMA]].
+ </p>
+ </section>
+
+ <section id='sodt'></section>
+ <section>
+ <h2>Instructions for submitting implementation reports</h2>
+
+ <p>Tests should be run using the test manifests defined in the
+ <a href="#test-manifests">Test Manifests</a> Section.</p>
+
+ <p>Reports should be submitted in Turtle format to <a href="mailto:public-ldp-comments@w3.org">public-ldp-comments@w3.org</a>
+ and include an <code>earl:Assertion</code>
+ for each test, referencing the test resource from the associated manifest
+ and the test subject being reported upon. An example test entry is be the following:</p>
+
+ <pre><code> TBD </code></pre>
+ <!-- <pre><code> [ a earl:Assertion;
 earl:assertedBy <http://stevespeicher.me#me>;
 earl:subject <http://rubygems.org/gems/ldp-testsuite>;
 earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-01>;
 earl:result [
 a earl:TestResult;
 earl:outcome earl:passed;
 dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
 earl:mode earl:automatic ] .
</code></pre>
+ -->
+ <!--
+ <p>The Test Subject should be defined as a <code>doap:Project</code>, including the name,
+ homepage and developer(s) of the software (see [[DOAP]]). Optionally, including the
+ project description and programming language. An example test subject description is the following:</p>
+
+ <pre><code> <> foaf:primaryTopic <http://rubygems.org/gems/rdf-turtle>
 dc:issued "2013-06-18T17:30:22-07:00"^^xsd:dateTime ;
 foaf:maker <http://greggkellogg.net/foaf#me> .

 <http://rubygems.org/gems/rdf-turtle> a doap:Project, earl:TestSubject, earl:Software ;
 doap:name "RDF::Turtle" ;
 doap:homepage <http://ruby-rdf.github.com/rdf-turtle> ;
 doap:license <http://creativecommons.org/licenses/publicdomain/> ;
 doap:description "RDF::Turtle is an Turtle reader/writer for the RDF.rb library suite."@en ;
 doap:created "2011-08-29"^^xsd:date ;
 doap:programming-language "Ruby" ;
 doap:implements <http://www.w3.org/TR/turtle/> ;
 doap:category <http://dbpedia.org/resource/Resource_Description_Framework>,
 <http://dbpedia.org/resource/Ruby_(programming_language)> ;
 doap:developer <http://greggkellogg.net/foaf#me> ;
 dc:title "RDF::Turtle" ;
 dc:description "RDF::Turtle is an Turtle reader/writer for the RDF.rb library suite."@en ;
 dc:date "2011-08-29"^^xsd:date ;
 .
</code></pre>
+
+ <p>The software developer, either an organization or one or more individuals SHOULD be
+ referenced from <code>doap:developer</code> using [[FOAF]]. For example:</p>
+
+ <pre><code> <http://greggkellogg.net/foaf#me> a foaf:Person, earl:Assertor;
 foaf:name "Gregg Kellogg";
 foaf:title "Implementor";
 foaf:homepage <http://greggkellogg.net/> .
</code></pre>
+ -->
+ <p>See <a href="https://www.w3.org/2012/ldp/wiki/Testing">LDP Test Suite Wiki</a>
+ for more information.</p>
+ </section>
+
+ <section>
+ <h2>Test Manifests</h2>
+ <p><em>Coming soon...</em></p>
+ </section>
+
+ <section>
+ <h2>Test Subjects</h2>
+ <p><em>Coming soon...</em></p>
+ </section>
+
+ <section>
+ <h2>Individual Test Results</h2>
+ <p><em>Coming soon...</em></p>
+ </section>
+
+ <section>
+ <h2>Report Generation Software</h2>
+ <p>The test suite, mostly automated, is available at <a href="http://w3c.github.io/ldp-testsuite/">http://w3c.github.io/ldp-testsuite/</a><p>
+ <p>Software used to take EARL input files and generate a report is <em>coming soon.</em></p>
+ </section>
+
</body>
\ No newline at end of file