Included non-norm content to container intro to add clarity on application-specific extensions
authorSteve Speicher <sspeiche@gmail.com>
Fri, 26 Sep 2014 15:44:45 -0400
changeset 841 61919fa9f706
parent 840 26f0cbd7c4bd
child 843 0a44dbd61fa4
child 844 ccf9fbe85636
Included non-norm content to container intro to add clarity on application-specific extensions
ldp.html
--- a/ldp.html	Fri Sep 26 15:24:44 2014 -0400
+++ b/ldp.html	Fri Sep 26 15:44:45 2014 -0400
@@ -27,7 +27,7 @@
     <script class='remove'>
       var respecConfig = {
           // specification status (e.g. ED, WD, LC, NOTE, etc.). If in doubt use ED.
-          specStatus:           "LC",
+          specStatus:           "WD",
           
           // the specification's short name, as in http://www.w3.org/TR/short-name/
           shortName:            "ldp",
@@ -37,7 +37,7 @@
           // subtitle   :  "an excellent document",
 
           // if you wish the publication date to be other than today, set this
-          publishDate:  "2014-09-16",
+          //publishDate:  "2014-09-16",
 
           // if the specification's copyright date is a range of years, specify
           // the start date here:
@@ -45,9 +45,9 @@
 
           // if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
           // and its maturity status
-          previousPublishDate:  "2014-06-19",
-          previousMaturity:  	"CR",
-          previousURI: 			"http://www.w3.org/TR/2014/CR-ldp-20140619/",
+          previousPublishDate:  "2014-09-16",
+          previousMaturity:  	"LC",
+          previousURI: 			"http://www.w3.org/TR/2014/WD-ldp-20140916/",
           
           processVersion: 		2005,
 
@@ -55,7 +55,7 @@
           edDraftURI:           "http://www.w3.org/2012/ldp/hg/ldp.html",
 
           // if this is a LCWD, uncomment and set the end of its review period
-          lcEnd: "2014-10-07",
+          //lcEnd: "2014-10-07",
           //crEnd: "2014-07-17",
           
           testSuiteURI: "https://dvcs.w3.org/hg/ldpwg/raw-file/tip/tests/ldp-testsuite.html",
@@ -1015,6 +1015,10 @@
 		have to be. The membership predicate is also variable and will often
 		be a predicate from the server application vocabulary or the <code>ldp:member</code> predicate.
 	</p>
+	<p>In LDP 1.0, there exists a way for clients to request responses that contain only
+	partial representations of the containers.  Applications may define additional means
+	by which the response representations contain a filtered set of data and including (or excluding)
+	additional details, those means are application-specific and not defined in this document.</p>
 	<p>This document includes a set of guidelines for
 		creating new resources and adding them to the list of
 		resources linked to a container. It goes on to explain how to learn about a set of related
@@ -2607,6 +2611,7 @@
 public draft it has been changed from.
 </p>
 
+<!-- 
 <h2>Summary</h2>
 <p>Summary of notable changes from the <a href="http://www.w3.org/TR/2014/CR-ldp-20140619/">previous public working draft</a>.</p>
 <ul>
@@ -2614,19 +2619,20 @@
 	<li>Turtle is no longer required for an LDP-RS when the Accept header is absent</li>
 	<li>JSON-LD is required for an LDP-RS and LDPC create via POST, AT RISK</li>
 	<li>Changed the link relation used to articulate request constraints that a client has likely violated</li>
-</ul>
+</ul> 
+ -->
 
-<!-- 
-<h2>Detailed history</h2> -->
-<!-- <blockquote><em><a href="http://www.w3.org/TR/2013/WD-ldp-20130930/">Candidate Recommendation Draft</a></em></blockquote> -->
-<!-- 
+
+<h2>Detailed history</h2>
+<!-- <blockquote><em><a href="http://www.w3.org/TR/2014/CR-ldp-20140619/">Candidate Recommendation Draft</a></em></blockquote> -->
+
 <ul>
+	<li>2014-09-25 - Included non-norm content to container intro to add clarity on application-specific extensions (SS)</li>
 </ul>
-
 <blockquote><em><a href="http://www.w3.org/TR/2014/WD-ldp-20140916">Last Call Working Draft 3</a></em></blockquote>
 <ul>
-	<li>2014-09-12 - Fix example 14 relative URIs per Rob Sanderson's email ... add advisors/ to contained documents </li> (JA) </li>
-	<li>2014-09-10 - Fix examples per Rob Sanderson's email ... /nw1 > /nw1/ </li> (JA) </li>
+	<li>2014-09-12 - Fix example 14 relative URIs per Rob Sanderson's email ... add advisors/ to contained documents (JA) </li>
+	<li>2014-09-10 - Fix examples per Rob Sanderson's email ... /nw1 &gt; /nw1/ (JA) </li>
 	<li>2014-09-10 - Wafer thin change to Turtle-required words, lest the chair fetchez la vache (JA) </li>
 	<li>2014-09-09 - Re-factor Turtle/JSON-LD required words for readability and completeness (JA) </li>
 	<li>2014-09-08 - Add link to Best Practices now that it has been published (JA) </li>
@@ -2862,8 +2868,6 @@
   <div class="removeOnSave showCoverage">
     <input type="checkbox" id="showCoverage"><label for="showCoverage">Show test coverage</label></input>
   </div>
-  
-   -->
     
   </body>
 </html>