Fix up conformance section to use new LDP client section
authorsspeiche
Wed, 29 Jan 2014 12:59:42 -0500
changeset 447 f7f6d5fe3313
parent 446 54e29dfbcbaa
child 448 72e366f1195f
Fix up conformance section to use new LDP client section
ldp.html
--- a/ldp.html	Mon Jan 27 08:18:04 2014 +0000
+++ b/ldp.html	Wed Jan 29 12:59:42 2014 -0500
@@ -425,29 +425,15 @@
   <li>B.2 Informative references: <b>informative</b></li>
 </ul>
 
-<div class="ldp-issue-closed">
-<p>(OLD) A conforming <b>LDP server</b> is an application program that processes HTTP requests 
-and generates HTTP responses that conform to the rules defined in
-<a href="#ldpr" class="sectionRef"></a> and <a href="#ldpc" class="sectionRef"></a>.
-</p>
-
-<p>(OLD) A conforming <b>LDP client</b> is an application program that generates HTTP 
-requests and processes HTTP responses that conform to the rules defined in <a href="#ldpr" class="sectionRef"></a>
-and <a href="#ldpc" class="sectionRef"></a>.
-</p>
-</div>
-
-<div class="ldp-issue-open">
-<p>(NEW) A conforming <b><dfn>LDP client</dfn></b> is a conforming HTTP client [[!HTTP11]] that follows the rules defined by LDP in
+<p>A conforming <b><dfn>LDP client</dfn></b> is a conforming HTTP client [[!HTTP11]] that follows the rules defined by LDP in
 <a href="#ldpclient" class="sectionRef"></a>.
 </p>
 
-<p>(NEW) A conforming <b><dfn>LDP server</dfn></b> is a conforming HTTP server [[!HTTP11]] that follows the rules defined by LDP in 
+<p>A conforming <b><dfn>LDP server</dfn></b> is a conforming HTTP server [[!HTTP11]] that follows the rules defined by LDP in 
 <a href="#ldpr" class="sectionRef"></a> when it is serving LDPRs, and also
 <a href="#ldpc" class="sectionRef"></a> when it is serving LDPCs.
 LDP does not constrain its behavior when serving other HTTP resources.
 </p>
-</div>
 </section>
 
 <section id="ldpclient">
@@ -2075,6 +2061,7 @@
 <!-- <blockquote><em><a href="http://www.w3.org/TR/2013/WD-ldp-20130930/">Candidate Recommendation Draft</a></em></blockquote> wah -->
 <!-- <blockquote><em><a href="http://www.w3.org/TR/2013/WD-ldp-20130730/">Last Call Draft</a></em></blockquote> -->
 <ul>
+	<li>2014-01-29 - Fix up conformance section to use new LDP client section (SS)</li>
 	<li>2014-01-21 - Updated reference to LDP BP&amp;G editor's draft and added ref to LDP-UCR (SS)</li>
 	<li>2014-01-21 - Removed redudant reqs that have been moved to <a href="#ldpclient"></a> (SS)</li>
 	<li>2014-01-21 - Fixed formating with &gt;h2 formatting (SS)</li>