Changed to NOTE. Added reference to LDP 1.0 in abstract.
authorcburleso
Fri, 22 Aug 2014 08:18:20 -0500
changeset 750 58fcc9c31341
parent 749 e3221d2492d1
child 751 4835441f2e2f
Changed to NOTE. Added reference to LDP 1.0 in abstract.
ldp-bp/ldp-bp.html
--- a/ldp-bp/ldp-bp.html	Thu Aug 21 18:08:30 2014 -0400
+++ b/ldp-bp/ldp-bp.html	Fri Aug 22 08:18:20 2014 -0500
@@ -16,16 +16,16 @@
 	var respecConfig = {
 		// specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
 		// LATER USE: WG-NOTE...
-		specStatus : "FPWD",
+		specStatus : "NOTE",
 
-		publishDate : "2014-07-30",
+		publishDate : "2014-08-29",
 
 		edDraftURI : "https://dvcs.w3.org/hg/ldpwg/raw-file/default/ldp-bp/ldp-bp.html",
 
 		// the specification's short name, as in http://www.w3.org/TR/short-name/
 		shortName : "ldp-bp",
 
-		previousURI: "http://google.com",
+		//previousURI: "http://google.com",
 
 		//previousMaturity: "WD",
 
@@ -132,14 +132,6 @@
 				deliveredBy : [ "http://www.w3.org/2012/ldp/" ],
 				publisher : "W3C"
 			},
-			"LDP1" : {
-				title : "Linked Data Platform 1.0",
-				href : "https://dvcs.w3.org/hg/ldpwg/raw-file/default/ldp.html",
-				editors : [ "Steve Speicher", "John Arwe", "Ashok Malhotra" ],
-				status : "ED",
-				deliveredBy : [ "http://www.w3.org/2012/ldp/" ],
-				publisher : "W3C"
-			},
 			"LOD-COMMON-VOCABS" : {
 				title : "Common Vocabularies / Ontologies / Micromodels ",
 				href : "http://www.w3.org/wiki/TaskForces/CommunityProjects/LinkingOpenData/CommonVocabularies",
@@ -195,7 +187,7 @@
 <body>
 
 	<section id='abstract'>This document provides best practices
-		and guidelines for implementing Linked Data Platform servers
+		and guidelines for implementing Linked Data Platform [[LDP]] servers
 		and clients.</section>
 
 	<section id='sotd'>
@@ -259,7 +251,7 @@
 			</dl>
 
 			<p>Please see the Terminology section in Linked Data Platform 1.0
-				[[LDP1]] as well as the Linked Data Glossary [[LD-GLOSSARY]] for
+				[[LDP]] as well as the Linked Data Glossary [[LD-GLOSSARY]] for
 				definitions to a variety of terms used in this document and related
 				to the Linked Data sphere of knowledge.</p>
 
@@ -299,7 +291,7 @@
 					useful glossary containing terms defined and used to describe
 					Linked Data, and its associated vocabularies and best practices for
 					publishing structured data on the Web.</li>
-				<li><strong>Linked Data Platform 1.0</strong> [[LDP1]] - the
+				<li><strong>Linked Data Platform 1.0</strong> [[LDP]] - the
 					formal specification for the LDP read-write Linked Data
 					architecture, based on HTTP access to web resources that describe
 					their state using the RDF data model.